net.sf.sail.webapp.spring
Interface SpringConfiguration

All Known Implementing Classes:
SpringConfigurationImpl, SpringConfigurationImpl, SpringConfigurationImpl

public interface SpringConfiguration

Provides a single access point for applicationContext configuration files.

Version:
$Id$
Author:
Cynick Young

Method Summary
 String[] getDispatcherServletContextConfigLocations()
          Get the list of XML files used to instantiate the beans within the DispatcherServlet context.
 String[] getRootApplicationContextConfigLocations()
          Get the list of applicationContext XML files used to instantiate the beans in the Spring container.
 

Method Detail

getRootApplicationContextConfigLocations

String[] getRootApplicationContextConfigLocations()
Get the list of applicationContext XML files used to instantiate the beans in the Spring container.

Returns:
String[] such that each string in the array defines the location of an applicationContext XML configuration file used by the Spring container

getDispatcherServletContextConfigLocations

String[] getDispatcherServletContextConfigLocations()
Get the list of XML files used to instantiate the beans within the DispatcherServlet context.

Returns:
String[] such that each string in the array defines the location of an XML configuration file used by the DispatcherServlet context


Copyright © 2012. All Rights Reserved.