|
||||||||||
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 FormConstructor 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 Theme
public Decoration getDecoration(Fragment fragment)
Theme
getDecoration
in interface Theme
fragment
- whose decoration we want to retrieve.
Decoration
,
Fragment
public java.util.Collection getPortletDecorationNames()
Theme
getPortletDecorationNames
in interface Theme
Decoration
,
Fragment
public LayoutDecoration getPageLayoutDecoration()
Theme
getPageLayoutDecoration
in interface Theme
public void init(Page page, DecorationFactory decoration, RequestContext context)
Theme
init
in interface Theme
public Page getPage()
public ContentPage getContentPage()
public boolean isInvalidated()
isInvalidated
in interface Theme
public void setInvalidated(boolean flag)
setInvalidated
in interface Theme
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |