This project has retired. For details please refer to its
Attic page .
BaseConcretePageElement (Jetspeed-2 Core API 2.2.2 API)
org.apache.jetspeed.om.page
Interface BaseConcretePageElement
All Superinterfaces: BaseElement , BaseFragmentsElement , BasePageElement , Document , Node , SecuredResource
All Known Subinterfaces: Dashboard , DynamicPage , Page
public interface BaseConcretePageElement extends BasePageElement
This interface represents a concrete page document used by Jetspeed
to define a portal page.
Version:
$Id:$
Author:
Randy Watler
Method Summary
java.lang.String
getEffectiveDefaultDecorator (java.lang.String fragmentType)
Returns the name of the default decorator as set here or
in parent folders that applies in this page to fragments
of the specified type.
Methods inherited from interface org.apache.jetspeed.om.page.BasePageElement
getDefaultDecorator , getMenuDefinitions , getSkin , newMenuDefinition , newMenuExcludeDefinition , newMenuIncludeDefinition , newMenuOptionsDefinition , newMenuSeparatorDefinition , setDefaultDecorator , setMenuDefinitions , setSkin
Methods inherited from interface org.apache.jetspeed.page.document.Node
getMetadata , getName , getParent , getPath , getShortTitle , getTitle , getType , getUrl , isHidden , setHidden , setParent , setPath
getEffectiveDefaultDecorator
java.lang.String getEffectiveDefaultDecorator (java.lang.String fragmentType)
Returns the name of the default decorator as set here or
in parent folders that applies in this page to fragments
of the specified type.
Parameters: fragmentType
- the type of fragment considered
Returns: the decorator name for the selected type
Copyright © 1999-2011 The Apache Software Foundation . All Rights Reserved.