public interface RestResourceProvider
RestAdapter and actual ReST resource providers.| Modifier and Type | Method and Description |
|---|---|
boolean |
enableModifAccessToInstances()
If resource can provide access for non-GET methods.
|
String |
getContextRoot() |
Set<Class<?>> |
getResourceClasses(org.glassfish.hk2.api.ServiceLocator habitat) |
org.glassfish.jersey.server.ResourceConfig |
getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator habitat,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
boolean enableModifAccessToInstances()
org.glassfish.jersey.server.ResourceConfig getResourceConfig(Set<Class<?>> classes, ServerContext sc, org.glassfish.hk2.api.ServiceLocator habitat, Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) throws EndpointRegistrationException
EndpointRegistrationExceptionString getContextRoot()
Copyright © 2017. All rights reserved.