|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceRefType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 | Provides the interfaces and enumeration types as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.api.javaee6 | Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.api.webapp30 | Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webfragment30 | Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.application6 | Provides the implementation classes as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.javaee6 | Provides the implementation classes as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.webapp30 | Provides the implementation classes as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webfragment30 | Provides the implementation classes as defined in the schema web-fragment_3_0.xsd |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return ResourceRefType | |
---|---|
ResourceRefType<ApplicationType<T>> |
ApplicationType.resourceRef()
Returns the resource-ref element |
ResourceRefType<Application6Descriptor> |
Application6Descriptor.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<ApplicationType<T>>> |
ApplicationType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<Application6Descriptor>> |
Application6Descriptor.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ResourceRefType | |
---|---|
ResourceRefType<InterceptorType<T>> |
InterceptorType.resourceRef()
Returns the resource-ref element |
ResourceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.resourceRef()
Returns the resource-ref element |
ResourceRefType<SessionBeanType<T>> |
SessionBeanType.resourceRef()
Returns the resource-ref element |
ResourceRefType<EntityBeanType<T>> |
EntityBeanType.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<InterceptorType<T>>> |
InterceptorType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<SessionBeanType<T>>> |
SessionBeanType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<EntityBeanType<T>>> |
EntityBeanType.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ResourceRefType | |
---|---|
ResourceRefType<T> |
ResourceRefType.removeAllDescription()
Removes the description element |
ResourceRefType<T> |
ResourceRefType.removeAllInjectionTarget()
Removes all injection-target elements |
ResourceRefType<T> |
ResourceRefType.removeLookupName()
Removes the lookup-name element |
ResourceRefType<T> |
ResourceRefType.removeMappedName()
Removes the mapped-name element |
ResourceRefType<T> |
ResourceRefType.removeResRefName()
Removes the res-ref-name element |
ResourceRefType<T> |
ResourceRefType.removeResType()
Removes the res-type element |
ResourceRefType<T> |
ResourceRefType.setDescription(java.lang.String description)
Creates a new description element |
ResourceRefType<T> |
ResourceRefType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ResourceRefType<T> |
ResourceRefType.setLookupName(java.lang.String lookupName)
If not already created, a new lookup-name element with the given value will be created. |
ResourceRefType<T> |
ResourceRefType.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
ResourceRefType<T> |
ResourceRefType.setResAuth(ResAuthType resAuth)
If not already created, a new res-auth element with the given value will be created. |
ResourceRefType<T> |
ResourceRefType.setResAuth(java.lang.String resAuth)
If not already created, a new res-auth element with the given value will be created. |
ResourceRefType<T> |
ResourceRefType.setResRefName(java.lang.String resRefName)
If not already created, a new res-ref-name element with the given value will be created. |
ResourceRefType<T> |
ResourceRefType.setResSharingScope(ResSharingScopeType resSharingScope)
If not already created, a new res-sharing-scope element with the given value will be created. |
ResourceRefType<T> |
ResourceRefType.setResSharingScope(java.lang.String resSharingScope)
If not already created, a new res-sharing-scope element with the given value will be created. |
ResourceRefType<T> |
ResourceRefType.setResType(java.lang.String resType)
If not already created, a new res-type element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<InjectionTargetType<ResourceRefType<T>>> |
ResourceRefType.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<ResourceRefType<T>> |
ResourceRefType.injectionTarget()
Returns the injection-target element |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ResourceRefType | |
---|---|
ResourceRefType<WebApp30Descriptor> |
WebApp30Descriptor.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<WebApp30Descriptor>> |
WebApp30Descriptor.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ResourceRefType | |
---|---|
ResourceRefType<WebFragmentType<T>> |
WebFragmentType.resourceRef()
Returns the resource-ref element |
ResourceRefType<WebAppType<T>> |
WebAppType.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<WebFragmentType<T>>> |
WebFragmentType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<WebAppType<T>>> |
WebAppType.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ResourceRefType | |
---|---|
ResourceRefType<WebFragment30Descriptor> |
WebFragment30Descriptor.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<WebFragment30Descriptor>> |
WebFragment30Descriptor.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return ResourceRefType | |
---|---|
ResourceRefType<Application6Descriptor> |
Application6DescriptorImpl.resourceRef()
Returns the resource-ref element |
ResourceRefType<ApplicationType<T>> |
ApplicationTypeImpl.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<Application6Descriptor>> |
Application6DescriptorImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<ApplicationType<T>>> |
ApplicationTypeImpl.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return ResourceRefType | |
---|---|
ResourceRefType<EntityBeanType<T>> |
EntityBeanTypeImpl.resourceRef()
Returns the resource-ref element |
ResourceRefType<SessionBeanType<T>> |
SessionBeanTypeImpl.resourceRef()
Returns the resource-ref element |
ResourceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.resourceRef()
Returns the resource-ref element |
ResourceRefType<InterceptorType<T>> |
InterceptorTypeImpl.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<EntityBeanType<T>>> |
EntityBeanTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<InterceptorType<T>>> |
InterceptorTypeImpl.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return ResourceRefType | |
---|---|
ResourceRefType<T> |
ResourceRefTypeImpl.removeAllDescription()
Removes the description element |
ResourceRefType<T> |
ResourceRefTypeImpl.removeAllInjectionTarget()
Removes all injection-target elements |
ResourceRefType<T> |
ResourceRefTypeImpl.removeLookupName()
Removes the lookup-name element |
ResourceRefType<T> |
ResourceRefTypeImpl.removeMappedName()
Removes the mapped-name element |
ResourceRefType<T> |
ResourceRefTypeImpl.removeResRefName()
Removes the res-ref-name element |
ResourceRefType<T> |
ResourceRefTypeImpl.removeResType()
Removes the res-type element |
ResourceRefType<T> |
ResourceRefTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
ResourceRefType<T> |
ResourceRefTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ResourceRefType<T> |
ResourceRefTypeImpl.setLookupName(java.lang.String lookupName)
If not already created, a new lookup-name element with the given value will be created. |
ResourceRefType<T> |
ResourceRefTypeImpl.setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
ResourceRefType<T> |
ResourceRefTypeImpl.setResAuth(ResAuthType resAuth)
If not already created, a new res-auth element with the given value will be created. |
ResourceRefType<T> |
ResourceRefTypeImpl.setResAuth(java.lang.String resAuth)
If not already created, a new res-auth element with the given value will be created. |
ResourceRefType<T> |
ResourceRefTypeImpl.setResRefName(java.lang.String resRefName)
If not already created, a new res-ref-name element with the given value will be created. |
ResourceRefType<T> |
ResourceRefTypeImpl.setResSharingScope(ResSharingScopeType resSharingScope)
If not already created, a new res-sharing-scope element with the given value will be created. |
ResourceRefType<T> |
ResourceRefTypeImpl.setResSharingScope(java.lang.String resSharingScope)
If not already created, a new res-sharing-scope element with the given value will be created. |
ResourceRefType<T> |
ResourceRefTypeImpl.setResType(java.lang.String resType)
If not already created, a new res-type element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<InjectionTargetType<ResourceRefType<T>>> |
ResourceRefTypeImpl.getInjectionTargetList()
Returns all injection-target elements |
InjectionTargetType<ResourceRefType<T>> |
ResourceRefTypeImpl.injectionTarget()
Returns the injection-target element |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return ResourceRefType | |
---|---|
ResourceRefType<WebApp30Descriptor> |
WebApp30DescriptorImpl.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<WebApp30Descriptor>> |
WebApp30DescriptorImpl.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return ResourceRefType | |
---|---|
ResourceRefType<WebFragmentType<T>> |
WebFragmentTypeImpl.resourceRef()
Returns the resource-ref element |
ResourceRefType<WebAppType<T>> |
WebAppTypeImpl.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<WebFragmentType<T>>> |
WebFragmentTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<ResourceRefType<WebAppType<T>>> |
WebAppTypeImpl.getResourceRefList()
Returns all resource-ref elements |
Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return ResourceRefType | |
---|---|
ResourceRefType<WebFragment30Descriptor> |
WebFragment30DescriptorImpl.resourceRef()
Returns the resource-ref element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type ResourceRefType | |
---|---|
java.util.List<ResourceRefType<WebFragment30Descriptor>> |
WebFragment30DescriptorImpl.getResourceRefList()
Returns all resource-ref elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |