Class ThemeResources
java.lang.Object
org.apache.myfaces.tobago.context.ThemeResources
- All Implemented Interfaces:
- Serializable
Manages the script and style files for production and development stage.
- Since:
- 1.5.0
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaddExcludeScript(ThemeScript script) booleanaddExcludeStyle(ThemeStyle style) booleanaddIncludeScript(ThemeScript script) booleanaddIncludeStyle(ThemeStyle style) booleanaddScript(ThemeScript script, boolean exclude) Deprecated.booleanaddStyle(ThemeStyle style, boolean exclude) Deprecated.booleanDeprecated.since 5.0.0voidmerge(ThemeResources fallback) Deprecated.since 5.0.0, use staticmerge(org.apache.myfaces.tobago.context.ThemeResources)static ThemeResourcesmerge(ThemeResources base, ThemeResources add) 
- 
Constructor Details- 
ThemeResourcespublic ThemeResources()
- 
ThemeResourcesDeprecated.since 5.0.0
 
- 
- 
Method Details- 
mergeDeprecated.since 5.0.0, use staticmerge(org.apache.myfaces.tobago.context.ThemeResources)
- 
merge- Since:
- 5.0.0
 
- 
isProductionDeprecated.since 5.0.0
- 
addIncludeScript- Since:
- 5.0.0
 
- 
addExcludeScript- Since:
- 5.0.0
 
- 
addScriptDeprecated.
- 
addIncludeStyle- Since:
- 5.0.0
 
- 
addExcludeStyle- Since:
- 5.0.0
 
- 
addStyleDeprecated.
- 
getScriptList
- 
getStyleList
 
-