org.apache.myfaces.tobago.context
Class ThemeResources
java.lang.Object
org.apache.myfaces.tobago.context.ThemeResources
- All Implemented Interfaces:
- Serializable
public final class ThemeResources
- extends Object
- implements Serializable
Manages the script and style files for production and development stage.
- Since:
- 1.5.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeResources
public ThemeResources()
copy
public ThemeResources copy()
isProduction
public boolean isProduction()
setProduction
public void setProduction(boolean production)
addScript
public boolean addScript(ThemeScript script)
addStyle
public boolean addStyle(ThemeStyle style)
getScriptList
public List<ThemeScript> getScriptList()
getStyleList
public List<ThemeStyle> getStyleList()
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.