lumis.portal.url
Class WebResourceForwardFilter

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

public class WebResourceForwardFilter
extends Object
implements Filter

Resolves what is the proper handling for a request, according to the request's and web resource's properties. Performs redirects, server side dispatching, and response handling accordingly.

Since:
5.0.0

Constructor Summary
WebResourceForwardFilter()
           
 
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

WebResourceForwardFilter

public WebResourceForwardFilter()
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.