org.apache.tapestry.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 © 2006-2008 Apache Software Foundation. All Rights Reserved.