com.ibm.portal.state.accessors.pagemode
Interface PageModeAccessorFactory

All Superinterfaces:
AccessorFactory

public interface PageModeAccessorFactory
extends AccessorFactory

Factory to obtain PageModeAccessor and PageModeAccessorController objects.

Since:
8.5

Method Summary
 PageModeAccessor getPageModeAccessor(StateHolder state)
          Returns an interface that allows for reading page mode information from the given StateHolder.
 PageModeAccessorController getPageModeAccessorController(StateHolderController state)
          Returns an interface that allows for reading and writing page mode information from /to the given StateHolderController.
 
Methods inherited from interface com.ibm.portal.state.accessors.AccessorFactory
compact
 

Method Detail

getPageModeAccessor

PageModeAccessor getPageModeAccessor(StateHolder state)
Returns an interface that allows for reading page mode information from the given StateHolder.

Parameters:
state - State holder that contains the page mode. Must not be null.
Returns:
Read-only accessor to the page mode state. Not null.

getPageModeAccessorController

PageModeAccessorController getPageModeAccessorController(StateHolderController state)
Returns an interface that allows for reading and writing page mode information from /to the given StateHolderController.

Parameters:
state - State holder controller that contains the page mode information and allows to modify it. Must not be null.
Returns:
Read-write accessor to the page mode state. Not null .