Java org.apache.wicket.protocol.http WicketFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.protocol.http WicketFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.protocol.http WicketFilter.

The text is from its open source code.

Subclass

org.apache.wicket.protocol.http.WicketFilter has subclasses.
Click this link to see all its subclasses.

Field

StringFILTER_MAPPING_PARAM
The name of the root path parameter that specifies the root dir of the app.
StringAPP_FACT_PARAM
The name of the context parameter that specifies application factory class
StringIGNORE_PATHS_PARAM
Name of parameter used to express a comma separated list of paths that should be ignored

Constructor

WicketFilter()
default constructor, usually invoked through the servlet container by the web.xml configuration
WicketFilter(WebApplication application)
constructor supporting programmatic setup of the filter

this can be useful for programmatically creating and appending the wicket filter to the servlet context using servlet 3 features.

Method

voiddestroy()
FilterConfiggetFilterConfig()
voidinit(final FilterConfig filterConfig)
If you do have a need to subclass, you may subclass #init(boolean,FilterConfig)
voidsetFilterPath(String filterPath)
Sets the filter path instead of reading it from web.xml.