Modifier and Type | Method and Description |
---|---|
static <A> A |
ContainerFactory.createContainer(Class<A> type,
ResourceConfig resourceConfig)
Create a container according to the class requested.
|
static <A> A |
ContainerFactory.createContainer(Class<A> type,
ResourceConfig resourceConfig,
IoCComponentProviderFactory factory)
Create a container according to the class requested.
|
Constructor and Description |
---|
PostReplaceFilter(ResourceConfig rc)
Initializes this filter with
PostReplaceFilter.PROPERTY_POST_REPLACE_FILTER_CONFIG property value from the application resource config. |
Modifier and Type | Method and Description |
---|---|
static org.glassfish.grizzly.http.server.HttpServer |
GrizzlyServerFactory.createHttpServer(String u,
ResourceConfig rc)
Creates a new
HttpServer which will manage all root resource and
provider classes declared by the resource configuration. |
static org.glassfish.grizzly.http.server.HttpServer |
GrizzlyServerFactory.createHttpServer(String u,
ResourceConfig rc,
IoCComponentProviderFactory factory)
Creates a new
HttpServer which will manage all root resource and
provider classes declared by the resource configuration. |
static org.glassfish.grizzly.http.server.HttpServer |
GrizzlyServerFactory.createHttpServer(URI u,
ResourceConfig rc)
Creates a new
HttpServer which will manage all root resource and
provider classes declared by the resource configuration. |
static org.glassfish.grizzly.http.server.HttpServer |
GrizzlyServerFactory.createHttpServer(URI u,
ResourceConfig rc,
IoCComponentProviderFactory factory)
Creates a new
HttpServer which will manage all root resource and
provider classes declared by the resource configuration. |
Modifier and Type | Method and Description |
---|---|
static com.sun.net.httpserver.HttpServer |
HttpServerFactory.create(String u,
ResourceConfig rc)
Create a
HttpServer that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration. |
static com.sun.net.httpserver.HttpServer |
HttpServerFactory.create(String u,
ResourceConfig rc,
IoCComponentProviderFactory factory)
Create a
HttpServer that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration. |
static com.sun.net.httpserver.HttpServer |
HttpServerFactory.create(URI u,
ResourceConfig rc)
Create a
HttpServer that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration. |
static com.sun.net.httpserver.HttpServer |
HttpServerFactory.create(URI u,
ResourceConfig rc,
IoCComponentProviderFactory factory)
Create a
HttpServer that registers a HttpHandler that
in turn manages all root resource and provder classes declared by the
resource configuration. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAdapter
An extension of
DefaultResourceConfig that adapts an instance
of Application . |
class |
ClassNamesResourceConfig
A mutable implementation of
DefaultResourceConfig that explicitly
declares for root resource and provider classes. |
class |
ClasspathResourceConfig
A mutable implementation of
DefaultResourceConfig that dynamically
searches for root resource and provider classes in the files and directories
declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH . |
class |
DefaultResourceConfig
A mutable implementation of
ResourceConfig that declares
default values for features. |
class |
PackagesResourceConfig
A mutable implementation of
DefaultResourceConfig that dynamically
searches for root resource and provider classes in a given a set of
declared package and in all (if any) sub-packages of those declared packages. |
class |
ScanningResourceConfig
A resource configuration that performs scanning to find root resource
and provider classes.
|
Modifier and Type | Method and Description |
---|---|
ResourceConfig |
ResourceConfig.clone()
Clone this resource configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceConfigurator.configure(ResourceConfig config)
Configure the resource configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
WebAppResourceConfig
A mutable implementation of
DefaultResourceConfig that dynamically
searches for root resource and provider classes in the Web application
resource paths declared by the property
ClasspathResourceConfig.PROPERTY_CLASSPATH . |
Modifier and Type | Method and Description |
---|---|
static WadlGeneratorConfig |
WadlGeneratorConfigLoader.loadWadlGeneratorsFromConfig(ResourceConfig resourceConfig)
Load the
WadlGeneratorConfig from the provided ResourceConfig using the
property PROPERTY_WADL_GENERATOR_CONFIG . |
Constructor and Description |
---|
FreemarkerViewProcessor(ResourceConfig resourceConfig) |
Constructor and Description |
---|
GuiceComponentProviderFactory(ResourceConfig config,
com.google.inject.Injector injector)
Creates a new GuiceComponentProviderFactory.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceConfig |
GuiceContainer.getDefaultResourceConfig(Map<String,Object> props,
WebConfig webConfig) |
Modifier and Type | Method and Description |
---|---|
protected void |
GuiceContainer.initiate(ResourceConfig config,
WebApplication webapp) |
Constructor and Description |
---|
GuiceContainer.ServletGuiceComponentProviderFactory(ResourceConfig config,
com.google.inject.Injector injector) |
Constructor and Description |
---|
OAuthServerFilter(ResourceConfig rc,
OAuthProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
DeferredResourceConfig |
Modifier and Type | Method and Description |
---|---|
void |
WebApplicationImpl.initiate(ResourceConfig resourceConfig) |
void |
WebApplicationImpl.initiate(ResourceConfig rc,
IoCComponentProviderFactory _provider) |
Constructor and Description |
---|
RootResourceUriRules(WebApplicationImpl wa,
ResourceConfig resourceConfig,
WadlFactory wadlFactory,
InjectableProviderFactory injectableFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
CDIComponentProviderFactoryInitializer.initialize(WebConfig wc,
ResourceConfig rc,
WebApplication wa) |
Constructor and Description |
---|
CDIComponentProviderFactory(Object bm,
ResourceConfig rc,
WebApplication wa) |
Constructor and Description |
---|
IoCResourceFactory(ResourceConfig config,
ServerInjectableProviderContext ipc,
List<IoCComponentProviderFactory> factories) |
ResourceFactory(ResourceConfig config,
ServerInjectableProviderContext ipc) |
Modifier and Type | Method and Description |
---|---|
void |
FilterFactory.init(ResourceConfig resourceConfig) |
Modifier and Type | Method and Description |
---|---|
GrizzlyContainer |
GrizzlyContainerProvider.createContainer(Class<org.glassfish.grizzly.http.server.HttpHandler> type,
ResourceConfig resourceConfig,
WebApplication application)
Create an container of type T.
|
Modifier and Type | Method and Description |
---|---|
com.sun.net.httpserver.HttpHandler |
HttpHandlerContainerProvider.createContainer(Class<com.sun.net.httpserver.HttpHandler> type,
ResourceConfig resourceConfig,
WebApplication application) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServletAdaptor.configure(javax.servlet.ServletConfig servletConfig,
ResourceConfig rc,
WebApplication wa) |
Constructor and Description |
---|
JSPTemplateProcessor(ResourceConfig resourceConfig) |
Modifier and Type | Method and Description |
---|---|
static void |
EJBComponentProviderFactoryInitilizer.initialize(ResourceConfig rc) |
Modifier and Type | Method and Description |
---|---|
static void |
ManagedBeanComponentProviderFactoryInitilizer.initialize(ResourceConfig rc) |
Constructor and Description |
---|
ResourceUriRules(ResourceConfig resourceConfig,
ResourceMethodDispatchProvider dp,
ServerInjectableProviderContext injectableContext,
FilterFactory ff,
WadlFactory wadlFactory,
DispatchingListener dispatchingListener,
AbstractResource resource) |
Constructor and Description |
---|
WadlApplicationContextImpl(Set<AbstractResource> rootResources,
ResourceConfig resourceConfig) |
WadlFactory(ResourceConfig resourceConfig) |
Modifier and Type | Method and Description |
---|---|
T |
ContainerProvider.createContainer(Class<T> type,
ResourceConfig resourceConfig,
WebApplication application)
Create an container of type T.
|
void |
WebApplication.initiate(ResourceConfig resourceConfig)
Initiate the Web application.
|
void |
WebApplication.initiate(ResourceConfig resourceConfig,
IoCComponentProviderFactory provider)
Initiate the Web application.
|
Modifier and Type | Method and Description |
---|---|
ResourceConfig |
WebServletConfig.getDefaultResourceConfig(Map<String,Object> props) |
ResourceConfig |
WebConfig.getDefaultResourceConfig(Map<String,Object> props)
Get the default
ResourceConfig . |
ResourceConfig |
WebFilterConfig.getDefaultResourceConfig(Map<String,Object> props) |
protected ResourceConfig |
ServletContainer.getDefaultResourceConfig(Map<String,Object> props,
javax.servlet.ServletConfig servletConfig)
Deprecated.
methods should implement
ServletContainer.getDefaultResourceConfig(java.util.Map, com.sun.jersey.spi.container.servlet.WebConfig) . |
protected ResourceConfig |
WebComponent.getDefaultResourceConfig(Map<String,Object> props,
WebConfig wc)
Get the default resource configuration if one is not declared in the
web.xml.
|
protected ResourceConfig |
ServletContainer.getDefaultResourceConfig(Map<String,Object> props,
WebConfig wc)
Get the default resource configuration if one is not declared in the
web.xml.
|
ResourceConfig |
WebComponent.getResourceConfig()
Get the resource configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServletContainer.configure(javax.servlet.FilterConfig fc,
ResourceConfig rc,
WebApplication wa)
Configure the
ResourceConfig for a Filter. |
protected void |
ServletContainer.configure(javax.servlet.ServletConfig sc,
ResourceConfig rc,
WebApplication wa)
Configure the
ResourceConfig for a Servlet. |
protected void |
WebComponent.configure(WebConfig wc,
ResourceConfig rc,
WebApplication wa)
Configure the
ResourceConfig . |
protected void |
ServletContainer.configure(WebConfig wc,
ResourceConfig rc,
WebApplication wa)
Configure the
ResourceConfig . |
protected void |
WebComponent.initiate(ResourceConfig rc,
WebApplication wa)
Initiate the
WebApplication . |
protected void |
ServletContainer.initiate(ResourceConfig rc,
WebApplication wa)
Initiate the
WebApplication . |
Constructor and Description |
---|
SpringComponentProviderFactory(ResourceConfig rc,
org.springframework.context.ConfigurableApplicationContext springContext) |
Modifier and Type | Method and Description |
---|---|
protected ResourceConfig |
SpringServlet.getDefaultResourceConfig(Map<String,Object> props,
WebConfig webConfig) |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringServlet.initiate(ResourceConfig rc,
WebApplication wa) |
Modifier and Type | Field and Description |
---|---|
protected ResourceConfig |
LowLevelAppDescriptor.Builder.rc |
Modifier and Type | Method and Description |
---|---|
ResourceConfig |
LowLevelAppDescriptor.getResourceConfig()
Get the resource configuration.
|
Constructor and Description |
---|
LowLevelAppDescriptor.Builder(ResourceConfig rc)
Create a builder with a resource configuration.
|
Copyright © 2013 Oracle Corporation. All rights reserved.