com.sun.jersey.server.impl.model.method
Class ResourceHttpOptionsMethod.OptionsRequestDispatcher
java.lang.Object
com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod.OptionsRequestDispatcher
- All Implemented Interfaces:
- RequestDispatcher
- Enclosing class:
- ResourceHttpOptionsMethod
public static class ResourceHttpOptionsMethod.OptionsRequestDispatcher
- extends Object
- implements RequestDispatcher
Method Summary |
void |
dispatch(Object resource,
HttpContext context)
Dispatch to the resource method of the resource class instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allow
protected final String allow
ResourceHttpOptionsMethod.OptionsRequestDispatcher
public ResourceHttpOptionsMethod.OptionsRequestDispatcher(Map<String,List<ResourceMethod>> methods)
dispatch
public void dispatch(Object resource,
HttpContext context)
- Description copied from interface:
RequestDispatcher
- Dispatch to the resource method of the resource class instance.
- Specified by:
dispatch
in interface RequestDispatcher
- Parameters:
resource
- the resource class instance.context
- the HTTP context.
Copyright © 2013 Oracle Corporation. All Rights Reserved.