| Package | Description |
|---|---|
| org.structr.rest.serialization.html | |
| org.structr.rest.serialization.html.attr |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.attr(Attr... attr) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
Tag.beginTag(PrintWriter writer,
String tagName,
boolean newline,
boolean empty,
List<Attr> attributes,
int level,
String indent) |
protected static void |
Tag.beginTag(PrintWriter writer,
String tagName,
boolean newline,
List<Attr> attributes,
int level,
String indent) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtDepth |
class |
Conditional |
class |
Css |
class |
Href |
class |
Id |
class |
If |
class |
Onload |
class |
Rel |
class |
Src |
class |
Type |
| Constructor and Description |
|---|
AtDepth(int depth,
Attr attr) |
Conditional(org.neo4j.helpers.Predicate<Context> predicate,
Attr attr) |
If(boolean condition,
Attr attr) |
Copyright © 2014. All rights reserved.