com.opensymphony.webwork.util
Interface ObjectFactoryLifecycle

All Superinterfaces:
ObjectFactoryDestroyable, ObjectFactoryInitializable

public interface ObjectFactoryLifecycle
extends ObjectFactoryInitializable, ObjectFactoryDestroyable

An interface indicating the lifecycle of an ObjectFactory implementation.

Version:
$Date: 2006-03-16 22:44:02 +0800 (Thu, 16 Mar 2006) $ $Id: ObjectFactoryLifecycle.java 2423 2006-03-16 14:44:02Z tmjee $
Author:
tm_jee
See Also:
ObjectFactoryLifecycle, ObjectFactory, ObjectFactoryInitializable, ObjectFactoryDestroyable

Method Summary
 
Methods inherited from interface com.opensymphony.webwork.util.ObjectFactoryInitializable
init
 
Methods inherited from interface com.opensymphony.webwork.util.ObjectFactoryDestroyable
destroy
 


WebWork Project Page