org.apache.struts2.util
Interface ObjectFactoryLifecycle

All Superinterfaces:
ObjectFactoryDestroyable, ObjectFactoryInitializable

public interface ObjectFactoryLifecycle
extends ObjectFactoryInitializable, ObjectFactoryDestroyable

An interface indicating the lifecycle of an ObjectFactory implementation.

See Also:
ObjectFactoryLifecycle, ObjectFactory, ObjectFactoryInitializable, ObjectFactoryDestroyable

Method Summary
 
Methods inherited from interface org.apache.struts2.util.ObjectFactoryInitializable
init
 
Methods inherited from interface org.apache.struts2.util.ObjectFactoryDestroyable
destroy
 



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