org.apache.pluto.portalImpl.aggregation
Class RowFragment

java.lang.Object
  extended byorg.apache.pluto.portalImpl.aggregation.AbstractFragment
      extended byorg.apache.pluto.portalImpl.aggregation.AbstractFragmentContainer
          extended byorg.apache.pluto.portalImpl.aggregation.RowFragment
All Implemented Interfaces:
Fragment

public class RowFragment
extends AbstractFragmentContainer


Field Summary
 
Fields inherited from class org.apache.pluto.portalImpl.aggregation.AbstractFragment
BASE_ROOT
 
Constructor Summary
RowFragment(java.lang.String id, javax.servlet.ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
 
Method Summary
 void createURL(PortalURL url)
          Creates an URL pointing to this fragment
 boolean isPartOfURL(PortalURL url)
          Returns true if the fragment is part of the URL
 
Methods inherited from class org.apache.pluto.portalImpl.aggregation.AbstractFragmentContainer
addChild, getChildFragments, postService, preService
 
Methods inherited from class org.apache.pluto.portalImpl.aggregation.AbstractFragment
getFragmentDescription, getId, getInitParameters, getInitParameterValue, getNavigation, getParent, getServletConfig, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowFragment

public RowFragment(java.lang.String id,
                   javax.servlet.ServletConfig config,
                   Fragment parent,
                   Fragment fragDesc,
                   Navigation navigation)
            throws java.lang.Exception
Method Detail

createURL

public void createURL(PortalURL url)
Description copied from interface: Fragment
Creates an URL pointing to this fragment

Specified by:
createURL in interface Fragment
Specified by:
createURL in class AbstractFragmentContainer

isPartOfURL

public boolean isPartOfURL(PortalURL url)
Description copied from interface: Fragment
Returns true if the fragment is part of the URL

Specified by:
isPartOfURL in interface Fragment
Specified by:
isPartOfURL in class AbstractFragmentContainer


Copyright © 2003-2007 . All Rights Reserved.