public class HandlerChainFactory extends Object
Constructor and Description |
---|
HandlerChainFactory() |
Modifier and Type | Method and Description |
---|---|
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.