org.apache.struts2.util
接口 ObjectFactoryDestroyable


public interface ObjectFactoryDestroyable

An interface to be implemented by any ObjectFactory implementation if it requires shutdown hook whenever an ObjectFactory is to be destroyed.

另请参见:
FilterDispatcher, Dispatcher

方法摘要
 void destroy()
           
 

方法详细信息

destroy

void destroy()