org.apache.jetspeed.decoration
Interface PortletDecoration

All Superinterfaces:
Decoration

public interface PortletDecoration
extends Decoration

Decoration specifically targeted at decorating portlets.

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

getTemplate

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

Returns:


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