org.glassfish.admingui.common.gadget
Class GadgetModulePrefsInjector

java.lang.Object
  extended by org.jvnet.hk2.config.ConfigInjector<GadgetModulePrefs>
      extended by org.glassfish.admingui.common.gadget.GadgetModulePrefsInjector

@Service(name="ModulePrefs",
         metadata="target=org.glassfish.admingui.common.gadget.GadgetModulePrefs,@title=optional,@title=datatype:java.lang.String,@title=leaf,@title_url=optional,@title_url=datatype:java.lang.String,@title_url=leaf,@description=optional,@description=datatype:java.lang.String,@description=leaf,@author=optional,@author=datatype:java.lang.String,@author=leaf,@author_email=optional,@author_email=datatype:java.lang.String,@author_email=leaf,@screenshot=optional,@screenshot=datatype:java.lang.String,@screenshot=leaf,@thumbnail=optional,@thumbnail=datatype:java.lang.String,@thumbnail=leaf")
public class GadgetModulePrefsInjector
extends org.jvnet.hk2.config.ConfigInjector<GadgetModulePrefs>


Constructor Summary
GadgetModulePrefsInjector()
           
 
Method Summary
 void attribute_setAuthor(org.jvnet.hk2.config.Dom dom, GadgetModulePrefs target)
           
 void attribute_setAuthorEmail(org.jvnet.hk2.config.Dom dom, GadgetModulePrefs target)
           
 void attribute_setDescription(org.jvnet.hk2.config.Dom dom, GadgetModulePrefs target)
           
 void attribute_setScreenshot(org.jvnet.hk2.config.Dom dom, GadgetModulePrefs target)
           
 void attribute_setThumbnail(org.jvnet.hk2.config.Dom dom, GadgetModulePrefs target)
           
 void attribute_setTitle(org.jvnet.hk2.config.Dom dom, GadgetModulePrefs target)
           
 void attribute_setTitleUrl(org.jvnet.hk2.config.Dom dom, GadgetModulePrefs target)
           
 void inject(org.jvnet.hk2.config.Dom dom, GadgetModulePrefs target)
           
 void injectAttribute(org.jvnet.hk2.config.Dom dom, java.lang.String name, GadgetModulePrefs target)
           
 void injectElement(org.jvnet.hk2.config.Dom dom, java.lang.String name, GadgetModulePrefs target)
           
 
Methods inherited from class org.jvnet.hk2.config.ConfigInjector
asBoolean, asInt, reference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetModulePrefsInjector

public GadgetModulePrefsInjector()
Method Detail

inject

public void inject(org.jvnet.hk2.config.Dom dom,
                   GadgetModulePrefs target)
Specified by:
inject in class org.jvnet.hk2.config.ConfigInjector<GadgetModulePrefs>

injectAttribute

public void injectAttribute(org.jvnet.hk2.config.Dom dom,
                            java.lang.String name,
                            GadgetModulePrefs target)
Specified by:
injectAttribute in class org.jvnet.hk2.config.ConfigInjector<GadgetModulePrefs>

injectElement

public void injectElement(org.jvnet.hk2.config.Dom dom,
                          java.lang.String name,
                          GadgetModulePrefs target)
Specified by:
injectElement in class org.jvnet.hk2.config.ConfigInjector<GadgetModulePrefs>

attribute_setTitle

public void attribute_setTitle(org.jvnet.hk2.config.Dom dom,
                               GadgetModulePrefs target)

attribute_setTitleUrl

public void attribute_setTitleUrl(org.jvnet.hk2.config.Dom dom,
                                  GadgetModulePrefs target)

attribute_setDescription

public void attribute_setDescription(org.jvnet.hk2.config.Dom dom,
                                     GadgetModulePrefs target)

attribute_setAuthor

public void attribute_setAuthor(org.jvnet.hk2.config.Dom dom,
                                GadgetModulePrefs target)

attribute_setAuthorEmail

public void attribute_setAuthorEmail(org.jvnet.hk2.config.Dom dom,
                                     GadgetModulePrefs target)

attribute_setScreenshot

public void attribute_setScreenshot(org.jvnet.hk2.config.Dom dom,
                                    GadgetModulePrefs target)

attribute_setThumbnail

public void attribute_setThumbnail(org.jvnet.hk2.config.Dom dom,
                                   GadgetModulePrefs target)


Copyright © 2012 GlassFish Community. All Rights Reserved.