Uses of Class
org.jboss.resteasy.spi.ResteasyDeployment
-
Packages that use ResteasyDeployment Package Description org.jboss.resteasy.plugins.server.embedded org.jboss.resteasy.plugins.server.servlet org.jboss.resteasy.spi -
-
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 ResteasyDeploymentEmbeddedJaxrsServer. getDeployment()Methods in org.jboss.resteasy.plugins.server.embedded with parameters of type ResteasyDeployment Modifier and Type Method Description voidEmbeddedJaxrsServer. setDeployment(ResteasyDeployment deployment) -
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 private ResteasyDeploymentConfigurationBootstrap. deploymentprotected 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
Methods in org.jboss.resteasy.spi with parameters of type ResteasyDeployment Modifier and Type Method Description voidResteasyDeployment. merge(ResteasyDeployment other)
-