| Package | Description |
|---|---|
| org.ocpsoft.rewrite.transform.markup |
| Modifier and Type | Method and Description |
|---|---|
Textile |
Textile.addStylesheet(String url)
Adds a CSS stylesheet to the rendered HTML document.
|
static Textile |
Textile.fullDocument()
Create a
Transformer instance that renders a full HTML document structure. |
static Textile |
Textile.partialDocument()
Create a
Transformer instance that renders textile without adding HTML scaffold like a body or head. |
Textile |
Textile.self() |
Textile |
Textile.withTitle(String title)
Sets the title of the rendered HTML document.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<Textile> |
Textile.getTransformerType() |
Copyright © 2015 OCPsoft. All Rights Reserved.