Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createPostActivate()
Creates a new
post-activate element |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.createPostActivate()
Creates a new
post-activate element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<EntityBeanType<T>> |
EntityBeanType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<EntityBeanType<T>> |
EntityBeanType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.createPrePassivate()
Creates a new
pre-passivate element |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.createPrePassivate()
Creates a new
pre-passivate element |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreatePostActivate()
If not already created, a new
post-activate element will be created and returned. |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePostActivate()
If not already created, a new
post-activate element will be created and returned. |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<EntityBeanType<T>> |
EntityBeanType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
LifecycleCallbackType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
LifecycleCallbackType<EntityBeanType<T>> |
EntityBeanType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
LifecycleCallbackType<InterceptorType<T>> |
InterceptorType.getOrCreatePrePassivate()
If not already created, a new
pre-passivate element will be created and returned. |
LifecycleCallbackType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePrePassivate()
If not already created, a new
pre-passivate element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllPostActivate()
Returns all
post-activate elements |
List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanType.getAllPostActivate()
Returns all
post-activate elements |
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<EntityBeanType<T>>> |
EntityBeanType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<LifecycleCallbackType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<LifecycleCallbackType<EntityBeanType<T>>> |
EntityBeanType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<LifecycleCallbackType<InterceptorType<T>>> |
InterceptorType.getAllPrePassivate()
Returns all
pre-passivate elements |
List<LifecycleCallbackType<SessionBeanType<T>>> |
SessionBeanType.getAllPrePassivate()
Returns all
pre-passivate elements |
Modifier and Type | Method and Description |
---|---|
LifecycleCallbackType<T> |
LifecycleCallbackType.lifecycleCallbackClass(String lifecycleCallbackClass)
Sets the
lifecycle-callback-class element |
LifecycleCallbackType<T> |
LifecycleCallbackType.lifecycleCallbackMethod(String lifecycleCallbackMethod)
Sets the
lifecycle-callback-method element |
LifecycleCallbackType<T> |
LifecycleCallbackType.removeLifecycleCallbackClass()
Removes the
lifecycle-callback-class element |
LifecycleCallbackType<T> |
LifecycleCallbackType.removeLifecycleCallbackMethod()
Removes the
lifecycle-callback-method element |
Modifier and Type | Method and Description |
---|---|
LifecycleCallbackType<WebAppDescriptor> |
WebAppDescriptor.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<WebAppDescriptor> |
WebAppDescriptor.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<WebAppDescriptor> |
WebAppDescriptor.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<WebAppDescriptor> |
WebAppDescriptor.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<LifecycleCallbackType<WebAppDescriptor>> |
WebAppDescriptor.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<WebAppDescriptor>> |
WebAppDescriptor.getAllPreDestroy()
Returns all
pre-destroy elements |
Modifier and Type | Method and Description |
---|---|
LifecycleCallbackType<WebFragmentDescriptor> |
WebFragmentDescriptor.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<WebFragmentDescriptor> |
WebFragmentDescriptor.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<LifecycleCallbackType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllPreDestroy()
Returns all
pre-destroy elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.