Package org.glassfish.admingui.connector
Class GadgetModule
- java.lang.Object
-
- org.glassfish.admingui.connector.GadgetModule
-
public class GadgetModule extends 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
Constructors Constructor Description GadgetModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GadgetModulePrefsgetGadgetModulePrefs()Accessor for theGadgetModulePrefs.List<GadgetUserPref>getGadgetUserPrefs()Accessor for theGadgetUserPrefs.StringgetText()A unique identifier for the text.
-
-
-
Method Detail
-
getGadgetUserPrefs
public List<GadgetUserPref> getGadgetUserPrefs()
Accessor for the
GadgetUserPrefs.
-
getGadgetModulePrefs
public GadgetModulePrefs getGadgetModulePrefs()
Accessor for the
GadgetModulePrefs.
-
getText
public String getText()
A unique identifier for the text.
-
-