| org.apache.tapestry.ioc.services.ServiceLifecycleSource
ServiceLifecycleSource | public interface ServiceLifecycleSource (Code) | | Provides access to user defined lifecycles (beyond the two built-in lifecycles: "singleton" and
"primitive"). The user defined lifecycles are contributed into the service's configuration.
|
get | ServiceLifecycle get(String lifecycleName)(Code) | | Used to locate a configuration lifecycle, by name.
Parameters: lifecycleName - the named lifecycle, or null if the name is not found |
|
|