|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Theme | |
---|---|
org.apache.jetspeed.decoration | |
org.apache.jetspeed.desktop.impl |
Uses of Theme in org.apache.jetspeed.decoration |
---|
Classes in org.apache.jetspeed.decoration that implement Theme | |
---|---|
class |
PageTheme
Default implementation of org.apache.jetspeed.decoration.Theme |
Methods in org.apache.jetspeed.decoration that return Theme | |
---|---|
Theme |
DecorationFactoryImpl.getTheme(Page page,
RequestContext requestContext)
|
Theme |
DecorationFactory.getTheme(Page page,
RequestContext requestContext)
Returns a theme containing all of the Decorations for all of the layouts on the current page. |
Methods in org.apache.jetspeed.decoration with parameters of type Theme | |
---|---|
protected void |
DecorationValve.initDepthFragmentDecorations(RequestContext requestContext,
Theme theme,
ContentFragment fragment,
PageActionAccess pageActionAccess,
boolean isAjaxRequest,
ResourceValidator validator,
PathResolverCache pathResolverCache,
boolean reloadActionList)
Reintializes all fragments with there decorations and portlet modes and winodw states after theme is restored from cache. |
protected void |
DecorationValve.initDepthFragments(RequestContext requestContext,
Theme theme,
ContentFragment fragment,
PageActionAccess pageActionAccess,
boolean isAjaxRequest,
java.util.List collectFragments)
Intializes all fragments with there decorations and portlet modes and winodw states. |
protected boolean |
DecorationValve.initFragment(RequestContext requestContext,
Theme theme,
ContentFragment fragment,
PageActionAccess pageActionAccess,
boolean isAjaxRequest)
|
Uses of Theme in org.apache.jetspeed.desktop.impl |
---|
Constructors in org.apache.jetspeed.desktop.impl with parameters of type Theme | |
---|---|
JetspeedDesktopContextImpl(RequestContext context,
BasePortalURL baseUrlAccess,
Theme theme,
HeaderResource headerResource,
java.lang.String defaultLayoutTemplateExtension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |