|
SimpleServlets v5.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTMLString | |
|---|---|
| com.simpleservlets.htmlobjects |
HTMLObjects facilitates the Object-Oriented creation of HTML
(see HTMLPage to get started). |
| Uses of HTMLString in com.simpleservlets.htmlobjects |
|---|
| Methods in com.simpleservlets.htmlobjects that return HTMLString | |
|---|---|
HTMLString |
GenericHTMLElement.add(String text)
|
HTMLString |
HTMLElement.add(String text)
Convenience method to wrap the specified text in an HTMLString
and call HTMLElement.add(HTMLElement). |
HTMLString |
HTMLPre.addln(String text)
Convenience method to wrap the specified text in an HTMLString
and call HTMLPre.addln(HTMLElement). |
HTMLString |
GenericHTMLElement.addSibling(String text)
|
HTMLString |
HTMLElement.addSibling(String text)
Convenience method to wrap the specified text in an HTMLString
and call addSibling(HTMLElement). |
HTMLString |
HTMLPage.addSibling(String text)
Always throws HTMLException as HTMLPage is the root tag and does not permit siblings. |
static HTMLString |
HTMLString.createUnparsed(String text)
Creates an HTMLString for the specified text without substituting special markup characters with their entities. |
static HTMLString |
HTMLString.createUnparsed(String text,
HTMLElement parent)
Creates an HTMLString for the specified text without substituting special markup characters with their entities. |
|
SimpleServlets v5.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||