org.wicketstuff.servlet3
Class WicketFilter3

java.lang.Object
  extended by org.apache.wicket.protocol.http.WicketFilter
      extended by org.wicketstuff.servlet3.WicketFilter3
All Implemented Interfaces:
Filter

public class WicketFilter3
extends WicketFilter

An extension of WicketFilter that reads WicketFilter.filterPath from WebFilter or WebServlet's 'url-patterns' or 'value' attributes


Field Summary
 
Fields inherited from class org.apache.wicket.protocol.http.WicketFilter
APP_FACT_PARAM, FILTER_MAPPING_PARAM, IGNORE_PATHS_PARAM
 
Constructor Summary
WicketFilter3()
           
 
Method Summary
protected  String getFilterPathFromAnnotation(boolean isServlet)
           
 
Methods inherited from class org.apache.wicket.protocol.http.WicketFilter
checkIfRedirectRequired, destroy, doFilter, getApplication, getApplicationFactory, getClassLoader, getFilterConfig, getFilterPath, getFilterPath, getFilterPathFromConfig, getFilterPathFromWebXml, getRelativePath, init, init, processRequestCycle, setFilterPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WicketFilter3

public WicketFilter3()
Method Detail

getFilterPathFromAnnotation

protected String getFilterPathFromAnnotation(boolean isServlet)
Overrides:
getFilterPathFromAnnotation in class WicketFilter


Copyright © 2014 WicketStuff. All rights reserved.