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.


Field Summary
 
Fields inherited from class org.apache.myfaces.trinidadinternal.share.config.Configuration
BASE_DIRECTORY, CHECK_TIMESTAMP_PARAM, 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, STYLES_CACHE_DIRECTORY, STYLES_DIRECTORY, 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
 

Constructor Detail

ContextBasedConfiguration

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


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