at.gv.egiz.moodle.eidconnector.webapp
Class ConfigFilter

java.lang.Object
  extended by at.gv.egiz.moodle.eidconnector.webapp.ConfigFilter
All Implemented Interfaces:
Filter

public class ConfigFilter
extends Object
implements Filter

Author:
AT-TUG (Thomas Knall)

Constructor Summary
ConfigFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigFilter

public ConfigFilter()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface Filter

doFilter

public void doFilter(ServletRequest servletRequest,
                     ServletResponse servletResponse,
                     FilterChain filterChain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException


Copyright 2009 EGIZ. All Rights Reserved.