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übersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
addExcludeScript
(ThemeScript script) boolean
addExcludeStyle
(ThemeStyle style) boolean
addIncludeScript
(ThemeScript script) boolean
addIncludeStyle
(ThemeStyle style) boolean
addScript
(ThemeScript script, boolean exclude) boolean
addStyle
(ThemeStyle style, boolean exclude) Veraltet.boolean
Veraltet.since 5.0.0void
merge
(ThemeResources fallback) Veraltet.since 5.0.0, use staticmerge(org.apache.myfaces.tobago.context.ThemeResources)
static ThemeResources
merge
(ThemeResources base, ThemeResources add)
-
Konstruktordetails
-
ThemeResources
public ThemeResources() -
ThemeResources
Veraltet.since 5.0.0
-
-
Methodendetails
-
merge
Veraltet.since 5.0.0, use staticmerge(org.apache.myfaces.tobago.context.ThemeResources)
-
merge
- Seit:
- 5.0.0
-
isProduction
Veraltet.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
-
addStyle
Veraltet. -
getScriptList
-
getStyleList
-