Package | Description |
---|---|
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
|
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<JbossWebDescriptor> |
JbossWebDescriptor.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<JbossWebType<T>> |
JbossWebType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<JbossWebDescriptor> |
JbossWebDescriptor.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<JbossWebType<T>> |
JbossWebType.createPreDestroy()
Creates a new
pre-destroy element |
LifecycleCallbackType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<JbossWebType<T>> |
JbossWebType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
LifecycleCallbackType<JbossWebType<T>> |
JbossWebType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<LifecycleCallbackType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<JbossWebType<T>>> |
JbossWebType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllPreDestroy()
Returns all
pre-destroy elements |
List<LifecycleCallbackType<JbossWebType<T>>> |
JbossWebType.getAllPreDestroy()
Returns all
pre-destroy elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.