public interface DecoratablePage
Modifier and Type | Interface and Description |
---|---|
static interface |
DecoratablePage.ParsedBody |
static interface |
DecoratablePage.ParsedHead |
Modifier and Type | Method and Description |
---|---|
String |
getBodyTagProperty(String key) |
String |
getMetaProperty(String key) |
String |
getPageProperty(String key) |
String |
getTitle() |
void |
writeBody(Writer writer) |
void |
writeHead(Writer writer) |
Copyright © 2002-2016 Atlassian. All Rights Reserved.