org.apache.myfaces.trinidadinternal.config.dispatch
Class DispatchResponseConfiguratorImpl
java.lang.Object
org.apache.myfaces.trinidad.config.Configurator
org.apache.myfaces.trinidadinternal.config.dispatch.DispatchResponseConfiguratorImpl
public class DispatchResponseConfiguratorImpl
- extends org.apache.myfaces.trinidad.config.Configurator
TODO: Document this
- Version:
- $Revision$ $Date$
- Author:
- Scott O'Bryan (latest modification by $Author$)
Method Summary |
static void |
apply(javax.faces.context.ExternalContext context)
|
static java.lang.String |
getContentType(javax.faces.context.FacesContext context)
|
javax.faces.context.ExternalContext |
getExternalContext(javax.faces.context.ExternalContext externalContext)
|
static boolean |
isApplied(javax.faces.context.ExternalContext context)
Returns true if the request wrapper has been applied. |
Methods inherited from class org.apache.myfaces.trinidad.config.Configurator |
beginRequest, destroy, disableConfiguratorServices, endRequest, init, isConfiguratorServiceDisabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatchResponseConfiguratorImpl
public DispatchResponseConfiguratorImpl()
getExternalContext
public javax.faces.context.ExternalContext getExternalContext(javax.faces.context.ExternalContext externalContext)
- Overrides:
getExternalContext
in class org.apache.myfaces.trinidad.config.Configurator
getContentType
public static java.lang.String getContentType(javax.faces.context.FacesContext context)
isApplied
public static boolean isApplied(javax.faces.context.ExternalContext context)
- Returns
true
if the request wrapper has been applied.
- Parameters:
context
-
- Returns:
apply
public static void apply(javax.faces.context.ExternalContext context)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.