|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.web.filter.PreProcessingFilter
public class PreProcessingFilter
A filter respsonsible for setting up common objects.
Constructor Summary | |
---|---|
PreProcessingFilter()
|
Method Summary | |
---|---|
void |
destroy()
Called when this filter is taken out of service. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Contains the processing associated with this filter. |
void |
init(FilterConfig config)
Initialises this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreProcessingFilter()
Method Detail |
---|
public void init(FilterConfig config)
config
- a FilterConfig instancepublic void destroy()
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws ServletException, java.io.IOException
ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |