org.apache.jetspeed.decoration
Interface PortletDecoration

All Superinterfaces:
Decoration
All Known Implementing Classes:
PortletDecorationImpl

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
 java.lang.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

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

Returns:


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