org.apache.jetspeed.decoration
Interface PortletDecoration

All Superinterfaces:
Decoration

public interface PortletDecoration
extends Decoration

Decoration specifically targeted at decorating portlets.

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 getTemplate()
          path to the template object used to decorated an individual portlet window.
 
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

getTemplate

String getTemplate()
path to the template object used to decorated an individual portlet window.

Returns:


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