org.glassfish.admingui.common.gadget
Class GadgetModule

java.lang.Object
  extended by org.glassfish.admingui.common.gadget.GadgetModule

public class GadgetModule
extends java.lang.Object

This class is configured via XML. This is done via the HK2 ConfigParser. This is the root node of a "gadget". The "text" can be retrived via getText (or #{module.text} via EL).

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

Constructor Summary
GadgetModule()
           
 
Method Summary
 GadgetModulePrefs getGadgetModulePrefs()
           Accessor for the GadgetModulePrefs.
 java.util.List<GadgetUserPref> getGadgetUserPrefs()
           Accessor for the GadgetUserPrefs.
 java.lang.String getText()
           A unique identifier for the text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetModule

public GadgetModule()
Method Detail

getGadgetUserPrefs

public java.util.List<GadgetUserPref> getGadgetUserPrefs()

Accessor for the GadgetUserPrefs.


getGadgetModulePrefs

public GadgetModulePrefs getGadgetModulePrefs()

Accessor for the GadgetModulePrefs.


getText

public java.lang.String getText()

A unique identifier for the text.



Copyright © 2012 GlassFish Community. All Rights Reserved.