public interface CustomPage
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CUSTOM_PAGE_TAG
This is the tag used to store the
CustomPage object in the request while forwarding
to the display page. |
Modifier and Type | Method and Description |
---|---|
ContentBuilder |
addContent(AppContext conn,
ContentBuilder cb)
get content to show on the page
This is formatted within a display block
|
java.lang.String |
getTitle()
Get the title to show on the page
|
static final java.lang.String CUSTOM_PAGE_TAG
CustomPage
object in the request while forwarding
to the display page.java.lang.String getTitle()
ContentBuilder addContent(AppContext conn, ContentBuilder cb)
conn
- cb
- ContentBuilder
to add contentContentBuilder