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() |
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
getObject
in interface org.springframework.beans.factory.FactoryBean<TJWSEmbeddedSpringMVCServer>
Exception
public 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 © 2015 JBoss by Red Hat. All rights reserved.