Uses of Interface
org.jboss.resteasy.core.Dispatcher
Packages that use Dispatcher
Package
Description
-
Uses of Dispatcher in org.jboss.resteasy.client.core.executors
Fields in org.jboss.resteasy.client.core.executors declared as DispatcherMethods in org.jboss.resteasy.client.core.executors that return DispatcherConstructors in org.jboss.resteasy.client.core.executors with parameters of type Dispatcher -
Uses of Dispatcher in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement Dispatcher -
Uses of Dispatcher in org.jboss.resteasy.mock
Methods in org.jboss.resteasy.mock that return Dispatcher -
Uses of Dispatcher in org.jboss.resteasy.plugins.server.servlet
Fields in org.jboss.resteasy.plugins.server.servlet declared as DispatcherMethods in org.jboss.resteasy.plugins.server.servlet that return DispatcherModifier and TypeMethodDescriptionFilterDispatcher.getDispatcher()HttpServletDispatcher.getDispatcher()ServletContainerDispatcher.getDispatcher()Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type DispatcherModifier and TypeMethodDescriptionvoidServletContainerDispatcher.setDispatcher(Dispatcher dispatcher) -
Uses of Dispatcher in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as DispatcherMethods in org.jboss.resteasy.spi that return DispatcherMethods in org.jboss.resteasy.spi with parameters of type DispatcherModifier and TypeMethodDescriptionstatic javax.ws.rs.core.ApplicationResteasyDeployment.createApplication(String applicationClass, Dispatcher dispatcher, ResteasyProviderFactory providerFactory) voidResteasyDeployment.setDispatcher(Dispatcher dispatcher)