org.apache.jetspeed.decoration
Interface LayoutDecoration

All Superinterfaces:
Decoration

public interface LayoutDecoration
extends Decoration

Decoration specifically targeted at decorating layouts.

Author:
Scott T. Weaver

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, RESOURCE_BUNDLE_PROP, RESOURCES_DIRECTORY_NAME
 
Method Summary
 String getFooter()
          The footer" template used to decorate the bottom of a page.
 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, getBaseCSSClass, getBasePath, getBasePath, getCurrentModeAction, getCurrentStateAction, getName, getProperty, getResource, getResourceBundle, getResourceBundleName, getStyleSheet, getStyleSheetDesktop, getStyleSheetPortal, setActions, setCurrentModeAction, setCurrentStateAction, supportsDesktop
 

Method Detail

getHeader

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

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

Returns:
String fully resolved path to the footer template.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.