|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebApplicationFactory
A factory interface used by wicket filter to create application objects. Configure your webapplication to use this factory in web.xml like:
<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>
| Method Summary | |
|---|---|
WebApplication |
createApplication(WicketFilter filter)
Create application object |
void |
destroy(WicketFilter filter)
Called when the filter instance that used this factory is destroyed |
| Method Detail |
|---|
WebApplication createApplication(WicketFilter filter)
filter - the wicket filter
void destroy(WicketFilter filter)
filter - the wicket filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||