Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.state.accessors
Interface StateAccessorFactory
- All Superinterfaces:
- AccessorFactory
public interface StateAccessorFactory- extends AccessorFactory
Factory for getting the read-only or read-write state accessors.
- Since:
- 5.1
Method Summary StateAccessor getState()
Deprecated. since 6.0, use method getStateAccessor() insteadStateAccessor getStateAccessor()
Return an accessor to a read-only version of the state holder.StateAccessorController getStateAccessorController()
Return an accessor controller to a read-write version of the state holder.StateAccessorController getStateController()
Deprecated. since 6.0, use method getStateAccessorController() instead
Methods inherited from interface com.ibm.portal.state.accessors.AccessorFactory compact
Method Detail getStateAccessor
StateAccessor getStateAccessor()
- Returns an accessor to a read-only version of the state holder.
- Returns:
- Accessor to the state holder. Not null.
getStateAccessorController
StateAccessorController getStateAccessorController()
- Returns an accessor controller to a read-write version of the state holder.
- Returns:
- Accessor to the state holder controller. Not null.
getState
StateAccessor getState()
- Deprecated. since 6.0, use method getStateAccessor() instead
- Returns an accessor to a read-only version of the state holder.
- Returns:
- Accessor to the state holder. Not null.
getStateController
StateAccessorController getStateController()
- Deprecated. since 6.0, use method getStateAccessorController() instead
- Returns an accessor controller to a read-write version of the state holder.
- Returns:
- Accessor to the state holder controller. Not null.
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD