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 java.lang.Object
implements RequestDispatcher


Field Summary
protected  java.lang.String allow
           
 
Constructor Summary
ResourceHttpOptionsMethod.OptionsRequestDispatcher(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods)
           
 
Method Summary
 void dispatch(java.lang.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 java.lang.String allow
Constructor Detail

ResourceHttpOptionsMethod.OptionsRequestDispatcher

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

dispatch

public void dispatch(java.lang.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 © 2011 Sun Microsystems, Inc. All Rights Reserved.