Class ThemeImpl
java.lang.Object
org.apache.myfaces.tobago.context.ThemeImpl
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddTagDefault(String tag, String attribute, String defaultValue) getName()Deprecated, for removal: This API element is subject to removal in a future version.getScriptResources(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, for removal: This API element is subject to removal in a future version.
- 
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
 
-