|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.handlers.HandlerChainFactory
public class HandlerChainFactory
Factory for creating request/response handler chains.
| Constructor Summary | |
|---|---|
HandlerChainFactory()
|
|
| Method Summary | |
|---|---|
java.util.List<RequestHandler> |
newRequestHandlerChain(java.lang.String resource)
Constructs a new request handler chain by analyzing the specified classpath resource. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerChainFactory()
| Method Detail |
|---|
public java.util.List<RequestHandler> newRequestHandlerChain(java.lang.String resource)
resource - The resource to load from the classpath containing the list of
request handlers to instantiate.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||