com.jivesoftware.base.theme
Class ThemeDecorator
java.lang.Object
com.opensymphony.module.sitemesh.mapper.DefaultDecorator
com.jivesoftware.base.theme.ThemeDecorator
- All Implemented Interfaces:
- com.opensymphony.module.sitemesh.Decorator
public class ThemeDecorator
- extends com.opensymphony.module.sitemesh.mapper.DefaultDecorator
A custom version of the sitemesh default decorator that holds a theme object.
Field Summary |
protected com.opensymphony.module.sitemesh.Decorator |
decorator
|
protected Theme |
theme
|
Fields inherited from class com.opensymphony.module.sitemesh.mapper.DefaultDecorator |
name, page, parameters, role, uriPath |
Constructor Summary |
ThemeDecorator(com.opensymphony.module.sitemesh.Decorator decorator,
java.lang.String page,
Theme theme)
|
Methods inherited from class com.opensymphony.module.sitemesh.mapper.DefaultDecorator |
getInitParameterNames, getName, getPage, getRole, getURIPath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decorator
protected com.opensymphony.module.sitemesh.Decorator decorator
theme
protected Theme theme
ThemeDecorator
public ThemeDecorator(com.opensymphony.module.sitemesh.Decorator decorator,
java.lang.String page,
Theme theme)
getInitParameter
public java.lang.String getInitParameter(java.lang.String paramName)
- Specified by:
getInitParameter
in interface com.opensymphony.module.sitemesh.Decorator
- Overrides:
getInitParameter
in class com.opensymphony.module.sitemesh.mapper.DefaultDecorator
getTheme
public Theme getTheme()
Copyright © 1999-2006 Jive Software.