org.apache.myfaces.trinidadinternal.share.config
Class ContextBasedConfiguration

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.share.config.Configuration
      extended by org.apache.myfaces.trinidadinternal.share.config.ConfigurationImpl
          extended by org.apache.myfaces.trinidadinternal.share.config.ContextBasedConfiguration

public class ContextBasedConfiguration
extends ConfigurationImpl

Configuration class that works off of a RequestContext.

Author:
The Oracle ADF Faces Team

Field Summary
static java.lang.String CONFIGURATION_NAME
           
 
Fields inherited from class org.apache.myfaces.trinidadinternal.share.config.Configuration
BASE_DIRECTORY, DISABLE_CONTENT_COMPRESSION, DISABLE_STANDARDS_MODE, HEADLESS, IMAGE_SERVLET_URL, IMAGES_CACHE_DIRECTORY, IMAGES_DIRECTORY, JSLIBS_DIRECTORY, JSPS_DIRECTORY, LOOK_AND_FEEL_MANAGER, RENDERER_MANAGER, SKIN_FAMILY, STYLE_SHEET_NAME, STYLES_CACHE_DIRECTORY, STYLES_DIRECTORY, TECATE_SERVLET_URL, USER_STYLE_SHEET, XML_PROVIDER
 
Constructor Summary
ContextBasedConfiguration(javax.faces.context.FacesContext fContext, org.apache.myfaces.trinidad.context.RequestContext context)
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.trinidadinternal.share.config.ConfigurationImpl
getPath, getProperty, getURI, isDebug, putFullURIAndPath, putProperty, putRelativeURI, setDebug
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_NAME

public static final java.lang.String CONFIGURATION_NAME
See Also:
Constant Field Values
Constructor Detail

ContextBasedConfiguration

public ContextBasedConfiguration(javax.faces.context.FacesContext fContext,
                                 org.apache.myfaces.trinidad.context.RequestContext context)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.