+

Search Tips   |   Advanced Search

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

com.ibm.portal.state
Interface StateHolderController

All Superinterfaces:
Disposable, StateHolder
public interface StateHolderController
extends StateHolder

Allows access to the state holder that potentially results in a modification of the underlying data.

Since:
5.1

Method Summary
 DocumentController getModelController()
          Return a read-write interface to the document model in this state
 
Methods inherited from interface com.ibm.portal.state.StateHolder
getModel, newState
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getModelController

DocumentController getModelController()
Returns a read-write interface to the document model in this state

Returns:
Controller to the document
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD