org.apache.wicket.protocol.http
Interface IDestroyableWebApplicationFactory

All Superinterfaces:
IWebApplicationFactory

public interface IDestroyableWebApplicationFactory
extends IWebApplicationFactory

Extension of IWebApplicationFactory that is aware of the filter destruction.

Author:
igor.vaynberg

Method Summary
 void destroy()
          Called when the filter instance that used this factory is destroyed
 
Methods inherited from interface org.apache.wicket.protocol.http.IWebApplicationFactory
createApplication
 

Method Detail

destroy

void destroy()
Called when the filter instance that used this factory is destroyed



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.