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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addScript
(ThemeScript script, boolean exclude) boolean
addStyle
(ThemeStyle style, boolean exclude) boolean
void
merge
(ThemeResources toAddResources)
-
Constructor Details
-
ThemeResources
public ThemeResources(boolean production)
-
-
Method Details
-
merge
-
isProduction
public boolean isProduction() -
addScript
-
addStyle
-
getScriptList
-
getStyleList
-