Class CdiRequestDispatcher


  • @Vetoed
    public class CdiRequestDispatcher
    extends RequestDispatcher
    A request dispatcher that starts a RequestContext during invocation.
    • Constructor Detail

      • CdiRequestDispatcher

        public CdiRequestDispatcher​(org.jboss.resteasy.core.SynchronousDispatcher dispatcher,
                                    ResteasyProviderFactory providerFactory,
                                    org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain)
      • CdiRequestDispatcher

        public CdiRequestDispatcher​(org.jboss.resteasy.core.SynchronousDispatcher dispatcher,
                                    ResteasyProviderFactory providerFactory,
                                    org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain,
                                    javax.enterprise.inject.Instance<Object> cdi)