|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.client.http.filter.TemplateFilter
A filter template.
Constructor Summary | |
TemplateFilter()
|
Method Summary | |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Process this filter and any subsequent filters |
abstract void |
doMainProcessing(ServletRequest request,
ServletResponse response,
FilterChain chain)
Process this filter |
FilterConfig |
getFilterConfig()
Gets the filterConfig attribute of the TemplateFilter object |
void |
init(FilterConfig filterConfig)
Initialize the filter |
void |
setFilterConfig(FilterConfig filterConfig)
Sets the filterConfig attribute of the TemplateFilter object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.Filter |
destroy |
Constructor Detail |
public TemplateFilter()
Method Detail |
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter
in interface Filter
request
- current requestresponse
- current responsechain
- subsequent filters
IOException
- thrown in case of exception in I/O
operations
ServletException
- thrown in case of exception in prosessing
the filterpublic void init(FilterConfig filterConfig) throws ServletException
init
in interface Filter
filterConfig
- initalize the filer with this configurartion
ServletException
- thrown in case of exception initialize the filterpublic abstract void doMainProcessing(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
request
- current requestresponse
- current responsechain
- subsequent filters
IOException
- thrown in case of exception in I/O
operations
ServletException
- thrown in case of exception in prosessing
the filterpublic void setFilterConfig(FilterConfig filterConfig)
filterConfig
- The new filterConfig valuepublic FilterConfig getFilterConfig()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |