com.ibm.portal.state.accessors.statepartition
Interface StatePartitionAccessorController

All Superinterfaces:
Accessor, Disposable, StatePartitionAccessor

public interface StatePartitionAccessorController
extends StatePartitionAccessor

Interface providing write access to the state partion information in the state holder. Offers a method that includes a state partition identifier into the state holder. A new state partition identifier should be assigned to links that open new browser windows.

Since:
5.1
See Also:
StatePartitionAccessor

Method Summary
 java.lang.String includeStatePartitionId()
          Includes a unique state partition identifier into the state holder.
 
Methods inherited from interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessor
getStatePartitionId
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

includeStatePartitionId

java.lang.String includeStatePartitionId()
Includes a unique state partition identifier into the state holder.

Returns:
String representing the state partition identifier which was created internally.