org.telscenter.sail.webapp.spring.impl
Class SpringConfigurationImpl
java.lang.Object
org.telscenter.sail.webapp.spring.impl.SpringConfigurationImpl
- All Implemented Interfaces:
- SpringConfiguration
public final class SpringConfigurationImpl
- extends Object
- implements SpringConfiguration
Implementation of SpringConfiguration specifically for the
TELS portal.
- Version:
- $Id$
- Author:
- Cynick Young
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringConfigurationImpl
public SpringConfigurationImpl()
getDispatcherServletContextConfigLocations
public String[] getDispatcherServletContextConfigLocations()
- Description copied from interface:
SpringConfiguration
- Get the list of XML files used to instantiate the beans within the
DispatcherServlet context.
- Specified by:
getDispatcherServletContextConfigLocations in interface SpringConfiguration
- Returns:
String[] such that each string in the array
defines the location of an XML configuration file used by the
DispatcherServlet context- See Also:
SpringConfiguration.getDispatcherServletContextConfigLocations()
getRootApplicationContextConfigLocations
public String[] getRootApplicationContextConfigLocations()
- Description copied from interface:
SpringConfiguration
- Get the list of applicationContext XML files used to instantiate the
beans in the Spring container.
- Specified by:
getRootApplicationContextConfigLocations in interface SpringConfiguration
- Returns:
String[] such that each string in the array
defines the location of an applicationContext XML configuration
file used by the Spring container- See Also:
SpringConfiguration.getRootApplicationContextConfigLocations()
Copyright © 2012. All Rights Reserved.