Class ThemeImpl
java.lang.Object
org.apache.myfaces.tobago.context.ThemeImpl
- All Implemented Interfaces:
Serializable
,Theme
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
String[]
getScriptResources
(boolean production) String[]
getStyleResources
(boolean production) void
init()
boolean
void
lock()
Lock the configuration, so it cannot be modified any more.void
void
void
setDisplayName
(String displayName) void
setFallback
(ThemeImpl fallback) void
setFallbackName
(String fallbackName) void
void
setVersion
(String version) void
setVersioned
(boolean versioned) toString()
-
Constructor Details
-
ThemeImpl
public ThemeImpl()
-
-
Method Details
-
lock
public void lock()Lock the configuration, so it cannot be modified any more. -
getName
-
setName
-
getDisplayName
- Specified by:
getDisplayName
in interfaceTheme
-
setDisplayName
-
getFallback
-
setFallback
-
getFallbackName
-
setFallbackName
-
getFallbackList
- Specified by:
getFallbackList
in interfaceTheme
-
resolveFallbacks
public void resolveFallbacks() -
resolveResources
public void resolveResources() -
getResources
-
getProductionResources
-
init
public void init() -
getScriptResources
- Specified by:
getScriptResources
in interfaceTheme
-
getStyleResources
- Specified by:
getStyleResources
in interfaceTheme
-
isVersioned
public boolean isVersioned() -
setVersioned
public void setVersioned(boolean versioned) -
getVersion
- Specified by:
getVersion
in interfaceTheme
-
setVersion
-
toString
-