Class ThemeImpl
java.lang.Object
org.apache.myfaces.tobago.context.ThemeImpl
- All Implemented Interfaces:
- Serializable,- Theme
- See Also:
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddTagDefault(String tag, String attribute, String defaultValue) getName()Deprecated.since 5.0.0getScriptResources(boolean production) getStyleResources(boolean production) getTagAttributeDefault(Tags tag, String attribute) voidinit()voidlock()Lock the configuration, so it cannot be modified any more.static ThemeImplvoidvoidvoidsetDisplayName(String displayName) voidsetFallback(ThemeImpl fallback) voidsetFallbackName(String fallbackName) voidvoidsetVersion(String version) toString()
- 
Constructor Details- 
ThemeImplpublic ThemeImpl()
 
- 
- 
Method Details- 
merge
- 
lockpublic void lock()Lock the configuration, so it cannot be modified any more.
- 
getName
- 
setName
- 
getDisplayName- Specified by:
- getDisplayNamein interface- Theme
 
- 
setDisplayName
- 
getFallback
- 
setFallback
- 
getFallbackName
- 
setFallbackName
- 
getFallbackList- Specified by:
- getFallbackListin interface- Theme
 
- 
resolveFallbackspublic void resolveFallbacks()
- 
resolveResourcespublic void resolveResources()
- 
getResourcesDeprecated.since 5.0.0
- 
getDevelopmentResources- Since:
- 5.0.0
 
- 
getProductionResources
- 
initpublic void init()
- 
getScriptResources- Specified by:
- getScriptResourcesin interface- Theme
 
- 
getStyleResources- Specified by:
- getStyleResourcesin interface- Theme
 
- 
getVersion- Specified by:
- getVersionin interface- Theme
 
- 
setVersion
- 
addTagDefault
- 
getTagAttributeDefault- Specified by:
- getTagAttributeDefaultin interface- Theme
 
- 
toString
 
-