org.eclipse.modisco.jee.webapp.webapp25
Interface LifecycleCallbackType


public interface LifecycleCallbackType

A representation of the model object 'Lifecycle Callback Type'. The lifecycle-callback type specifies a method on a class to be called when a lifecycle event occurs. Note that each class may have only one lifecycle callback method for any given event and that the method may not be overloaded. If the lifefycle-callback-class element is missing then the class defining the callback is assumed to be the component class in scope at the place in the descriptor in which the callback definition appears.

The following features are supported:

See Also:
Webapp25Package.getLifecycleCallbackType()
Generated:
Model:
extendedMetaData="name='lifecycle-callbackType' kind='elementOnly'"

Method Summary
 FullyQualifiedClassType getLifecycleCallbackClass()
          Returns the value of the 'Lifecycle Callback Class' containment reference.
 JavaIdentifierType getLifecycleCallbackMethod()
          Returns the value of the 'Lifecycle Callback Method' containment reference.
 void setLifecycleCallbackClass(FullyQualifiedClassType value)
          Sets the value of the 'Lifecycle Callback Class' containment reference.
 void setLifecycleCallbackMethod(JavaIdentifierType value)
          Sets the value of the 'Lifecycle Callback Method' containment reference.
 

Method Detail

getLifecycleCallbackClass

FullyQualifiedClassType getLifecycleCallbackClass()
Returns the value of the 'Lifecycle Callback Class' containment reference.

If the meaning of the 'Lifecycle Callback Class' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lifecycle Callback Class' containment reference.
See Also:
setLifecycleCallbackClass(FullyQualifiedClassType), Webapp25Package.getLifecycleCallbackType_LifecycleCallbackClass()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='lifecycle-callback-class' namespace='http://java.sun.com/xml/ns/javaee'"

setLifecycleCallbackClass

void setLifecycleCallbackClass(FullyQualifiedClassType value)
Sets the value of the 'Lifecycle Callback Class' containment reference.

Parameters:
value - the new value of the 'Lifecycle Callback Class' containment reference.
See Also:
getLifecycleCallbackClass()
Generated:

getLifecycleCallbackMethod

JavaIdentifierType getLifecycleCallbackMethod()
Returns the value of the 'Lifecycle Callback Method' containment reference.

If the meaning of the 'Lifecycle Callback Method' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lifecycle Callback Method' containment reference.
See Also:
setLifecycleCallbackMethod(JavaIdentifierType), Webapp25Package.getLifecycleCallbackType_LifecycleCallbackMethod()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='lifecycle-callback-method' namespace='http://java.sun.com/xml/ns/javaee'"

setLifecycleCallbackMethod

void setLifecycleCallbackMethod(JavaIdentifierType value)
Sets the value of the 'Lifecycle Callback Method' containment reference.

Parameters:
value - the new value of the 'Lifecycle Callback Method' containment reference.
See Also:
getLifecycleCallbackMethod()
Generated: