com.sdm.quasar.client.jsf.application
Class ApplicationServletFilter

java.lang.Object
  extended bycom.sdm.quasar.client.jsf.application.ApplicationServletFilter

public class ApplicationServletFilter
extends java.lang.Object


Constructor Summary
ApplicationServletFilter()
           
 
Method Summary
 void destroy()
          The filter's destruction hook.
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig conf)
          The filter's initialization hook.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationServletFilter

public ApplicationServletFilter()
Method Detail

init

public void init(FilterConfig conf)
          throws ServletException
The filter's initialization hook.

Parameters:
conf - the filter's configuration-data
Throws:
ServletException

destroy

public void destroy()
The filter's destruction hook.


doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException