public class ApplicationHandlers extends Object
ApplicationHandlers that manage the application.| Constructor and Description |
|---|
ApplicationHandlers() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationLifecycleHandler> |
lifecycleHandlers()
Returns the
ApplicationLifecycleHandlers for the service. |
List<RequestHandler> |
requestHandlers()
Returns the
RequestHandlers for the service. |
ApplicationHandlers |
set(ApplicationLifecycleHandler... handlers)
Sets the
ApplicationLifecycleHandlers for the service. |
ApplicationHandlers |
set(RequestHandler... handlers)
Sets the
RequestHandlers for the service. |
void |
validate() |
public List<ApplicationLifecycleHandler> lifecycleHandlers()
ApplicationLifecycleHandlers for the service.public ApplicationHandlers set(ApplicationLifecycleHandler... handlers)
ApplicationLifecycleHandlers for the service.handlers - the lifecycle handlerspublic List<RequestHandler> requestHandlers()
RequestHandlers for the service.public ApplicationHandlers set(RequestHandler... handlers)
RequestHandlers for the service.handlers - the request handlerspublic void validate()
Copyright © 2016. All Rights Reserved.