Class UndertowJaxrsSpringServer

java.lang.Object
org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
org.jboss.resteasy.plugins.server.undertow.spring.UndertowJaxrsSpringServer
All Implemented Interfaces:
org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer<org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer>

public class UndertowJaxrsSpringServer extends org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer

    container, contextParams, initParams, manager, root, server
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.undertow.servlet.api.DeploymentInfo
    undertowDeployment(String contextConfigLocation, String mapping)
     

    Methods inherited from class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer

    addResourcePrefixPath, deploy, deploy, deploy, deploy, deploy, deploy, deploy, deployOldStyle, deployOldStyle, getContextParams, getDeployment, getInitParams, getManager, setContextParams, setDeployment, setHostname, setInitParams, setPort, setRootResourcePath, setSecurityDomain, start, start, stop, undertowDeployment, undertowDeployment, undertowDeployment

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • UndertowJaxrsSpringServer

      public UndertowJaxrsSpringServer()
  • Method Details

    • undertowDeployment

      public io.undertow.servlet.api.DeploymentInfo undertowDeployment(String contextConfigLocation, String mapping)