HTML生成库 renderSnake

码农软件 · 软件分类 · HTML解析器 · 2019-04-03 08:13:36

软件介绍

RenderSnake 是一个轻量级的Java类库用来通过Java方法生产html页面,包含4个核心类库:

  • HtmlCanvas , a class that has methods for all HTML 4.01 and HTML5 tags for opening and closing it
  • HtmlAttributes, a class that has methods for all existing HTML attributes for setting an attribute value
  • Renderable, a interface that is used to create component classes. Each component must implement the method renderOn(HtmlCanvas)
  • PageContext, a Map-like object to store any information that is used for rendering a Page.

示例代码:

canvas.html()
        .body()
          .h1().write("RenderSnake")._h1()
        ._body()
      ._html()

本文地址:https://codercto.com/soft/d/2748.html

Linux Device Drivers

Linux Device Drivers

Jonathan Corbet、Alessandro Rubini、Greg Kroah-Hartman / O'Reilly Media / 2005-2-17 / USD 39.95

Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas ......一起来看看 《Linux Device Drivers》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码