org.pentaho.platform.web.http.filters
Class SystemStatusFilter

java.lang.Object
  extended by org.pentaho.platform.web.http.filters.SystemStatusFilter

public class SystemStatusFilter
extends Object

The purpose of this filter is to check to make sure that the platform is properly initialized before letting requests in.


Constructor Summary
SystemStatusFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain filterChain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemStatusFilter

public SystemStatusFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain filterChain)
              throws IOException,
                     ServletException
Throws:
IOException
ServletException

destroy

public void destroy()