Uses of Interface
org.jboss.resteasy.spi.Dispatcher
Packages that use Dispatcher
Package
Description
-
Uses of Dispatcher in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement DispatcherFields in org.jboss.resteasy.core declared as DispatcherMethods in org.jboss.resteasy.core that return DispatcherMethods in org.jboss.resteasy.core with parameters of type DispatcherModifier and TypeMethodDescriptionstatic jakarta.ws.rs.core.Application
ResteasyDeploymentImpl.createApplication
(String applicationClass, Dispatcher dispatcher, ResteasyProviderFactory providerFactory) void
ResteasyDeploymentImpl.setDispatcher
(Dispatcher 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 TypeMethodDescriptionvoid
ServletContainerDispatcher.setDispatcher
(Dispatcher dispatcher) -
Uses of Dispatcher in org.jboss.resteasy.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as DispatcherMethods in org.jboss.resteasy.plugins.server.sun.http with parameters of type Dispatcher -
Uses of Dispatcher in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return DispatcherModifier and TypeMethodDescriptionDelegateResteasyDeployment.getDispatcher()
ResteasyDeployment.getDispatcher()
Methods in org.jboss.resteasy.spi with parameters of type DispatcherModifier and TypeMethodDescriptionvoid
DelegateResteasyDeployment.setDispatcher
(Dispatcher dispatcher) void
ResteasyDeployment.setDispatcher
(Dispatcher dispatcher)