org.apache.tapestry.engine.state
Interface StateObjectManagerRegistry

All Known Implementing Classes:
SOMRegistryImpl

public interface StateObjectManagerRegistry

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 StateObjectManager get(java.lang.String objectName)
          Returns the named StateObjectManager.
 

Method Detail

get

public StateObjectManager get(java.lang.String objectName)
Returns the named StateObjectManager.

Throws:
org.apache.hivemind.ApplicationRuntimeException - if no such SOPM is defined.