com.sun.jersey.server.impl.model.method
Class ResourceHttpOptionsMethod.OptionsRequestDispatcher

java.lang.Object
  extended by 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


Field Summary
protected  String allow
           
 
Constructor Summary
ResourceHttpOptionsMethod.OptionsRequestDispatcher(Map<String,List<ResourceMethod>> methods)
           
 
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
 

Field Detail

allow

protected final String allow
Constructor Detail

ResourceHttpOptionsMethod.OptionsRequestDispatcher

public ResourceHttpOptionsMethod.OptionsRequestDispatcher(Map<String,List<ResourceMethod>> methods)
Method Detail

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.