| org.apache.jetspeed.decoration.Theme
All known Subclasses: org.apache.jetspeed.decoration.PageTheme,
Theme | public interface Theme (Code) | | Theme provides a simple aggregation of all of the decorations
within the current "page."
author: Scott T. Weaver |
getDecoration | Decoration getDecoration(Fragment fragment)(Code) | | Returns a a Decoration for the requested fragment.
Parameters: fragment - whose decoration we want to retrieve. Decroration for this fragment. See Also: Decoration See Also: Fragment |
getPageLayoutDecoration | LayoutDecoration getPageLayoutDecoration()(Code) | | Returns the the top most, "root" layout fragment's
decoration.
the the top most, "root" layout fragment'sdecoration. |
getPortletDecorationNames | Collection getPortletDecorationNames()(Code) | | Get a list of portlet decoration names used by
portlets on the current page.
unmodifiable list for portlet decoration names. See Also: Decoration See Also: Fragment |
getStyleSheets | Set getStyleSheets()(Code) | | Set of all of the stylesheets needed to properlyrender of the decorations in this theme. |
isInvalidated | boolean isInvalidated()(Code) | | |
setInvalidated | void setInvalidated(boolean flag)(Code) | | |
|
|