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 SummaryConstructorsConstructorDescriptionThemeResources(boolean production) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaddExcludeScript(ThemeScript script) booleanaddExcludeStyle(ThemeStyle style) booleanaddIncludeScript(ThemeScript script) booleanaddIncludeStyle(ThemeStyle style) booleanaddScript(ThemeScript script, boolean exclude) Deprecated, for removal: This API element is subject to removal in a future version.booleanaddStyle(ThemeStyle style, boolean exclude) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidmerge(ThemeResources fallback) Deprecated, for removal: This API element is subject to removal in a future version.static ThemeResourcesmerge(ThemeResources base, ThemeResources add) 
- 
Constructor Details- 
ThemeResourcespublic ThemeResources()
- 
ThemeResourcesDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
mergeDeprecated, for removal: This API element is subject to removal in a future version.
- 
merge- Since:
- 5.0.0
 
- 
isProductionDeprecated, for removal: This API element is subject to removal in a future version.
- 
addIncludeScript- Since:
- 5.0.0
 
- 
addExcludeScript- Since:
- 5.0.0
 
- 
addScript@Deprecated(since="5.0.0", forRemoval=true) public boolean addScript(ThemeScript script, boolean exclude) Deprecated, for removal: This API element is subject to removal in a future version.
- 
addIncludeStyle- Since:
- 5.0.0
 
- 
addExcludeStyle- Since:
- 5.0.0
 
- 
addStyle@Deprecated(since="5.0.0", forRemoval=true) public boolean addStyle(ThemeStyle style, boolean exclude) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getScriptList
- 
getStyleList
 
- 
addIncludeScript(org.apache.myfaces.tobago.context.ThemeScript)oraddExcludeScript(org.apache.myfaces.tobago.context.ThemeScript)