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 TypeClassDescriptionclassThis 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 StringEmbeddedServers.checkContextPath(ResteasyDeployment deployment) Checks the context path and if required creates a new path with a leading/.static StringEmbeddedServers.resolveContext(ResteasyDeployment deployment) Attempts to resolve theApplicationPathon the deployments application.EmbeddedJaxrsServer.setDeployment(ResteasyDeployment deployment) Deprecated.static voidEmbeddedServers.validateDeployment(ResteasyDeployment deployment) Validates a deployment is notnulland starts it if required. -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.servlet
Fields in org.jboss.resteasy.plugins.server.servlet declared as ResteasyDeploymentModifier and TypeFieldDescriptionprotected ResteasyDeploymentResteasyBootstrap.deploymentprotected ResteasyDeploymentServletContainerDispatcher.deploymentMethods 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 ResteasyDeploymentHttpContextBuilder.deploymentprotected ResteasyDeploymentSunHttpJaxrsServer.deploymentDeprecated.Methods in org.jboss.resteasy.plugins.server.sun.http that return ResteasyDeploymentModifier and TypeMethodDescriptionHttpContextBuilder.getDeployment()SunHttpJaxrsServer.getDeployment()Deprecated.static ResteasyDeploymentHttpServerContainer.start()static ResteasyDeploymentstatic ResteasyDeploymentstatic ResteasyDeploymentHttpServerContainer.start(String bindPath, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) static ResteasyDeploymentHttpServerContainer.start(String bindPath, SecurityDomain domain) static ResteasyDeploymentHttpServerContainer.start(String bindPath, SecurityDomain domain, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) static ResteasyDeploymentHttpServerContainer.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 TypeMethodDescriptionvoidHttpContextBuilder.setDeployment(ResteasyDeployment deployment) SunHttpJaxrsServer.setDeployment(ResteasyDeployment deployment) Deprecated.static ResteasyDeploymentHttpServerContainer.start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) static voidHttpServerContainer.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.DeploymentInfoUndertowJaxrsServer.undertowDeployment(ResteasyDeployment resteasyDeployment) io.undertow.servlet.api.DeploymentInfoUndertowJaxrsServer.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.spi
Classes in org.jboss.resteasy.spi that implement ResteasyDeploymentMethods in org.jboss.resteasy.spi that return ResteasyDeploymentModifier and TypeMethodDescriptionprotected ResteasyDeploymentDelegateResteasyDeployment.getDelegate()Returns the delegate deployment.Methods in org.jboss.resteasy.spi with parameters of type ResteasyDeploymentModifier and TypeMethodDescriptionvoidDelegateResteasyDeployment.merge(ResteasyDeployment other) voidResteasyDeployment.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) voidEmbeddedServerHelper.checkDeployment(ResteasyDeployment deployment) -
Uses of ResteasyDeployment in org.jboss.resteasy.wadl
Methods in org.jboss.resteasy.wadl with parameters of type ResteasyDeploymentModifier and TypeMethodDescriptionstatic ResteasyWadlServiceRegistryResteasyWadlGenerator.generateServiceRegistry(ResteasyDeployment deployment) jakarta.ws.rs.core.ResponseResteasyWadlDefaultResource.grammars(String path, ResteasyDeployment deployment) ResteasyWadlDefaultResource.output(ResteasyDeployment deployment)