public class HandlerChainFactory
extends java.lang.Object
| Constructor and Description |
|---|
HandlerChainFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RequestHandler2> |
newRequestHandler2Chain(java.lang.String resource)
Constructs a new request handler (v2) chain by analyzing the specified
classpath resource.
|
java.util.List<RequestHandler2> |
newRequestHandlerChain(java.lang.String resource)
For backward compatibility, constructs a new request handler chain
adapted to
RequestHandler2 by analyzing the specified classpath
resource. |
public java.util.List<RequestHandler2> newRequestHandlerChain(java.lang.String resource)
RequestHandler2 by analyzing the specified classpath
resource.resource - The resource to load from the classpath containing the
list of request handlers to instantiate.public java.util.List<RequestHandler2> newRequestHandler2Chain(java.lang.String resource)
resource - The resource to load from the classpath containing the
list of request handlers to instantiate.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.