|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blojsom.filter.PermalinkFilter
PermalinkFilter
Nested Class Summary | |
class |
PermalinkFilter.PermalinkRequest
Permalink request |
Constructor Summary | |
PermalinkFilter()
Default constructor. |
Method Summary | |
void |
destroy()
Remove the filter from service |
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
Process the request. |
void |
init(javax.servlet.FilterConfig filterConfig)
Initialize the filter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PermalinkFilter()
Method Detail |
public void init(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException
init
in interface javax.servlet.Filter
filterConfig
- FilterConfig
javax.servlet.ServletException
- If there is an error initializing the filterpublic void destroy()
destroy
in interface javax.servlet.Filter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws java.io.IOException, javax.servlet.ServletException
Processes requests of the form
doFilter
in interface javax.servlet.Filter
request
- ServletRequest
response
- ServletResponse
chain
- FilterChain
to execute
java.io.IOException
- If there is an error executing the filter
javax.servlet.ServletException
- If there is an error executing the filter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |