public class TJWSEmbeddedSpringMVCServerBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Constructor and Description |
---|
TJWSEmbeddedSpringMVCServerBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
String |
getApplicationContextConfiguration() |
String |
getContext() |
TJWSEmbeddedSpringMVCServer |
getObject() |
Class<TJWSEmbeddedSpringMVCServer> |
getObjectType() |
int |
getPort() |
TJWSEmbeddedSpringMVCServer |
getServer() |
boolean |
isSingleton() |
void |
setApplicationContextConfiguration(String applicationContextConfiguration) |
void |
setContext(String context) |
void |
setPort(int port) |
void |
setServer(TJWSEmbeddedSpringMVCServer server) |
public String getApplicationContextConfiguration()
public void setApplicationContextConfiguration(String applicationContextConfiguration)
public int getPort()
public void setPort(int port)
public TJWSEmbeddedSpringMVCServer getServer()
public void setServer(TJWSEmbeddedSpringMVCServer server)
public String getContext()
public void setContext(String context)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public TJWSEmbeddedSpringMVCServer getObject() throws Exception
Exception
public Class<TJWSEmbeddedSpringMVCServer> getObjectType()
public boolean isSingleton()
Copyright © 2013. All Rights Reserved.