org.apache.pluto.portalImpl.aggregation.navigation
Class AbstractNavigationFragment
java.lang.Object
org.apache.pluto.portalImpl.aggregation.AbstractFragment
org.apache.pluto.portalImpl.aggregation.AbstractFragmentSingle
org.apache.pluto.portalImpl.aggregation.navigation.AbstractNavigationFragment
- All Implemented Interfaces:
- Fragment
- Direct Known Subclasses:
- TabNavigation
public abstract class AbstractNavigationFragment
- extends AbstractFragmentSingle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNavigationFragment
public AbstractNavigationFragment(java.lang.String id,
javax.servlet.ServletConfig config,
Fragment parent,
Fragment fragDesc,
Navigation navigation)
throws java.lang.Exception
- Throws:
java.lang.Exception
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
- 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 AbstractFragmentSingle
- Parameters:
url
- the PortalURL object used
- Returns:
- true if the fragment is part of the URL
getRootNavigation
public Navigation getRootNavigation()
Copyright © 2003-2010 . All Rights Reserved.