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, init
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected WicketFilter newWicketFilter()
newWicketFilter
in class WicketServlet
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.