org.apache.myfaces.trinidadinternal.webapp
Class TrinidadFilterImpl
java.lang.Object
org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl
- All Implemented Interfaces:
- javax.servlet.Filter
public class TrinidadFilterImpl
- extends java.lang.Object
- implements javax.servlet.Filter
Actual implementation of the Trinidad servlet filter.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/webapp/AdfFacesFilterImpl.java#0 $) $Date: 10-nov-2005.18:48:59 $
- Author:
- The Oracle ADF Faces Team
Method Summary |
void |
destroy()
|
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
|
static javax.faces.context.FacesContext |
getPseudoFacesContext()
|
void |
init(javax.servlet.FilterConfig filterConfig)
|
static boolean |
isExecutingDialogReturn(javax.faces.context.FacesContext context)
Returns true if the filter is in the middle of executing the
"return from dialog" |
static void |
verifyFilterIsInstalled(javax.faces.context.FacesContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrinidadFilterImpl
public TrinidadFilterImpl()
verifyFilterIsInstalled
public static void verifyFilterIsInstalled(javax.faces.context.FacesContext context)
getPseudoFacesContext
public static javax.faces.context.FacesContext getPseudoFacesContext()
isExecutingDialogReturn
public static boolean isExecutingDialogReturn(javax.faces.context.FacesContext context)
- Returns true if the filter is in the middle of executing the
"return from dialog"
init
public void init(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Filter
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Filter
doFilter
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
doFilter
in interface javax.servlet.Filter
- Throws:
java.io.IOException
javax.servlet.ServletException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.