|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for an entity which may be rendered as part of an HTML document. This is a common interface implemented by HTML elements, CSS styles and blocks of JavaScript code.
Field Summary | |
static java.lang.String |
INDENT_STRING
A string which will be used to indent the document. |
Method Summary | |
void |
render(java.io.PrintWriter pw,
int depth,
boolean parentWhitespaceRelevant)
Renders the renderable object to the given PrintWriter. |
Field Detail |
public static final java.lang.String INDENT_STRING
Method Detail |
public void render(java.io.PrintWriter pw, int depth, boolean parentWhitespaceRelevant)
pw
- The PrintWriter to render to.depth
- The indentation depth that should be applied to the element
being rendered.parentWhitespaceRelevant
- A flag that indicates whether the
containing element is sensitive to white space.
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |