org.glassfish.admingui.plugin
Class IntegrationPointInjector
java.lang.Object
org.jvnet.hk2.config.ConfigInjector<IntegrationPoint>
org.glassfish.admingui.plugin.IntegrationPointInjector
@Service(name="integration-point",
metadata="target=org.glassfish.admingui.plugin.IntegrationPoint,@id=required,@id=datatype:java.lang.String,@id=leaf,@type=required,@type=datatype:java.lang.String,@type=leaf,@parentId=optional,@parentId=datatype:java.lang.String,@parentId=leaf,@content=optional,@content=datatype:java.lang.String,@content=leaf,@priority=optional,@priority=datatype:java.lang.String,@priority=leaf")
public class IntegrationPointInjector- extends org.jvnet.hk2.config.ConfigInjector<IntegrationPoint>
|
Method Summary |
void |
attribute_setContent(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
|
void |
attribute_setId(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
|
void |
attribute_setParentId(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
|
void |
attribute_setPriority(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
|
void |
attribute_setType(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
|
void |
inject(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
|
void |
injectAttribute(org.jvnet.hk2.config.Dom dom,
java.lang.String name,
IntegrationPoint target)
|
void |
injectElement(org.jvnet.hk2.config.Dom dom,
java.lang.String name,
IntegrationPoint 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 |
IntegrationPointInjector
public IntegrationPointInjector()
inject
public void inject(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
- Specified by:
inject in class org.jvnet.hk2.config.ConfigInjector<IntegrationPoint>
injectAttribute
public void injectAttribute(org.jvnet.hk2.config.Dom dom,
java.lang.String name,
IntegrationPoint target)
- Specified by:
injectAttribute in class org.jvnet.hk2.config.ConfigInjector<IntegrationPoint>
injectElement
public void injectElement(org.jvnet.hk2.config.Dom dom,
java.lang.String name,
IntegrationPoint target)
- Specified by:
injectElement in class org.jvnet.hk2.config.ConfigInjector<IntegrationPoint>
attribute_setId
public void attribute_setId(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
attribute_setType
public void attribute_setType(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
attribute_setParentId
public void attribute_setParentId(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
attribute_setContent
public void attribute_setContent(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
attribute_setPriority
public void attribute_setPriority(org.jvnet.hk2.config.Dom dom,
IntegrationPoint target)
Copyright © 2012 GlassFish Community. All Rights Reserved.