Package htmlflow
Class HtmlDoc
java.lang.Object
htmlflow.HtmlPage
htmlflow.HtmlDoc
- All Implemented Interfaces:
org.xmlet.htmlapifaster.async.AsyncElement<HtmlPage>,org.xmlet.htmlapifaster.Element<HtmlPage,org.xmlet.htmlapifaster.Element<?, ?>>
Static Html view.
- Author:
- Miguel Gamboa, Luís Duare
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()final org.xmlet.htmlapifaster.Html<HtmlPage>html()setIndented(boolean isIndented) Returns a new instance of HtmlFlow with the same properties of this object but with indented set to the value of isIndented parameter.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xmlet.htmlapifaster.Element
await, custom, dynamic, of
-
Method Details
-
html
-
getName
-
setIndented
Description copied from class:HtmlPageReturns a new instance of HtmlFlow with the same properties of this object but with indented set to the value of isIndented parameter.- Specified by:
setIndentedin classHtmlPage
-
threadSafe
- Specified by:
threadSafein classHtmlPage
-
getVisitor
-