org.glassfish.admingui.plugin
Class IndexItem

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

public class IndexItem
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
IndexItem()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getHtmlFileForTarget()
           
 List<IndexItem> getIndexItems()
           Accessor for child TOCItems.
 String getTarget()
           
 String getText()
           
 int hashCode()
           
 void setHtmlFileForTarget(String htmlFileForTarget)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexItem

public IndexItem()
Method Detail

getIndexItems

public List<IndexItem> getIndexItems()

Accessor for child TOCItems.


getTarget

public String getTarget()

getText

public String getText()

getHtmlFileForTarget

public String getHtmlFileForTarget()

setHtmlFileForTarget

public void setHtmlFileForTarget(String htmlFileForTarget)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 GlassFish Community. All Rights Reserved.