org.apache.myfaces.trinidad.webapp
Class TrinidadFilter

java.lang.Object
  extended by org.apache.myfaces.trinidad.webapp.TrinidadFilter
All Implemented Interfaces:
Filter

public class TrinidadFilter
extends Object
implements Filter

Servlet filter that ensures that Trinidad is properly initialized by establishing a RequestContext object; this filter also processes file uploads.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-api/src/main/java/oracle/adf/view/faces/webapp/AdfFacesFilter.java#0 $) $Date: 10-nov-2005.19:08:29 $

Constructor Summary
TrinidadFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, 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

TrinidadFilter

public TrinidadFilter()
Method Detail

init

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

destroy

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

doFilter

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


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.