org.jboss.resteasy.springmvc.tjws
Class TJWSEmbeddedSpringMVCServer
java.lang.Object
org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
public class TJWSEmbeddedSpringMVCServer
- extends TJWSServletServer
- Version:
- $Revision: 1 $
- Author:
- Solomn Duskis
Methods inherited from class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer |
addFileMapping, addServlet, addServlet, setBindAddress, setKeepAlive, setKeepAliveTimeout, setMaxKeepAliveConnections, setPort, setProps, setSessionTimeout, setSSLAlgorithm, setSSLKeyStoreFile, setSSLKeyStorePass, setSSLKeyStoreType, setSSLPort, setSSLProtocol, setThreadPoolSize, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servlet
protected TJWSSpringMVCDispatcher servlet
rootResourcePath
protected String rootResourcePath
TJWSEmbeddedSpringMVCServer
public TJWSEmbeddedSpringMVCServer()
TJWSEmbeddedSpringMVCServer
public TJWSEmbeddedSpringMVCServer(String applicationContext,
int port)
TJWSEmbeddedSpringMVCServer
public TJWSEmbeddedSpringMVCServer(String applicationContext,
int port,
String rootResourcePath)
setRootResourcePath
public void setRootResourcePath(String rootResourcePath)
start
public void start()
- Overrides:
start
in class TJWSServletServer
setSecurityDomain
public void setSecurityDomain(SecurityDomain sc)
setSpringConfigLocation
public void setSpringConfigLocation(String configFile)
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()
Copyright © 2011. All Rights Reserved.