Save This Page
Home » trinidad-1.2.8-src-all » org.apache.myfaces.trinidadinternal » webapp » [javadoc | source]
org.apache.myfaces.trinidadinternal.webapp
public class: TrinidadFilterImpl [javadoc | source]
java.lang.Object
   org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl

All Implemented Interfaces:
    Filter

Actual implementation of the Trinidad servlet filter.

Method from org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl Summary:
destroy,   doFilter,   getPseudoFacesContext,   init,   isExecutingDialogReturn,   verifyFilterIsInstalled
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl Detail:
 public  void destroy() 
 public  void doFilter(ServletRequest request,
    ServletResponse response,
    FilterChain chain) throws IOException, ServletException 
 public static FacesContext getPseudoFacesContext() 
 public  void init(FilterConfig filterConfig) throws ServletException 
 public static boolean isExecutingDialogReturn(FacesContext context) 
    Returns true if the filter is in the middle of executing the "return from dialog"
 public static  void verifyFilterIsInstalled(FacesContext context)