|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceEnvRefType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.shrinkwrap.descriptor.api.jbossweb60 | Provides the interfaces and enumeration types as defined in the schema |
Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return ResourceEnvRefType | |
---|---|
ResourceEnvRefType<T> |
ResourceEnvRefType.description(String... values)
Creates for all String objects representing description elements,
a new description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.id(String id)
Sets the id attribute |
ResourceEnvRefType<T> |
ResourceEnvRefType.ignoreDependency()
Sets the ignore-dependency element |
ResourceEnvRefType<T> |
ResourceEnvRefType.jndiName(String jndiName)
Sets the jndi-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.mappedName(String mappedName)
Sets the mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeAllDescription()
Removes the description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeAllInjectionTarget()
Removes all injection-target elements |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeId()
Removes the id attribute |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeIgnoreDependency()
Removes the ignore-dependency element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeJndiName()
Removes the jndi-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeMappedName()
Removes the mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeResourceEnvRefName()
Removes the resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeResourceEnvRefType()
Removes the resource-env-ref-type element |
ResourceEnvRefType<T> |
ResourceEnvRefType.resourceEnvRefName(String resourceEnvRefName)
Sets the resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.resourceEnvRefType(String resourceEnvRefType)
Sets the resource-env-ref-type element |
Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return types with arguments of type ResourceEnvRefType | |
---|---|
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefType.createInjectionTarget()
Creates a new injection-target element |
List<InjectionTargetType<ResourceEnvRefType<T>>> |
ResourceEnvRefType.getAllInjectionTarget()
Returns all injection-target elements |
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefType.getOrCreateInjectionTarget()
If not already created, a new injection-target element will be created and returned. |
Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return ResourceEnvRefType | |
---|---|
ResourceEnvRefType<JbossWebType<T>> |
JbossWebType.createResourceEnvRef()
Creates a new resource-env-ref element |
ResourceEnvRefType<JbossWebDescriptor> |
JbossWebDescriptor.createResourceEnvRef()
Creates a new resource-env-ref element |
ResourceEnvRefType<JbossWebType<T>> |
JbossWebType.getOrCreateResourceEnvRef()
If not already created, a new resource-env-ref element will be created and returned. |
ResourceEnvRefType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateResourceEnvRef()
If not already created, a new resource-env-ref element will be created and returned. |
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type ResourceEnvRefType | |
---|---|
List<ResourceEnvRefType<JbossWebType<T>>> |
JbossWebType.getAllResourceEnvRef()
Returns all resource-env-ref elements |
List<ResourceEnvRefType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllResourceEnvRef()
Returns all resource-env-ref elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |