org.nakedobjects.webapp
Class ConfigurationBuilderServletContext

java.lang.Object
  extended by org.nakedobjects.metamodel.config.ConfigurationBuilderAbstract
      extended by org.nakedobjects.webapp.ConfigurationBuilderServletContext
All Implemented Interfaces:
Injectable, ConfigurationBuilder

public class ConfigurationBuilderServletContext
extends ConfigurationBuilderAbstract

Convenience implementation of ConfigurationBuilder that loads configuration resource from a specified directory on the filesystem.

See Also:
ResourceStreamSourceFileSystem

Constructor Summary
ConfigurationBuilderServletContext(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 
Methods inherited from class org.nakedobjects.metamodel.config.ConfigurationBuilderAbstract
add, add, addConfigurationResource, addDefaultConfigurationResources, addProperties, getConfiguration, getResourceStreamSource, injectInto, loadConfigurationResource, setIncludeSystemProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationBuilderServletContext

public ConfigurationBuilderServletContext(javax.servlet.ServletContext servletContext)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.