org.glassfish.admingui.plugin
Class Index

java.lang.Object
  extended by org.glassfish.admingui.plugin.Index

public class Index
extends Object

This class is configured via XML (i.e. a console-config.xml file). This is done via the HK2 ConfigParser.

Author:
Ken Paulsen (ken.paulsen@sun.com)

Constructor Summary
Index()
           
 
Method Summary
 List<IndexItem> getIndexItems()
           Accessor for child TOCItems.
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Index

public Index()
Method Detail

getIndexItems

public List<IndexItem> getIndexItems()

Accessor for child TOCItems.


getVersion

public String getVersion()


Copyright © 2012 GlassFish Community. All Rights Reserved.