public final class HandlerChainFactory extends Object
| Constructor | Description |
|---|---|
HandlerChainFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
List<RequestHandler> |
getGlobalHandlers() |
|
List<RequestHandler> |
newRequestHandlerChain(String resource) |
Constructs a new request handler chain by analyzing the specified classpath resource.
|
public List<RequestHandler> newRequestHandlerChain(String resource)
resource - The resource to load from the classpath containing the list of request handlers to instantiate.public List<RequestHandler> getGlobalHandlers()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.