@Deprecated public class TJWSEmbeddedSpringMVCServerBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<TJWSEmbeddedSpringMVCServer>
| Constructor and Description |
|---|
TJWSEmbeddedSpringMVCServerBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
void |
destroy()
Deprecated.
|
String |
getApplicationContextConfiguration()
Deprecated.
|
String |
getContext()
Deprecated.
|
TJWSEmbeddedSpringMVCServer |
getObject()
Deprecated.
|
Class<TJWSEmbeddedSpringMVCServer> |
getObjectType()
Deprecated.
|
int |
getPort()
Deprecated.
|
TJWSEmbeddedSpringMVCServer |
getServer()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setApplicationContextConfiguration(String applicationContextConfiguration)
Deprecated.
|
void |
setContext(String context)
Deprecated.
|
void |
setPort(int port)
Deprecated.
|
void |
setServer(TJWSEmbeddedSpringMVCServer server)
Deprecated.
|
public TJWSEmbeddedSpringMVCServerBean()
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.InitializingBeanExceptionpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic TJWSEmbeddedSpringMVCServer getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<TJWSEmbeddedSpringMVCServer>Exceptionpublic Class<TJWSEmbeddedSpringMVCServer> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<TJWSEmbeddedSpringMVCServer>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<TJWSEmbeddedSpringMVCServer>Copyright © 2017 JBoss by Red Hat. All rights reserved.