public interface IWebApplicationFactory
<filter>
<filter-name>MyApplication</filter-name>
<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
<init-param>
<param-name>applicationFactoryClassName</param-name>
<param-value>org.mycompany.MyWebApplicationFactory</param-value>
</init-param>
</filter>
| Modifier and Type | Method and Description |
|---|---|
WebApplication |
createApplication(WicketFilter filter)
Create application object
|
void |
destroy(WicketFilter filter)
Called when the filter instance that used this factory is destroyed
|
WebApplication createApplication(WicketFilter filter)
filter - the wicket filtervoid destroy(WicketFilter filter)
filter - the wicket filterCopyright © 2006–2014 Apache Software Foundation. All rights reserved.