com.plumtree.portalpages.common.plugnav
Class NavPageHelper

java.lang.Object
  extended by com.plumtree.portalpages.common.plugnav.NavPageHelper

public class NavPageHelper
extends java.lang.Object

Useful helper class that forms a list of all possible page types for pluggable navigation

Author:
DavidP

Field Summary
static NavPageHelper INSTANCE
           
 
Method Summary
 int GetNumPageTypes()
          Returns the number of page types.
 XPArrayList GetPageTypeArray()
          Enumerates the possible page types available.
 IXPEnumerator GetPageTypes()
          Enumerates the possible page types available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NavPageHelper INSTANCE
Method Detail

GetPageTypes

public IXPEnumerator GetPageTypes()
Enumerates the possible page types available.

Returns:
IXPEnumerator

GetPageTypeArray

public XPArrayList GetPageTypeArray()
Enumerates the possible page types available.

Returns:
XPArrayList

GetNumPageTypes

public int GetNumPageTypes()
Returns the number of page types.

Returns:
int



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.