|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.web.filter.DispatchingFilter
public class DispatchingFilter
A filter that dispatches to the internal URI.
| Constructor Summary | |
|---|---|
DispatchingFilter()
|
|
| 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 DispatchingFilter()
| 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 | |||||||||