Uses of Interface
org.apache.jetspeed.om.page.Fragment

Packages that use Fragment
org.apache.jetspeed.aggregator   
org.apache.jetspeed.components.portletentity   
org.apache.jetspeed.decoration   
org.apache.jetspeed.layout   
org.apache.jetspeed.om.common.portlet   
org.apache.jetspeed.om.page This package represents an Object Model for manipulating portal "pages" describing the layout process for a specific page to the aggregation engine. 
org.apache.jetspeed.page   
 

Uses of Fragment in org.apache.jetspeed.aggregator
 

Methods in org.apache.jetspeed.aggregator with parameters of type Fragment
 PortletContent ContentDispatcher.getPortletContent(Fragment fragment)
           getPortletContent
 javax.servlet.http.HttpServletResponse ContentDispatcherCtrl.getResponseForFragment(Fragment fragment, RequestContext request)
           getResponseForFragment
 

Uses of Fragment in org.apache.jetspeed.components.portletentity
 

Methods in org.apache.jetspeed.components.portletentity with parameters of type Fragment
 org.apache.pluto.om.common.ObjectID PortletEntityAccessComponent.generateEntityKey(Fragment fragment, String principal)
           generateEntityKey
 

Uses of Fragment in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration with parameters of type Fragment
 Decoration Theme.getDecoration(Fragment fragment)
          Returns a a Decoration for the requested fragment.
 Decoration DecorationFactory.getDecoration(Page page, Fragment fragment, RequestContext requestContext)
          Returns a Decoration for a specific Fragment contained within the specified Page.
 

Uses of Fragment in org.apache.jetspeed.layout
 

Methods in org.apache.jetspeed.layout that return Fragment
 Fragment PortletPlacementContext.getFragmentAtNewCoordinate(Coordinate coordinate)
          Retrieve a portlet fragment for the given coordinate.
 Fragment PortletPlacementContext.getFragmentAtOldCoordinate(Coordinate coordinate)
          Retrieve the old portlet fragment for the given coordinate (prior to placement).
 Fragment PortletPlacementContext.getFragmentById(String fragmentId)
          Retrieve a fragment by fragment id.
 

Methods in org.apache.jetspeed.layout with parameters of type Fragment
 Coordinate PortletPlacementContext.add(Fragment fragment, Coordinate coordinate)
          Add a portlet to its managed page.
 Coordinate PortletPlacementContext.moveAbsolute(Fragment fragment, Coordinate coordinate)
          Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
 Coordinate PortletPlacementContext.moveAbsolute(Fragment fragment, Coordinate coordinate, boolean addFragment)
          Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
 Coordinate PortletPlacementContext.moveDown(Fragment fragment)
          Move a portlet relative to its current position DOWN one row.
 Coordinate PortletPlacementContext.moveLeft(Fragment fragment)
          Move a portlet relative to its current position LEFT one column.
 Coordinate PortletPlacementContext.moveRight(Fragment fragment)
          Move a portlet relative to its current position RIGHT one column.
 Coordinate PortletPlacementContext.moveUp(Fragment fragment)
          Move a portlet relative to its current position UP one row.
 Coordinate PortletPlacementContext.remove(Fragment fragment)
          Remove the specified fragment.
 

Uses of Fragment in org.apache.jetspeed.om.common.portlet
 

Methods in org.apache.jetspeed.om.common.portlet with parameters of type Fragment
 void MutablePortletEntity.setFragment(Fragment fragment)
           
 

Uses of Fragment in org.apache.jetspeed.om.page
 

Subinterfaces of Fragment in org.apache.jetspeed.om.page
 interface ContentFragment
          ContentFragment provides a volatile wrapper interface for actual Fragment metadata objects.
 

Methods in org.apache.jetspeed.om.page that return Fragment
 Fragment Page.getFragmentById(String id)
          Retrieves the fragment contained within this page, with the specified Id.
 Fragment ContentPage.getFragmentById(String id)
          Overridden to to indicate that the Fragment returned must also be an instance of ContentFragment.
 Fragment Page.getRootFragment()
          Retrieves the top level fragment of this page.
 Fragment ContentPage.getRootFragment()
          Overridden to to indicate that the Fragment returned must also be an instance of ContentFragment.
 Fragment Page.removeFragmentById(String id)
          Removes the fragment contained within this page, with the specified Id.
 

Methods in org.apache.jetspeed.om.page with parameters of type Fragment
 void Page.setRootFragment(Fragment fragment)
          Sets the top level fragment of this page.
 

Uses of Fragment in org.apache.jetspeed.page
 

Methods in org.apache.jetspeed.page that return Fragment
 Fragment PageManager.copyFragment(Fragment source, String name)
          Copy the source fragment creating and returning a new copy of the fragment with the parameter collection as the source The fragment is created with a new fragment id
 Fragment PageManager.newFragment()
          Creates a new empty Layout Fragment instance
 Fragment PageManager.newPortletFragment()
          Creates a new empty Portlet Fragment instance
 

Methods in org.apache.jetspeed.page with parameters of type Fragment
 Fragment PageManager.copyFragment(Fragment source, String name)
          Copy the source fragment creating and returning a new copy of the fragment with the parameter collection as the source The fragment is created with a new fragment id
 



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