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(String objectName)
          Returns the named StateObjectManager.
 

Method Detail

get

StateObjectManager get(String objectName)
Returns the named StateObjectManager.

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


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.