com.sun.jersey.server.impl.model.parameter
Class CookieParamInjectableProvider
java.lang.Object
com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider<CookieParam>
com.sun.jersey.server.impl.model.parameter.CookieParamInjectableProvider
- All Implemented Interfaces:
- InjectableProvider<CookieParam,Parameter>
public final class CookieParamInjectableProvider
- extends BaseParamInjectableProvider<CookieParam>
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookieParamInjectableProvider
public CookieParamInjectableProvider(MultivaluedParameterExtractorProvider w)
getInjectable
public Injectable getInjectable(ComponentContext ic,
CookieParam a,
Parameter c)
- Description copied from interface:
InjectableProvider
- Get an injectable.
- Parameters:
ic
- the injectable contexta
- the annotation instancec
- the context instance
- Returns:
- an Injectable instance, otherwise null if an instance cannot
be created.
Copyright © 2013 Oracle Corporation. All Rights Reserved.