Klasse ThemeResources
java.lang.Object
org.apache.myfaces.tobago.context.ThemeResources
- Alle implementierten Schnittstellen:
- Serializable
Manages the script and style files for production and development stage.
- Seit:
- 1.5.0
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungbooleanaddExcludeScript(ThemeScript script) booleanaddExcludeStyle(ThemeStyle style) booleanaddIncludeScript(ThemeScript script) booleanaddIncludeStyle(ThemeStyle style) booleanaddScript(ThemeScript script, boolean exclude) booleanaddStyle(ThemeStyle style, boolean exclude) Veraltet.booleanVeraltet.since 5.0.0voidmerge(ThemeResources fallback) Veraltet.since 5.0.0, use staticmerge(org.apache.myfaces.tobago.context.ThemeResources)static ThemeResourcesmerge(ThemeResources base, ThemeResources add) 
- 
Konstruktordetails- 
ThemeResourcespublic ThemeResources()
- 
ThemeResourcesVeraltet.since 5.0.0
 
- 
- 
Methodendetails- 
mergeVeraltet.since 5.0.0, use staticmerge(org.apache.myfaces.tobago.context.ThemeResources)
- 
merge- Seit:
- 5.0.0
 
- 
isProductionVeraltet.since 5.0.0
- 
addIncludeScript- Seit:
- 5.0.0
 
- 
addExcludeScript- Seit:
- 5.0.0
 
- 
addScript
- 
addIncludeStyle- Seit:
- 5.0.0
 
- 
addExcludeStyle- Seit:
- 5.0.0
 
- 
addStyleVeraltet.
- 
getScriptList
- 
getStyleList
 
-