public class ReloadingWicketServlet extends WicketServlet
Example denoting the built-in patterns:
public class MyServlet extends ReloadingWicketServlet
{
static
{
ReloadingClassLoader.excludePattern("org.apache.wicket.*");
ReloadingClassLoader.includePattern("org.apache.wicket.examples.*");
}
}
wicketFilter| Constructor and Description |
|---|
ReloadingWicketServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected WicketFilter |
newWicketFilter() |
destroy, doGet, doPost, initdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected WicketFilter newWicketFilter()
newWicketFilter in class WicketServletCopyright © 2006–2014 Apache Software Foundation. All rights reserved.