Interface DecoratablePage
public interface DecoratablePage
Representation of a page that will be decorated. This class contains methods for extracting information about the
page such as title, meta properties, body tag properties, as well as for rendering the head and body content.
- Since:
- v6.1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptiongetBodyTagProperty
(String key) getMetaProperty
(String key) getPageProperty
(String key) getTitle()
void
void
-
Method Details
-
getTitle
String getTitle() -
getMetaProperty
-
getBodyTagProperty
-
getPageProperty
-
writeHead
-
writeBody
-