|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Configuration in org.apache.myfaces.trinidadinternal.image |
---|
Methods in org.apache.myfaces.trinidadinternal.image that return Configuration | |
---|---|
Configuration |
ImageContext.getConfiguration()
Returns a Configuration object that will be used to locate paths and return global properties. |
Uses of Configuration in org.apache.myfaces.trinidadinternal.share.config |
---|
Subclasses of Configuration in org.apache.myfaces.trinidadinternal.share.config | |
---|---|
class |
ConfigurationImpl
ConfigurationImpl is the default implementation of
Configuration . |
class |
ContextBasedConfiguration
Configuration class that works off of a RequestContext. |
Uses of Configuration in org.apache.myfaces.trinidadinternal.share.xml |
---|
Methods in org.apache.myfaces.trinidadinternal.share.xml with parameters of type Configuration | |
---|---|
static XMLProvider |
XMLUtils.getXMLProvider(Configuration config)
Convenience object for getting an XML provider off a Configuration object. |
Uses of Configuration in org.apache.myfaces.trinidadinternal.ui |
---|
Methods in org.apache.myfaces.trinidadinternal.ui that return Configuration | |
---|---|
Configuration |
RootRenderingContext.getConfiguration()
Returns a Configuration object that will be used to locate paths and return global properties. |
Configuration |
UIXRenderingContext.getConfiguration()
Returns a Configuration object that will be used to locate paths and return global properties. |
Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type Configuration | |
---|---|
void |
RootRenderingContext.setConfiguration(Configuration config)
Sets the configuration for use with this rendering pass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |