- All Known Subinterfaces:
LifeCycleRequestAccessor.LifeCycleRequestProperty
public interface LifeCycleRequestAccessor
Provides an accessor for a
LifeCycleRequest property.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLifeCycleRequestAccessor.LifeCycleRequestMutatorProvides a mutator for aLifeCycleRequestproperty.static interfaceLifeCycleRequestAccessor.LifeCycleRequestPropertyProvides aLifeCycleRequestproperty. -
Method Summary
Modifier and Type Method Description LifeCycleRequestgetLifeCycleRequest()Retrieves theLifeCycleRequestproperty from the property.
-
Method Details
-
getLifeCycleRequest
LifeCycleRequest getLifeCycleRequest()Retrieves theLifeCycleRequestproperty from the property. Determines in whichLifeCycleRequestis being requested for a component.- Returns:
- Returns the
LifeCycleRequestproperty stored by the property.
-