|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fragment | |
---|---|
org.apache.jetspeed.aggregator | |
org.apache.jetspeed.aggregator.impl | |
org.apache.jetspeed.components.portletentity | |
org.apache.jetspeed.decoration | |
org.apache.jetspeed.layout | |
org.apache.jetspeed.layout.impl | |
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.om.page.impl | |
org.apache.jetspeed.om.page.psml | |
org.apache.jetspeed.om.portlet.impl | |
org.apache.jetspeed.om.preference.impl | |
org.apache.jetspeed.page | |
org.apache.jetspeed.page.impl | |
org.apache.jetspeed.page.psml | |
org.apache.jetspeed.portlets.layout |
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.aggregator.impl |
---|
Classes in org.apache.jetspeed.aggregator.impl that implement Fragment | |
---|---|
class |
PortletAggregatorFragmentImpl
PortletAggregator Fragment implementation for rendering. |
Methods in org.apache.jetspeed.aggregator.impl with parameters of type Fragment | |
---|---|
PortletContent |
ContentDispatcherImpl.getPortletContent(Fragment fragment)
getPortletContent |
javax.servlet.http.HttpServletResponse |
ContentDispatcherImpl.getResponseForFragment(Fragment fragment,
RequestContext request)
|
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 |
PersistenceBrokerPortletEntityAccess.generateEntityKey(Fragment fragment,
java.lang.String principal)
generateEntityKey |
org.apache.pluto.om.common.ObjectID |
PortletEntityAccessComponent.generateEntityKey(Fragment fragment,
java.lang.String principal)
generateEntityKey |
void |
PortletEntityImpl.setFragment(Fragment fragment)
|
Constructors in org.apache.jetspeed.components.portletentity with parameters of type Fragment | |
---|---|
PortletEntityImpl(Fragment fragment)
|
Uses of Fragment in org.apache.jetspeed.decoration |
---|
Methods in org.apache.jetspeed.decoration with parameters of type Fragment | |
---|---|
Decoration |
PageTheme.getDecoration(Fragment fragment)
|
Decoration |
Theme.getDecoration(Fragment fragment)
Returns a a Decoration for the requested fragment. |
Decoration |
DecorationFactoryImpl.getDecoration(Page page,
Fragment fragment,
RequestContext requestContext)
|
Decoration |
DecorationFactory.getDecoration(Page page,
Fragment fragment,
RequestContext requestContext)
Returns a Decoration for a specific Fragment contained
within the specified Page . |
protected java.lang.String |
DecorationFactoryImpl.getDefaultDecorationName(Fragment fragment,
Page page)
Returns a the default decoration name for the specific Fragment type. |
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(java.lang.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.layout.impl |
---|
Fields in org.apache.jetspeed.layout.impl declared as Fragment | |
---|---|
protected Fragment |
PortletPlacementContextImpl.layoutContainerFragment
|
Methods in org.apache.jetspeed.layout.impl that return Fragment | |
---|---|
Fragment |
PortletPlacementContextImpl.debugFragments(java.lang.String debug)
|
Fragment |
PortletPlacementContextImpl.getFragment(java.lang.String fragmentId)
|
protected Fragment |
PortletPlacementContextImpl.getFragmentAtCoordinate(Coordinate coordinate,
boolean useOldCoordinateValues,
boolean suppressExceptions)
|
Fragment |
PortletPlacementContextImpl.getFragmentAtNewCoordinate(Coordinate coordinate)
|
Fragment |
PortletPlacementContextImpl.getFragmentAtOldCoordinate(Coordinate coordinate)
|
Fragment |
PortletPlacementContextImpl.getFragmentById(java.lang.String fragmentId)
|
Fragment |
BasePortletAction.getFragmentIdFromLocation(int row,
int column,
Fragment parentFragment)
|
Fragment |
BasePortletAction.getFragmentIdFromLocation(int row,
int column,
Page page)
|
Fragment |
BaseUserAction.getFragmentIdFromLocation(int row,
int column,
Page page)
|
Fragment |
NestedFragmentContext.getFragmentOnNewPage(Page newPage,
PortletRegistry registry)
|
Fragment |
BasePortletAction.getParentFragmentById(java.lang.String id,
Fragment root)
|
static Fragment |
NestedFragmentContext.getParentFragmentById(java.lang.String id,
Fragment parent)
|
Fragment |
BaseUserAction.getParentFragmentById(java.lang.String id,
Fragment root)
|
protected Fragment |
BaseUserAction.searchForParentFragmentById(java.lang.String id,
Fragment parent)
|
protected Fragment |
PortletPlacementContextImpl.verifyFragmentAtExpectedCoordinate(int colIndex,
int rowIndex,
Fragment fragment,
java.lang.String sourceDesc)
|
Methods in org.apache.jetspeed.layout.impl with parameters of type Fragment | |
---|---|
Coordinate |
PortletPlacementContextImpl.add(Fragment fragment,
Coordinate coordinate)
|
static int |
PortletPlacementContextImpl.getColumnCountAndSizes(Fragment layoutFragment,
PortletRegistry registry,
java.util.Map fragSizes)
|
static int |
PortletPlacementContextImpl.getColumnCountAndSizes(Fragment layoutFragment,
PortletRegistry registry,
java.util.Map fragSizes,
boolean suppressErrorLogging)
|
int |
PortletPlacementContextImpl.getFragmentCol(Fragment fragment)
|
Fragment |
BasePortletAction.getFragmentIdFromLocation(int row,
int column,
Fragment parentFragment)
|
int |
PortletPlacementContextImpl.getFragmentRow(Fragment fragment)
|
Fragment |
BasePortletAction.getParentFragmentById(java.lang.String id,
Fragment root)
|
static Fragment |
NestedFragmentContext.getParentFragmentById(java.lang.String id,
Fragment parent)
|
Fragment |
BaseUserAction.getParentFragmentById(java.lang.String id,
Fragment root)
|
protected void |
PortletPlacementContextImpl.init(Fragment container)
|
protected boolean |
AddPortletAction.isDuplicateFragment(Fragment fragment,
java.lang.String portletId)
|
Coordinate |
PortletPlacementContextImpl.moveAbsolute(Fragment fragment,
Coordinate newCoordinate)
|
Coordinate |
PortletPlacementContextImpl.moveAbsolute(Fragment fragment,
Coordinate newCoordinate,
boolean okToAddFragment)
|
protected Coordinate |
PortletPlacementContextImpl.moveDirection(Fragment fragment,
int deltaCol,
int deltaRow)
|
Coordinate |
PortletPlacementContextImpl.moveDown(Fragment fragment)
|
protected boolean |
MovePortletAction.moveInFragment(RequestContext requestContext,
PortletPlacementContext placement,
Fragment fragment,
Fragment placeInLayoutFragment,
java.util.Map resultMap,
boolean batch)
|
Coordinate |
PortletPlacementContextImpl.moveLeft(Fragment fragment)
|
Coordinate |
PortletPlacementContextImpl.moveRight(Fragment fragment)
|
protected boolean |
MovePortletAction.moveToOtherLayoutFragment(RequestContext requestContext,
boolean batch,
java.util.Map resultMap,
java.lang.String moveFragmentId,
Fragment moveToLayoutFragment,
Fragment removeFromLayoutFragment)
|
Coordinate |
PortletPlacementContextImpl.moveUp(Fragment fragment)
|
protected boolean |
MovePortletAction.placeFragment(RequestContext requestContext,
boolean batch,
java.util.Map resultMap,
Fragment placeFragment,
Fragment placeInLayoutFragment)
|
Coordinate |
PortletPlacementContextImpl.remove(Fragment fragment)
|
protected void |
GetPageAction.retrieveFragmentSpecialProperties(RequestContext requestContext,
Fragment frag,
java.util.Map fragSizes,
java.util.Map portletIcons)
|
protected Fragment |
BaseUserAction.searchForParentFragmentById(java.lang.String id,
Fragment parent)
|
protected Fragment |
PortletPlacementContextImpl.verifyFragmentAtExpectedCoordinate(int colIndex,
int rowIndex,
Fragment fragment,
java.lang.String sourceDesc)
|
Constructors in org.apache.jetspeed.layout.impl with parameters of type Fragment | |
---|---|
NestedFragmentContext(Fragment targetFragment,
Page page,
PortletRegistry registry)
|
|
PortletPlacementContextImpl(Page page,
PortletRegistry registry,
Fragment container)
|
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. |
Classes in org.apache.jetspeed.om.page that implement Fragment | |
---|---|
class |
ContentFragmentImpl
|
Methods in org.apache.jetspeed.om.page that return Fragment | |
---|---|
Fragment |
ContentPageImpl.getFragmentById(java.lang.String id)
|
Fragment |
Page.getFragmentById(java.lang.String id)
Retrieves the fragment contained within this page, with the specified Id. |
Fragment |
ContentPage.getFragmentById(java.lang.String id)
Overridden to to indicate that the Fragment returned
must also be an instance of ContentFragment. |
Fragment |
ContentPageImpl.getRootFragment()
|
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 |
ContentPageImpl.removeFragmentById(java.lang.String id)
|
Fragment |
Page.removeFragmentById(java.lang.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 | |
---|---|
protected ContentFragment |
ContentFragmentImpl.getContentFragment(Fragment f)
Checks the ContentFragment cache for a ContentFragment that matches the Id of this fragment. |
void |
ContentPageImpl.setRootFragment(Fragment fragment)
|
void |
Page.setRootFragment(Fragment fragment)
Sets the top level fragment of this page. |
Constructors in org.apache.jetspeed.om.page with parameters of type Fragment | |
---|---|
ContentFragmentImpl(Fragment fragment,
java.util.Map cachedFagments)
|
|
ContentFragmentImpl(Fragment fragment,
java.util.Map cachedFagments,
boolean instantlyRendered)
|
Uses of Fragment in org.apache.jetspeed.om.page.impl |
---|
Classes in org.apache.jetspeed.om.page.impl that implement Fragment | |
---|---|
class |
FragmentImpl
FragmentImpl |
Methods in org.apache.jetspeed.om.page.impl that return Fragment | |
---|---|
Fragment |
PageImpl.getFragmentById(java.lang.String id)
|
Fragment |
PageImpl.getRootFragment()
|
Fragment |
PageImpl.removeFragmentById(java.lang.String id)
|
Methods in org.apache.jetspeed.om.page.impl with parameters of type Fragment | |
---|---|
void |
PageImpl.setRootFragment(Fragment fragment)
|
Uses of Fragment in org.apache.jetspeed.om.page.psml |
---|
Classes in org.apache.jetspeed.om.page.psml that implement Fragment | |
---|---|
class |
ReferenceImpl
|
Methods in org.apache.jetspeed.om.page.psml that return Fragment | |
---|---|
Fragment |
PageImpl.getFragmentById(java.lang.String id)
|
Fragment |
PageImpl.getRootFragment()
|
Fragment |
PageImpl.removeFragmentById(java.lang.String id)
|
Methods in org.apache.jetspeed.om.page.psml with parameters of type Fragment | |
---|---|
void |
PageImpl.setRootFragment(Fragment root)
|
Uses of Fragment in org.apache.jetspeed.om.portlet.impl |
---|
Constructors in org.apache.jetspeed.om.portlet.impl with parameters of type Fragment | |
---|---|
FragmentPortletDefinition(PortletDefinitionComposite portletDefinition,
Fragment fragment)
|
Uses of Fragment in org.apache.jetspeed.om.preference.impl |
---|
Constructors in org.apache.jetspeed.om.preference.impl with parameters of type Fragment | |
---|---|
FragmentPortletPreferenceSet(PreferenceSetComposite preferenceSet,
Fragment fragment)
|
Uses of Fragment in org.apache.jetspeed.page |
---|
Methods in org.apache.jetspeed.page that return Fragment | |
---|---|
Fragment |
AbstractPageManager.copyFragment(Fragment source,
java.lang.String name)
|
Fragment |
PageManager.copyFragment(Fragment source,
java.lang.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 |
AbstractPageManager.newFragment()
|
Fragment |
PageManager.newFragment()
Creates a new empty Layout Fragment instance |
Fragment |
AbstractPageManager.newPortletFragment()
|
Fragment |
PageManager.newPortletFragment()
Creates a new empty Portlet Fragment instance |
Methods in org.apache.jetspeed.page with parameters of type Fragment | |
---|---|
Fragment |
AbstractPageManager.copyFragment(Fragment source,
java.lang.String name)
|
Fragment |
PageManager.copyFragment(Fragment source,
java.lang.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 |
Uses of Fragment in org.apache.jetspeed.page.impl |
---|
Methods in org.apache.jetspeed.page.impl that return Fragment | |
---|---|
Fragment |
DatabasePageManager.copyFragment(Fragment source,
java.lang.String name)
|
Fragment |
DatabasePageManager.newFragment()
|
Fragment |
DatabasePageManager.newPortletFragment()
|
Methods in org.apache.jetspeed.page.impl with parameters of type Fragment | |
---|---|
Fragment |
DatabasePageManager.copyFragment(Fragment source,
java.lang.String name)
|
Uses of Fragment in org.apache.jetspeed.page.psml |
---|
Methods in org.apache.jetspeed.page.psml that return Fragment | |
---|---|
Fragment |
CastorXmlPageManager.newFragment()
newFragment |
Fragment |
CastorXmlPageManager.newPortletFragment()
|
Uses of Fragment in org.apache.jetspeed.portlets.layout |
---|
Methods in org.apache.jetspeed.portlets.layout that return Fragment | |
---|---|
Fragment |
LayoutEvent.getFragment()
Returns the fragment that is the target of this event. |
protected Fragment |
LayoutPortlet.getFragment(javax.portlet.RenderRequest request,
boolean maximized)
|
Fragment |
ColumnLayout.getFragmentAt(int columnNumber,
int rowNumber)
Retrieves the fragment at the specified loaction. |
Fragment |
ColumnLayout.getFragmentAt(LayoutCoordinate coodinate)
Retrieves the fragment at the specified loaction. |
protected Fragment |
LayoutPortlet.getMaximizedLayout(javax.portlet.RenderRequest request)
|
Methods in org.apache.jetspeed.portlets.layout with parameters of type Fragment | |
---|---|
void |
ColumnLayout.addFragment(Fragment fragment)
Adds a fragment to the layout using fragment properties of row and column as hints on where to put
this fragment. |
protected void |
LayoutPortlet.addPortletToPage(Page page,
Fragment root,
java.lang.String portletId)
|
java.lang.String |
LayoutPortlet.decorateAndInclude(javax.portlet.RenderRequest request,
Fragment fragment,
Page page)
|
protected void |
ColumnLayout.doAdd(int columnNumber,
int rowNumber,
Fragment fragment)
Adds a fragment at the indicated columnNumber
and rowNumber . |
protected void |
ColumnLayout.doMove(Fragment fragment,
LayoutCoordinate oldCoordinate,
LayoutCoordinate newCoordinate)
Performs the actual movement of a fragment. |
protected int |
ColumnLayout.getColumn(Fragment fragment)
Gets the row number of this fragment to looking the layoutType
property column. |
LayoutCoordinate |
ColumnLayout.getCoordinate(Fragment fragment)
|
protected int |
MultiColumnPortlet.getFragmentNestingLevel(Fragment parent,
int level,
java.lang.String fragmentId)
|
protected int |
ColumnLayout.getRow(int currentColumn,
Fragment fragment)
Gets the row number of this fragment to looking the layoutType
property row. |
void |
ColumnLayout.moveDown(Fragment fragment)
|
void |
ColumnLayout.moveLeft(Fragment fragment)
Moves a fragment one column to the left. |
void |
ColumnLayout.moveRight(Fragment fragment)
Moves a fragment one column to the right. |
void |
ColumnLayout.moveUp(Fragment fragment)
Moves a fragment one row to the up. |
protected void |
LayoutPortlet.removeFragment(Page page,
Fragment root,
java.lang.String fragmentId)
|
Constructors in org.apache.jetspeed.portlets.layout with parameters of type Fragment | |
---|---|
FragmentNotInLayoutException(Fragment fragment)
|
|
LayoutEvent(int eventType,
Fragment fragment,
LayoutCoordinate originalCoordinate,
LayoutCoordinate newCoordinate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |