|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.smartgears.configuration.application.ApplicationHandlers
public class ApplicationHandlers
The ApplicationHandlers that manage the application.
| Constructor Summary | |
|---|---|
ApplicationHandlers()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationHandlers()
| Method Detail |
|---|
public List<ApplicationLifecycleHandler> lifecycleHandlers()
ApplicationLifecycleHandlers for the service.
public ApplicationHandlers set(ApplicationLifecycleHandler... handlers)
ApplicationLifecycleHandlers for the service.
handlers - the lifecycle handlers
public List<RequestHandler> requestHandlers()
RequestHandlers for the service.
public ApplicationHandlers set(RequestHandler... handlers)
RequestHandlers for the service.
handlers - the request handlers
public void validate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||