com.pmease.quickbuild.rest.providers
Class OptionalQueryParamInjectableProvider

java.lang.Object
  extended by com.pmease.quickbuild.rest.providers.OptionalQueryParamInjectableProvider
All Implemented Interfaces:
com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.QueryParam,com.sun.jersey.api.model.Parameter>

@Provider
public class OptionalQueryParamInjectableProvider
extends java.lang.Object
implements com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.QueryParam,com.sun.jersey.api.model.Parameter>


Constructor Summary
OptionalQueryParamInjectableProvider(com.sun.jersey.core.spi.component.ProviderServices services)
           
 
Method Summary
 com.sun.jersey.spi.inject.Injectable<?> getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic, javax.ws.rs.QueryParam a, com.sun.jersey.api.model.Parameter c)
           
 com.sun.jersey.core.spi.component.ComponentScope getScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionalQueryParamInjectableProvider

public OptionalQueryParamInjectableProvider(@Context
                                            com.sun.jersey.core.spi.component.ProviderServices services)
Method Detail

getScope

public com.sun.jersey.core.spi.component.ComponentScope getScope()
Specified by:
getScope in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.QueryParam,com.sun.jersey.api.model.Parameter>

getInjectable

public com.sun.jersey.spi.inject.Injectable<?> getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic,
                                                             javax.ws.rs.QueryParam a,
                                                             com.sun.jersey.api.model.Parameter c)
Specified by:
getInjectable in interface com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.QueryParam,com.sun.jersey.api.model.Parameter>


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.