Uses of Interface
org.jboss.resteasy.spi.ResteasyDeployment
-
Packages that use ResteasyDeployment Package Description org.jboss.resteasy.core org.jboss.resteasy.plugins.server.embedded org.jboss.resteasy.plugins.server.servlet org.jboss.resteasy.spi org.jboss.resteasy.util -
-
Uses of ResteasyDeployment in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ResteasyDeployment Modifier and Type Class Description classResteasyDeploymentImplThis class is used to configure and initialize the core components of RESTEasy.Methods in org.jboss.resteasy.core with parameters of type ResteasyDeployment Modifier and Type Method Description voidResteasyDeploymentImpl. merge(ResteasyDeployment other) -
Uses of ResteasyDeployment in org.jboss.resteasy.plugins.server.embedded
Methods in org.jboss.resteasy.plugins.server.embedded that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentEmbeddedServer. getDeployment()Returns the deployment being used for the server.Methods in org.jboss.resteasy.plugins.server.embedded with parameters of type ResteasyDeployment Modifier and Type Method Description static 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.TEmbeddedJaxrsServer. 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 ResteasyDeployment Modifier and Type Field Description protected ResteasyDeploymentResteasyBootstrap. deploymentprotected ResteasyDeploymentServletContainerDispatcher. deploymentMethods in org.jboss.resteasy.plugins.server.servlet that return ResteasyDeployment Modifier and Type Method Description ResteasyDeploymentConfigurationBootstrap. createDeployment()ResteasyDeploymentFilterBootstrap. createDeployment()ResteasyDeploymentListenerBootstrap. createDeployment()ResteasyDeploymentServletBootstrap. createDeployment() -
Uses of ResteasyDeployment in org.jboss.resteasy.spi
Classes in org.jboss.resteasy.spi that implement ResteasyDeployment Modifier and Type Class Description classDelegateResteasyDeploymentA simple delegatingResteasyDeployment.Methods in org.jboss.resteasy.spi that return ResteasyDeployment Modifier and Type Method Description protected ResteasyDeploymentDelegateResteasyDeployment. getDelegate()Returns the delegate deployment.Methods in org.jboss.resteasy.spi with parameters of type ResteasyDeployment Modifier and Type Method Description voidDelegateResteasyDeployment. merge(ResteasyDeployment other)voidResteasyDeployment. merge(ResteasyDeployment other)Constructors in org.jboss.resteasy.spi with parameters of type ResteasyDeployment Constructor Description DelegateResteasyDeployment(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 ResteasyDeployment Modifier and Type Method Description StringEmbeddedServerHelper. checkAppDeployment(ResteasyDeployment deployment)voidEmbeddedServerHelper. checkDeployment(ResteasyDeployment deployment)
-