org.apache.pluto.portalImpl.aggregation.navigation
Class AbstractNavigationFragment

java.lang.Object
  extended byorg.apache.pluto.portalImpl.aggregation.AbstractFragment
      extended byorg.apache.pluto.portalImpl.aggregation.AbstractFragmentSingle
          extended byorg.apache.pluto.portalImpl.aggregation.navigation.AbstractNavigationFragment
All Implemented Interfaces:
Fragment
Direct Known Subclasses:
TabNavigation

public abstract class AbstractNavigationFragment
extends AbstractFragmentSingle


Field Summary
 
Fields inherited from class org.apache.pluto.portalImpl.aggregation.AbstractFragment
BASE_ROOT
 
Constructor Summary
AbstractNavigationFragment(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
 Navigation getRootNavigation()
           
 boolean isPartOfURL(PortalURL url)
          Returns true if the fragment is part of the URL
 
Methods inherited from class org.apache.pluto.portalImpl.aggregation.AbstractFragmentSingle
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

AbstractNavigationFragment

public AbstractNavigationFragment(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 AbstractFragmentSingle

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 AbstractFragmentSingle

getRootNavigation

public Navigation getRootNavigation()


Copyright © 2003-2006 . All Rights Reserved.