This interface represents a complete page document used by Jetspeed
to layout a user-customizable portal page.
version: $Id: Page.java 516448 2007-03-09 16:25:47Z ate $
getEffectiveDefaultDecorator(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.
Returns the name of the default decorator that applies in this page
to fragments of the specified type
Parameters: fragmentType - the type of fragment considered the decorator name for the selected type
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 the decorator name for the selected type
Retrieves the fragment contained within this page, with the
specified Id.
Parameters: id - the fragment id to look for the found Fragment object or null if not found
Retrieves the fragments contained within this page, with the
specified name.
Parameters: name - the fragment name to look for the list of found Fragment objects or null if not found
Removes the fragment contained within this page, with the
specified Id.
Parameters: id - the fragment id to remove the removed Fragment object or null if not found
Modifies the default decorator for the specified fragment type.
Parameters: decoratorName - the name of the new decorator for the type Parameters: fragmentType - the type of fragment considered