+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.workplace.wcm.api.extensions.url
Interface PortletContextSharingConfig.ListenConfig

Enclosing interface:
PortletContextSharingConfig
public static interface PortletContextSharingConfig.ListenConfig

The configuration of the portlet that defines how the portlet listens to shared context state.

Field Summary
static java.lang.String MODE_ALL
          The portlet listens to context changes from itself and other portlets
static java.lang.String MODE_NONE
          The portlet does not listen
static java.lang.String MODE_SELF
          The portlet listens to context changes from itself
 
Method Summary
 java.lang.String getMode()
          Get the listing mode
 

Field Detail

MODE_NONE

static final java.lang.String MODE_NONE
The portlet does not listen

See Also:
Constant Field Values

MODE_SELF

static final java.lang.String MODE_SELF
The portlet listens to context changes from itself

See Also:
Constant Field Values

MODE_ALL

static final java.lang.String MODE_ALL
The portlet listens to context changes from itself and other portlets

See Also:
Constant Field Values
Method Detail

getMode

java.lang.String getMode()
Get the listing mode

Returns:
The listening mode never null
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD