|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.gst.foundation.httpstatus.HttpResponseStatusFilter
public class HttpResponseStatusFilter
A response header filter sets the customer status headers from ContentServer.
Constructor Summary | |
---|---|
HttpResponseStatusFilter()
|
Method Summary | |
---|---|
void |
destroy()
This method is called by application server at the shutdown and destroys filterConf object |
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain filterChain)
This method performs the filtering process on the response headers to set the custom headers in the response object and initiates the subsequent filter chain |
void |
init(javax.servlet.FilterConfig filterConf)
This method is called by application server at the startup and initializes the FilterConfig object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpResponseStatusFilter()
Method Detail |
---|
public void destroy()
destroy
in interface javax.servlet.Filter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain filterChain) throws IOException, javax.servlet.ServletException
doFilter
in interface javax.servlet.Filter
request
- Request objectresponse
- Response ObjectfilterChain
- FilterChain Object
IOException
- , ServletException
javax.servlet.ServletException
public void init(javax.servlet.FilterConfig filterConf) throws javax.servlet.ServletException
init
in interface javax.servlet.Filter
filterConf
- FilterConfig object
javax.servlet.ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |