Package org.onebusaway.phone
Class XWorkConfigurationFactoryBean
- java.lang.Object
-
- org.onebusaway.phone.XWorkConfigurationFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>
public class XWorkConfigurationFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>
-
-
Constructor Summary
Constructors Constructor Description XWorkConfigurationFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.xwork2.config.Configuration
getObject()
Class<?>
getObjectType()
boolean
isSingleton()
void
setApplicationContext(org.springframework.context.ApplicationContext context)
void
setXmlConfigurationSource(String xmlConfigurationSource)
void
setXmlConfigurationSources(List<String> xmlConfigurationSources)
-
-
-
Method Detail
-
setApplicationContext
@Autowired public void setApplicationContext(org.springframework.context.ApplicationContext context)
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>
-
setXmlConfigurationSource
public void setXmlConfigurationSource(String xmlConfigurationSource)
-
setXmlConfigurationSources
public void setXmlConfigurationSources(List<String> xmlConfigurationSources)
-
getObject
public com.opensymphony.xwork2.config.Configuration getObject() throws Exception
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>
- Throws:
Exception
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<com.opensymphony.xwork2.config.Configuration>
-
-