org.glassfish.admingui.common.gadget
Class GadgetContent

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

public class GadgetContent
extends java.lang.Object

This class is configured via XML. This is done via the HK2 ConfigParser.

FIXME:

NOTE: THIS CLASS IS NOT BEING USED BECAUSE I CANNOT FIGURE OUT HOW TO GET BOTH THE BODY CONTENT AND HAVE THIS CLASS GET IT'S VALUES!!

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

Constructor Summary
GadgetContent()
           
 
Method Summary
 java.lang.String getHref()
           A unique identifier for the content.
 java.lang.String getType()
           A unique identifier for the content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetContent

public GadgetContent()
Method Detail

getType

public java.lang.String getType()

A unique identifier for the content.


getHref

public java.lang.String getHref()

A unique identifier for the content.



Copyright © 2012 GlassFish Community. All Rights Reserved.