Class UndertowJaxrsSpringServer
- java.lang.Object
-
- org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
-
- org.jboss.resteasy.plugins.server.undertow.spring.UndertowJaxrsSpringServer
-
- All Implemented Interfaces:
EmbeddedJaxrsServer<UndertowJaxrsServer>
public class UndertowJaxrsSpringServer extends UndertowJaxrsServer
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVLET_NAME
-
Fields inherited from class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
container, contextParams, initParams, manager, root, server
-
-
Constructor Summary
Constructors Constructor Description UndertowJaxrsSpringServer()
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Field Detail
-
SERVLET_NAME
public static final String SERVLET_NAME
- See Also:
- Constant Field Values
-
-