Uses of Interface
org.jboss.resteasy.spi.ResteasyDeployment
Packages that use ResteasyDeployment
Package
Description
-
Uses of ResteasyDeployment in dev.resteasy.embedded.server
Methods in dev.resteasy.embedded.server that return ResteasyDeployment -
Uses of ResteasyDeployment in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResteasyDeploymentModifier and TypeClassDescriptionclass
This class is used to configure and initialize the core components of RESTEasy.Methods in org.jboss.resteasy.core with parameters of type ResteasyDeployment -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.embedded
Methods in org.jboss.resteasy.plugins.server.embedded that return ResteasyDeploymentModifier and TypeMethodDescriptionEmbeddedServer.getDeployment()
Returns the deployment being used for the server.Methods in org.jboss.resteasy.plugins.server.embedded with parameters of type ResteasyDeploymentModifier 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
Fields in org.jboss.resteasy.plugins.server.netty declared as ResteasyDeploymentMethods in org.jboss.resteasy.plugins.server.netty that return ResteasyDeploymentModifier 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) Methods in org.jboss.resteasy.plugins.server.netty with parameters of type ResteasyDeploymentModifier 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
Fields in org.jboss.resteasy.plugins.server.reactor.netty declared as ResteasyDeploymentMethods in org.jboss.resteasy.plugins.server.reactor.netty that return ResteasyDeploymentModifier 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) Methods in org.jboss.resteasy.plugins.server.reactor.netty with parameters of type ResteasyDeploymentModifier 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
Fields in org.jboss.resteasy.plugins.server.servlet declared as ResteasyDeploymentModifier and TypeFieldDescriptionprotected ResteasyDeployment
ResteasyBootstrap.deployment
protected ResteasyDeployment
ServletContainerDispatcher.deployment
Methods in org.jboss.resteasy.plugins.server.servlet that return ResteasyDeploymentModifier and TypeMethodDescriptionConfigurationBootstrap.createDeployment()
FilterBootstrap.createDeployment()
ListenerBootstrap.createDeployment()
ServletBootstrap.createDeployment()
-
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as ResteasyDeploymentModifier and TypeFieldDescriptionprotected ResteasyDeployment
HttpContextBuilder.deployment
protected ResteasyDeployment
SunHttpJaxrsServer.deployment
Deprecated.Methods in org.jboss.resteasy.plugins.server.sun.http that return ResteasyDeploymentModifier 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) Methods in org.jboss.resteasy.plugins.server.sun.http with parameters of type ResteasyDeploymentModifier 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
Methods in org.jboss.resteasy.plugins.server.undertow that return ResteasyDeploymentMethods in org.jboss.resteasy.plugins.server.undertow with parameters of type ResteasyDeploymentModifier 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
Classes in org.jboss.resteasy.plugins.server.vertx that implement ResteasyDeploymentMethods in org.jboss.resteasy.plugins.server.vertx that return ResteasyDeploymentMethods in org.jboss.resteasy.plugins.server.vertx with parameters of type ResteasyDeploymentConstructors in org.jboss.resteasy.plugins.server.vertx with parameters of type ResteasyDeploymentModifierConstructorDescriptionVertxRequestHandler
(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
Classes in org.jboss.resteasy.spi that implement ResteasyDeploymentMethods in org.jboss.resteasy.spi that return ResteasyDeploymentModifier and TypeMethodDescriptionprotected ResteasyDeployment
DelegateResteasyDeployment.getDelegate()
Returns the delegate deployment.Methods in org.jboss.resteasy.spi with parameters of type ResteasyDeploymentModifier and TypeMethodDescriptionvoid
DelegateResteasyDeployment.merge
(ResteasyDeployment other) void
ResteasyDeployment.merge
(ResteasyDeployment other) Constructors in org.jboss.resteasy.spi with parameters of type ResteasyDeploymentModifierConstructorDescriptionDelegateResteasyDeployment
(ResteasyDeployment delegate) Creates a new delegating deployment. -
Uses of ResteasyDeployment in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util with parameters of type ResteasyDeploymentModifier and TypeMethodDescriptionEmbeddedServerHelper.checkAppDeployment
(ResteasyDeployment deployment) void
EmbeddedServerHelper.checkDeployment
(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.wadl
Methods in org.jboss.resteasy.wadl with parameters of type ResteasyDeploymentModifier and TypeMethodDescriptionstatic ResteasyWadlServiceRegistry
ResteasyWadlGenerator.generateServiceRegistry
(ResteasyDeployment deployment) jakarta.ws.rs.core.Response
ResteasyWadlDefaultResource.grammars
(String path, ResteasyDeployment deployment) ResteasyWadlDefaultResource.output
(ResteasyDeployment deployment)