Uses of Interface
org.jboss.resteasy.spi.ResteasyDeployment
Package
Description
-
Uses of ResteasyDeployment in dev.resteasy.embedded.server
-
Uses of ResteasyDeployment in org.jboss.resteasy.core
Modifier and TypeClassDescriptionclass
This class is used to configure and initialize the core components of RESTEasy. -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.embedded
Modifier and TypeMethodDescriptionEmbeddedServer.getDeployment()
Returns the deployment being used for the server.Modifier and TypeMethodDescriptionstatic String
EmbeddedServers.checkContextPath
(ResteasyDeployment deployment) Checks the context path and if required creates a new path with a leading/
.static String
EmbeddedServers.resolveContext
(ResteasyDeployment deployment) Attempts to resolve theApplicationPath
on the deployments application.EmbeddedJaxrsServer.setDeployment
(ResteasyDeployment deployment) Deprecated.static void
EmbeddedServers.validateDeployment
(ResteasyDeployment deployment) Validates a deployment is notnull
and starts it if required. -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.netty
Modifier and TypeMethodDescriptionNettyJaxrsServer.getDeployment()
static ResteasyDeployment
NettyContainer.start()
static ResteasyDeployment
static ResteasyDeployment
NettyContainer.start
(String bindPath, SecurityDomain domain) static ResteasyDeployment
NettyContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) Modifier and TypeMethodDescriptionNettyJaxrsServer.setDeployment
(ResteasyDeployment deployment) static ResteasyDeployment
NettyContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) static void
NettyContainer.start
(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.reactor.netty
Modifier and TypeMethodDescriptionReactorNettyJaxrsServer.getDeployment()
static ResteasyDeployment
ReactorNettyContainer.start()
static ResteasyDeployment
static ResteasyDeployment
ReactorNettyContainer.start
(String bindPath, SecurityDomain domain) static ResteasyDeployment
ReactorNettyContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) static ResteasyDeployment
ReactorNettyContainer.start
(ReactorNettyJaxrsServer server) Modifier and TypeMethodDescriptionReactorNettyJaxrsServer.setDeployment
(ResteasyDeployment deployment) static ResteasyDeployment
ReactorNettyContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) static void
ReactorNettyContainer.start
(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.servlet
Modifier and TypeFieldDescriptionprotected ResteasyDeployment
ResteasyBootstrap.deployment
protected ResteasyDeployment
ServletContainerDispatcher.deployment
Modifier and TypeMethodDescriptionConfigurationBootstrap.createDeployment()
FilterBootstrap.createDeployment()
ListenerBootstrap.createDeployment()
ServletBootstrap.createDeployment()
-
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.sun.http
Modifier and TypeFieldDescriptionprotected ResteasyDeployment
HttpContextBuilder.deployment
protected ResteasyDeployment
SunHttpJaxrsServer.deployment
Deprecated.Modifier and TypeMethodDescriptionHttpContextBuilder.getDeployment()
SunHttpJaxrsServer.getDeployment()
Deprecated.static ResteasyDeployment
HttpServerContainer.start()
static ResteasyDeployment
static ResteasyDeployment
static ResteasyDeployment
HttpServerContainer.start
(String bindPath, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) static ResteasyDeployment
HttpServerContainer.start
(String bindPath, SecurityDomain domain) static ResteasyDeployment
HttpServerContainer.start
(String bindPath, SecurityDomain domain, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) static ResteasyDeployment
HttpServerContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) Modifier and TypeMethodDescriptionvoid
HttpContextBuilder.setDeployment
(ResteasyDeployment deployment) SunHttpJaxrsServer.setDeployment
(ResteasyDeployment deployment) Deprecated.static ResteasyDeployment
HttpServerContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) static void
HttpServerContainer.start
(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.undertow
Modifier and TypeMethodDescriptionUndertowJaxrsServer.deploy
(ResteasyDeployment resteasyDeployment) UndertowJaxrsServer.setDeployment
(ResteasyDeployment deployment) io.undertow.servlet.api.DeploymentInfo
UndertowJaxrsServer.undertowDeployment
(ResteasyDeployment resteasyDeployment) io.undertow.servlet.api.DeploymentInfo
UndertowJaxrsServer.undertowDeployment
(ResteasyDeployment resteasyDeployment, String mappingPrefix) Creates a web deployment for your ResteasyDeployent so you can set up things like security constraints You'd call this method, add your servlet security constraints, then call deploy(DeploymentInfo) Note, only one ResteasyDeployment can be applied per DeploymentInfo ResteasyServlet is mapped to mapping + "/*" Example: DeploymentInfo di = server.undertowDeployment(resteasyDeployment, "rest"); di.setDeploymentName("MyDeployment") di.setContextRoot("root"); server.deploy(di); -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.vertx
ModifierConstructorDescriptionVertxRequestHandler
(io.vertx.core.Vertx vertx, ResteasyDeployment deployment) VertxRequestHandler
(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix) VertxRequestHandler
(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix, SecurityDomain domain) -
Uses of ResteasyDeployment in org.jboss.resteasy.spi
Modifier and TypeMethodDescriptionprotected ResteasyDeployment
DelegateResteasyDeployment.getDelegate()
Returns the delegate deployment.Modifier and TypeMethodDescriptionvoid
DelegateResteasyDeployment.merge
(ResteasyDeployment other) void
ResteasyDeployment.merge
(ResteasyDeployment other) ModifierConstructorDescriptionDelegateResteasyDeployment
(ResteasyDeployment delegate) Creates a new delegating deployment. -
Uses of ResteasyDeployment in org.jboss.resteasy.util
Modifier and TypeMethodDescriptionEmbeddedServerHelper.checkAppDeployment
(ResteasyDeployment deployment) void
EmbeddedServerHelper.checkDeployment
(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.wadl
Modifier and TypeMethodDescriptionstatic ResteasyWadlServiceRegistry
ResteasyWadlGenerator.generateServiceRegistry
(ResteasyDeployment deployment) jakarta.ws.rs.core.Response
ResteasyWadlDefaultResource.grammars
(String path, ResteasyDeployment deployment) ResteasyWadlDefaultResource.output
(ResteasyDeployment deployment)