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
ConstructorsConstructorDescriptionThemeResources
(boolean production) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
addExcludeScript
(ThemeScript script) boolean
addExcludeStyle
(ThemeStyle style) boolean
addIncludeScript
(ThemeScript script) boolean
addIncludeStyle
(ThemeStyle style) boolean
addScript
(ThemeScript script, boolean exclude) Deprecated, for removal: This API element is subject to removal in a future version.boolean
addStyle
(ThemeStyle style, boolean exclude) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
merge
(ThemeResources fallback) Deprecated, for removal: This API element is subject to removal in a future version.static ThemeResources
merge
(ThemeResources base, ThemeResources add)
-
Constructor Details
-
ThemeResources
public ThemeResources() -
ThemeResources
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
merge
Deprecated, for removal: This API element is subject to removal in a future version. -
merge
- Since:
- 5.0.0
-
isProduction
Deprecated, 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)