org.apache.jetspeed.decoration
Interface LayoutDecoration

All Superinterfaces:
Decoration

public interface LayoutDecoration
extends Decoration

Decoration specifically targeted at decorating layouts.

Author:
Scott T. Weaver

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.jetspeed.decoration.Decoration
Decoration.ActionsOption, Decoration.TitleOption
 
Field Summary
 
Fields inherited from interface org.apache.jetspeed.decoration.Decoration
BASE_CSS_CLASS_PROP, CONFIG_DESKTOP_FILE_NAME, CONFIG_FILE_NAME, DEFAULT_COMMON_STYLE_SHEET, DEFAULT_DESKTOP_STYLE_SHEET, DEFAULT_PORTAL_STYLE_SHEET, DESKTOP_SUPPORTED_PROPERTY, OPTION_ACTIONS, OPTION_DRAGHANDLE, OPTION_TITLE, RESOURCE_BUNDLE_PROP, RESOURCES_DIRECTORY_NAME
 
Method Summary
 java.lang.String getFooter()
          The footer" template used to decorate the bottom of a page.
 java.lang.String getHeader()
          The header or "banner" template used to decorate the top of a page.
 
Methods inherited from interface org.apache.jetspeed.decoration.Decoration
getActions, getActionsOption, getBaseCSSClass, getBasePath, getBasePath, getCurrentModeAction, getCurrentStateAction, getDragHandle, getName, getProperty, getResource, getResourceBundle, getResourceBundleName, getStyleSheet, getStyleSheetDesktop, getStyleSheetPortal, getTitleOption, setActions, setCurrentModeAction, setCurrentStateAction, supportsDesktop
 

Method Detail

getHeader

java.lang.String getHeader()
The header or "banner" template used to decorate the top of a page.

Returns:
String fully resolved path to the header template.

getFooter

java.lang.String getFooter()
The footer" template used to decorate the bottom of a page.

Returns:
String fully resolved path to the footer template.


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.