org.apache.jetspeed.decoration
Class LayoutDecorationImpl

java.lang.Object
  extended by org.apache.jetspeed.decoration.BaseDecoration
      extended by org.apache.jetspeed.decoration.LayoutDecorationImpl
All Implemented Interfaces:
Serializable, org.apache.jetspeed.decoration.Decoration, org.apache.jetspeed.decoration.LayoutDecoration

public class LayoutDecorationImpl
extends BaseDecoration
implements org.apache.jetspeed.decoration.LayoutDecoration

Default implementation of org.apache.jetspeed.decoration.LayoutDecoration

Author:
Scott T. Weaver
See Also:
LayoutDecoration, Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.decoration.BaseDecoration
config, NO_SUCH_RESOURCE
 
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
 
Constructor Summary
LayoutDecorationImpl(Properties config, org.apache.jetspeed.decoration.ResourceValidator validator, org.apache.jetspeed.util.Path basePath, org.apache.jetspeed.util.Path baseClientPath, org.apache.jetspeed.decoration.PathResolverCache cache)
           
 
Method Summary
 String getFooter()
           
 String getHeader()
           
 void setDecorationFactory(org.apache.jetspeed.decoration.DecorationFactory decorationFactory)
           
 
Methods inherited from class org.apache.jetspeed.decoration.BaseDecoration
getActions, getBaseCSSClass, getBasePath, getBasePath, getCurrentModeAction, getCurrentStateAction, getName, getProperty, getResource, getResource, getResourceBundle, getResourceBundleName, getStyleSheet, getStyleSheetDesktop, getStyleSheetPortal, init, setActions, setCurrentModeAction, setCurrentStateAction, supportsDesktop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

LayoutDecorationImpl

public LayoutDecorationImpl(Properties config,
                            org.apache.jetspeed.decoration.ResourceValidator validator,
                            org.apache.jetspeed.util.Path basePath,
                            org.apache.jetspeed.util.Path baseClientPath,
                            org.apache.jetspeed.decoration.PathResolverCache cache)
Method Detail

setDecorationFactory

public void setDecorationFactory(org.apache.jetspeed.decoration.DecorationFactory decorationFactory)

getHeader

public String getHeader()
Specified by:
getHeader in interface org.apache.jetspeed.decoration.LayoutDecoration

getFooter

public String getFooter()
Specified by:
getFooter in interface org.apache.jetspeed.decoration.LayoutDecoration


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