|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.decoration.PageTheme
public class PageTheme
Default implementation of org.apache.jetspeed.decoration.Theme
Theme,
Serialized Form| Constructor Summary | |
|---|---|
PageTheme(Page page,
DecorationFactory decorationFactory,
RequestContext requestContext)
|
|
| Method Summary | |
|---|---|
ContentPage |
getContentPage()
|
Decoration |
getDecoration(Fragment fragment)
Returns a a Decoration for the requested fragment. |
Page |
getPage()
|
LayoutDecoration |
getPageLayoutDecoration()
Returns the the top most, "root" layout fragment's decoration. |
java.util.Collection |
getPortletDecorationNames()
Get a list of portlet decoration names used by portlets on the current page. |
java.util.Set |
getStyleSheets()
|
void |
init(Page page,
DecorationFactory decoration,
RequestContext context)
Initialize a page theme |
boolean |
isInvalidated()
|
void |
setInvalidated(boolean flag)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageTheme(Page page,
DecorationFactory decorationFactory,
RequestContext requestContext)
| Method Detail |
|---|
public java.util.Set getStyleSheets()
getStyleSheets in interface Themepublic Decoration getDecoration(Fragment fragment)
Theme
getDecoration in interface Themefragment - whose decoration we want to retrieve.
Decoration,
Fragmentpublic java.util.Collection getPortletDecorationNames()
Theme
getPortletDecorationNames in interface ThemeDecoration,
Fragmentpublic LayoutDecoration getPageLayoutDecoration()
Theme
getPageLayoutDecoration in interface Theme
public void init(Page page,
DecorationFactory decoration,
RequestContext context)
Theme
init in interface Themepublic Page getPage()
public ContentPage getContentPage()
public boolean isInvalidated()
isInvalidated in interface Themepublic void setInvalidated(boolean flag)
setInvalidated in interface Theme
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||