lumis.portal.webserver
Class WebServerIntegrationForwardFilter

Package class diagram package WebServerIntegrationForwardFilter
java.lang.Object
  extended by lumis.portal.webserver.WebServerIntegrationForwardFilter
All Implemented Interfaces:
Filter

public class WebServerIntegrationForwardFilter
extends Object
implements Filter

Filter used to perform integration with web servers.

Since:
5.0.0

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

Constructor Detail

WebServerIntegrationForwardFilter

public WebServerIntegrationForwardFilter()
Method Detail

init

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

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.