org.apache.tapestry5.services
Interface ApplicationStateCreator<T>

Type Parameters:
T -

public interface ApplicationStateCreator<T>

Used by ApplicationStateManager and ApplicationStatePersistenceStrategy to create an application state object on demand.


Method Summary
 T create()
          Create a new instance of an application state object.
 

Method Detail

create

T create()
Create a new instance of an application state object.



Copyright © 2003-2012 The Apache Software Foundation.