|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PortletContextSharingConfig.PublishConfig
The configuration of the portlet that defines how the portlet publishes shared context state.
| Field Summary | |
|---|---|
static java.lang.String |
MODE_CURRENT_PAGE
The portlet publishes to the current page |
static java.lang.String |
MODE_DYNAMIC
The portlet publishes to a page. |
static java.lang.String |
MODE_NONE
The portlet does not publish |
static java.lang.String |
MODE_PREDEFINED_PAGE
The portlet publishes to a page. |
| Method Summary | |
|---|---|
java.lang.String |
getMode()
Get the publish mode |
TargetPageConfig |
getTargetPage()
Get the page that receives the published context |
| Field Detail |
|---|
static final java.lang.String MODE_NONE
static final java.lang.String MODE_CURRENT_PAGE
static final java.lang.String MODE_PREDEFINED_PAGE
static final java.lang.String MODE_DYNAMIC
| Method Detail |
|---|
java.lang.String getMode()
nullTargetPageConfig getTargetPage()
null if the page is
not determined yet e.g. when using the publish mode is
#MODE_PUBLISH_DYNAMIC or if publishing is disabled
#MODE_PUBLISH_NONE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||