org.apache.pluto.portalImpl.aggregation
Class PageFragment

java.lang.Object
  extended by org.apache.pluto.portalImpl.aggregation.AbstractFragment
      extended by org.apache.pluto.portalImpl.aggregation.AbstractFragmentContainer
          extended by org.apache.pluto.portalImpl.aggregation.PageFragment
All Implemented Interfaces:
Fragment

public class PageFragment
extends AbstractFragmentContainer


Field Summary
 
Fields inherited from class org.apache.pluto.portalImpl.aggregation.AbstractFragment
BASE_ROOT
 
Constructor Summary
PageFragment(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

PageFragment

public PageFragment(java.lang.String id,
                    javax.servlet.ServletConfig config,
                    Fragment parent,
                    Fragment fragDesc,
                    Navigation navigation)
             throws java.lang.Exception
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
Parameters:
url - the PortalURL object used

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
Parameters:
url - the PortalURL object used
Returns:
true if the fragment is part of the URL


Copyright © 2003-2010 . All Rights Reserved.