|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.ghn.service.configuration.Handlers
public class Handlers
The ApplicationHandlers that manage the application.
| Constructor Summary | |
|---|---|
Handlers()
|
|
| Method Summary | |
|---|---|
List<LifecycleHandler> |
lifecycleHandlers()
Returns the LifecycleHandlers for the service. |
List<RequestHandler> |
requestHandlers()
Returns the RequestHandlers for the service. |
Handlers |
set(LifecycleHandler... handlers)
Sets the LifecycleHandlers for the service. |
Handlers |
set(RequestHandler... handlers)
Sets the RequestHandlers for the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Handlers()
| Method Detail |
|---|
public List<LifecycleHandler> lifecycleHandlers()
LifecycleHandlers for the service.
public Handlers set(LifecycleHandler... handlers)
LifecycleHandlers for the service.
handlers - the lifecycle handlers
public List<RequestHandler> requestHandlers()
RequestHandlers for the service.
public Handlers set(RequestHandler... handlers)
RequestHandlers for the service.
handlers - the request handlers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||