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

Packages that use ContentFragment
org.apache.jetspeed.aggregator   
org.apache.jetspeed.components.portletentity   
org.apache.jetspeed.container   
org.apache.jetspeed.decoration   
org.apache.jetspeed.layout   
org.apache.jetspeed.mockobjects.request   
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.request   
 

Uses of ContentFragment in org.apache.jetspeed.aggregator
 

Methods in org.apache.jetspeed.aggregator that return ContentFragment
 ContentFragment RenderingJob.getFragment()
           
 

Methods in org.apache.jetspeed.aggregator with parameters of type ContentFragment
 RenderingJob PortletRenderer.createRenderingJob(ContentFragment fragment, RequestContext request)
          Create a rendering job for the specified Page fragment.
 void PageAggregator.renderContent(RequestContext rc, ContentFragment root)
           
 void PortletRenderer.renderNow(ContentFragment fragment, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Render the specified Page fragment.
 void PortletRenderer.renderNow(ContentFragment fragment, RequestContext request)
          Render the specified Page fragment.
 void PortletRenderer.renderNow(ContentFragment fragment, RequestContext request, boolean spawned)
          Render the specified Page fragment in a separate Thread from the current (rendering) Thread Result is returned in the PortletResponse.
 

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

Methods in org.apache.jetspeed.components.portletentity with parameters of type ContentFragment
 PortletEntity PortletEntityAccessComponent.generateEntityFromFragment(ContentFragment fragment)
           generateEntityFromFragment
 java.lang.String PortletEntityAccessComponent.generateEntityKey(ContentFragment fragment)
           generateEntityKey
 PortletEntity PortletEntityAccessComponent.getPortletEntityForFragment(ContentFragment fragment)
           getPortletEntityForFragment
 void PortletEntityAccessComponent.updatePortletEntity(PortletEntity portletEntity, ContentFragment fragment)
           updatePortletEntity
 

Uses of ContentFragment in org.apache.jetspeed.container
 

Methods in org.apache.jetspeed.container that return ContentFragment
 ContentFragment PortletEntity.getFragment()
           
 ContentFragment PortletWindow.getFragment()
           
 

Methods in org.apache.jetspeed.container with parameters of type ContentFragment
 void PortletEntity.setFragment(ContentFragment fragment)
           
 

Uses of ContentFragment in org.apache.jetspeed.decoration
 

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

Uses of ContentFragment in org.apache.jetspeed.layout
 

Methods in org.apache.jetspeed.layout that return ContentFragment
 ContentFragment PageLayoutComponent.addFragmentAtRowColumn(ContentPage contentPage, ContentFragment contentFragment, int row, int column)
          Add fragment to page at specified row column layout position returning associated content fragment.
 ContentFragment PageLayoutComponent.addFragmentReference(ContentFragment contentFragment, java.lang.String id)
          Add fragment reference to fragment returning associated content fragment.
 ContentFragment PageLayoutComponent.addFragmentReference(ContentFragment contentFragment, java.lang.String id, int row, int column)
          Add fragment reference to fragment with specified row and column returning associated content fragment.
 ContentFragment PageLayoutComponent.addFragmentReference(ContentPage contentPage, java.lang.String id)
          Add fragment reference to page returning associated content fragment.
 ContentFragment PageLayoutComponent.addPortlet(ContentFragment contentFragment, java.lang.String type, java.lang.String name)
          Add portlet to fragment returning associated content fragment.
 ContentFragment PageLayoutComponent.addPortlet(ContentFragment contentFragment, java.lang.String type, java.lang.String name, int row, int column)
          Add portlet to fragment with specified row and column returning associated content fragment.
 ContentFragment PageLayoutComponent.addPortlet(ContentPage contentPage, java.lang.String type, java.lang.String name)
          Add portlet to page returning associated content fragment.
 ContentFragment JetspeedPowerTool.getCurrentFragment()
           
 ContentFragment JetspeedPowerTool.getCurrentLayout()
           
 ContentFragment PortletPlacementContext.getFragmentAtNewCoordinate(Coordinate coordinate)
          Retrieve a portlet fragment for the given coordinate.
 ContentFragment PortletPlacementContext.getFragmentAtOldCoordinate(Coordinate coordinate)
          Retrieve the old portlet fragment for the given coordinate (prior to placement).
 ContentFragment PortletPlacementContext.getFragmentById(java.lang.String fragmentId)
          Retrieve a fragment by fragment id.
 

Methods in org.apache.jetspeed.layout with parameters of type ContentFragment
 Coordinate PortletPlacementContext.add(ContentFragment fragment, Coordinate coordinate)
          Add a portlet to its managed page.
 ContentFragment PageLayoutComponent.addFragmentAtRowColumn(ContentPage contentPage, ContentFragment contentFragment, int row, int column)
          Add fragment to page at specified row column layout position returning associated content fragment.
 ContentFragment PageLayoutComponent.addFragmentReference(ContentFragment contentFragment, java.lang.String id)
          Add fragment reference to fragment returning associated content fragment.
 ContentFragment PageLayoutComponent.addFragmentReference(ContentFragment contentFragment, java.lang.String id, int row, int column)
          Add fragment reference to fragment with specified row and column returning associated content fragment.
 ContentFragment PageLayoutComponent.addPortlet(ContentFragment contentFragment, java.lang.String type, java.lang.String name)
          Add portlet to fragment returning associated content fragment.
 ContentFragment PageLayoutComponent.addPortlet(ContentFragment contentFragment, java.lang.String type, java.lang.String name, int row, int column)
          Add portlet to fragment with specified row and column returning associated content fragment.
 java.lang.String JetspeedPowerTool.decorateAndInclude(ContentFragment f)
           Decorate and include fragment content.
 java.util.List<KeyValue<java.lang.String,HeadElement>> JetspeedPowerTool.getHeadElements(ContentFragment f)
          Returns all the contributed head elements from the fragment and its child fragments.
 PortletWindow JetspeedPowerTool.getPortletWindow(ContentFragment f)
           
 java.lang.String JetspeedPowerTool.getTitle(ContentFragment f)
           getTitle
 boolean JetspeedPowerTool.isHidden(ContentFragment f)
          Checks the the visibilty of this fragment with respect to the current RenderReqeust.
 Coordinate PortletPlacementContext.moveAbsolute(ContentFragment fragment, Coordinate coordinate)
          Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
 Coordinate PortletPlacementContext.moveAbsolute(ContentFragment fragment, Coordinate coordinate, boolean addFragment)
          Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
 Coordinate PortletPlacementContext.moveDown(ContentFragment fragment)
          Move a portlet relative to its current position DOWN one row.
 Coordinate PortletPlacementContext.moveLeft(ContentFragment fragment)
          Move a portlet relative to its current position LEFT one column.
 Coordinate PortletPlacementContext.moveRight(ContentFragment fragment)
          Move a portlet relative to its current position RIGHT one column.
 Coordinate PortletPlacementContext.moveUp(ContentFragment fragment)
          Move a portlet relative to its current position UP one row.
 Coordinate PortletPlacementContext.remove(ContentFragment fragment)
          Remove the specified fragment.
 void JetspeedPowerTool.setCurrentFragment(ContentFragment f)
           
 void PageLayoutComponent.updateDecorator(ContentFragment contentFragment, java.lang.String decoratorName)
          Update global fragment portlet decorator.
 void PageLayoutComponent.updateDecorator(ContentFragment contentFragment, java.lang.String decoratorName, java.lang.String scope, java.lang.String scopeValue)
          Update fragment portlet decorator.
 void PageLayoutComponent.updateName(ContentFragment contentFragment, java.lang.String name)
          Update fragment name.
 void PageLayoutComponent.updatePosition(ContentFragment contentFragment, float x, float y, float z, float width, float height)
          Update global fragment layout position.
 void PageLayoutComponent.updatePosition(ContentFragment contentFragment, float x, float y, float z, float width, float height, java.lang.String scope, java.lang.String scopeValue)
          Update fragment layout position.
 void PageLayoutComponent.updatePreferences(ContentFragment contentFragment, java.util.Map preferences)
          Update preferences with new preferences set, accepting Map of strings, string arrays, FragmentPreference or PortletPreference.
 void PageLayoutComponent.updateProperty(ContentFragment contentFragment, java.lang.String propName, java.lang.String propValue)
          Update global fragment property.
 void PageLayoutComponent.updateProperty(ContentFragment contentFragment, java.lang.String propName, java.lang.String propValue, java.lang.String scope, java.lang.String scopeValue)
          Update fragment property.
 void PageLayoutComponent.updateRefId(ContentFragment contentFragment, java.lang.String refId)
          Update fragment reference reference id.
 void PageLayoutComponent.updateRowColumn(ContentFragment contentFragment, int row, int column)
          Update global fragment row and column layout position.
 void PageLayoutComponent.updateRowColumn(ContentFragment contentFragment, int row, int column, java.lang.String scope, java.lang.String scopeValue)
          Update fragment row and column layout position.
 void PageLayoutComponent.updateSecurityConstraints(ContentFragment contentFragment, SecurityConstraints constraints)
          Update fragment security constraints.
 void PageLayoutComponent.updateStateMode(ContentFragment contentFragment, java.lang.String portletState, java.lang.String portletMode)
          Update global fragment portlet state and/or mode.
 void PageLayoutComponent.updateStateMode(ContentFragment contentFragment, java.lang.String portletState, java.lang.String portletMode, java.lang.String scope, java.lang.String scopeValue)
          Update fragment portlet state and/or mode.
 

Uses of ContentFragment in org.apache.jetspeed.mockobjects.request
 

Methods in org.apache.jetspeed.mockobjects.request with parameters of type ContentFragment
 PortletWindow MockRequestContext.getPortletWindow(ContentFragment fragment)
           
 

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

Methods in org.apache.jetspeed.om.page that return ContentFragment
 ContentFragment ContentPage.addFragmentAtRowColumn(ContentFragment fragment, int row, int column)
          Add fragment to page at specified row column layout position.
 ContentFragment ContentPage.addFragmentReference(java.lang.String id)
          Add fragment reference to page returning associated content fragment.
 ContentFragment ContentPage.addPortlet(java.lang.String type, java.lang.String name)
          Add portlet to page returning associated content fragment.
 ContentFragment ContentFragment.addPortlet(java.lang.String type, java.lang.String name)
          Add portlet to fragment returning associated content fragment.
 ContentFragment ContentFragment.addPortlet(java.lang.String type, java.lang.String name, int row, int column)
          Add portlet to fragment with specified row and column returning associated content fragment.
 ContentFragment ContentPage.getFragmentByFragmentId(java.lang.String id)
          Returns a ContentFragment represented by the underlying PSML Fragment fragment.
 ContentFragment ContentPage.getFragmentByFragmentId(java.lang.String id, boolean nonTemplate)
          Returns a ContentFragment represented by the underlying PSML Fragment fragment.
 ContentFragment ContentPage.getFragmentById(java.lang.String id)
          Returns a ContentFragment represented by the fragment id argument.
 ContentFragment ContentPage.getNonTemplateRootFragment()
          Returns the root layout fragment which is not merged from a page template.
 ContentFragment ContentPage.getRootFragment()
          Provides access to a per-request safe ContentFragment.
 

Methods in org.apache.jetspeed.om.page with parameters of type ContentFragment
 ContentFragment ContentPage.addFragmentAtRowColumn(ContentFragment fragment, int row, int column)
          Add fragment to page at specified row column layout position.
 

Uses of ContentFragment in org.apache.jetspeed.request
 

Methods in org.apache.jetspeed.request with parameters of type ContentFragment
 PortletWindow RequestContext.getPortletWindow(ContentFragment fragment)
           
 



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