|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleCallbackType<T>
This interface defines the contract for the lifecycle-callbackType
xsd type
Method Summary | |
---|---|
java.lang.String |
getLifecycleCallbackClass()
Returns the lifecycle-callback-class element |
java.lang.String |
getLifecycleCallbackMethod()
Returns the lifecycle-callback-method element |
LifecycleCallbackType<T> |
removeLifecycleCallbackClass()
Removes the lifecycle-callback-class element |
LifecycleCallbackType<T> |
removeLifecycleCallbackMethod()
Removes the lifecycle-callback-method element |
LifecycleCallbackType<T> |
setLifecycleCallbackClass(java.lang.String lifecycleCallbackClass)
If not already created, a new lifecycle-callback-class element with the given value will be created. |
LifecycleCallbackType<T> |
setLifecycleCallbackMethod(java.lang.String lifecycleCallbackMethod)
If not already created, a new lifecycle-callback-method element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
LifecycleCallbackType<T> setLifecycleCallbackClass(java.lang.String lifecycleCallbackClass)
lifecycle-callback-class
element with the given value will be created.
Otherwise, the existing lifecycle-callback-class
element will be updated with the given value.
LifecycleCallbackType
LifecycleCallbackType<T> removeLifecycleCallbackClass()
lifecycle-callback-class
element
LifecycleCallbackType
java.lang.String getLifecycleCallbackClass()
lifecycle-callback-class
element
lifecycle-callback-class
LifecycleCallbackType<T> setLifecycleCallbackMethod(java.lang.String lifecycleCallbackMethod)
lifecycle-callback-method
element with the given value will be created.
Otherwise, the existing lifecycle-callback-method
element will be updated with the given value.
LifecycleCallbackType
LifecycleCallbackType<T> removeLifecycleCallbackMethod()
lifecycle-callback-method
element
LifecycleCallbackType
java.lang.String getLifecycleCallbackMethod()
lifecycle-callback-method
element
lifecycle-callback-method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |