public static class ResourceHttpOptionsMethod.OptionsRequestDispatcher extends java.lang.Object implements RequestDispatcher
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
allow |
| Constructor and Description |
|---|
ResourceHttpOptionsMethod.OptionsRequestDispatcher(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(java.lang.Object resource,
HttpContext context)
Dispatch to the resource method of the resource class instance.
|
public ResourceHttpOptionsMethod.OptionsRequestDispatcher(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods)
public void dispatch(java.lang.Object resource,
HttpContext context)
RequestDispatcherdispatch in interface RequestDispatcherresource - the resource class instance.context - the HTTP context.Copyright © 2015 Oracle Corporation. All Rights Reserved.