com.sun.jersey.server.impl.model.parameter
Class PathParamInjectableProvider

java.lang.Object
  extended by com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider<javax.ws.rs.PathParam>
      extended by com.sun.jersey.server.impl.model.parameter.PathParamInjectableProvider
All Implemented Interfaces:
InjectableProvider<javax.ws.rs.PathParam,Parameter>

public final class PathParamInjectableProvider
extends BaseParamInjectableProvider<javax.ws.rs.PathParam>

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
PathParamInjectableProvider(MultivaluedParameterExtractorProvider w)
           
 
Method Summary
 Injectable<?> getInjectable(ComponentContext ic, javax.ws.rs.PathParam a, Parameter c)
          Get an injectable.
 
Methods inherited from class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
get, getScope, getWithoutDefaultValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathParamInjectableProvider

public PathParamInjectableProvider(MultivaluedParameterExtractorProvider w)
Method Detail

getInjectable

public Injectable<?> getInjectable(ComponentContext ic,
                                   javax.ws.rs.PathParam a,
                                   Parameter c)
Description copied from interface: InjectableProvider
Get an injectable.

Parameters:
ic - the injectable context
a - the annotation instance
c - the context instance
Returns:
an Injectable instance, otherwise null if an instance cannot be created.


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.