org.apache.tapestry.engine.state
Interface StateObjectFactory

All Known Implementing Classes:
DefaultGlobalStateObjectFactory, InstantiateClassStateObjectFactory, NamedClassStateObjectFactory

public interface StateObjectFactory

A factory of application state objects.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 java.lang.Object createStateObject()
           
 

Method Detail

createStateObject

public java.lang.Object createStateObject()