info.magnolia.init.properties
Class ServletContextPropertySource

java.lang.Object
  extended by info.magnolia.init.properties.AbstractPropertySource
      extended by info.magnolia.init.properties.AbstractStreamBasedPropertySource
          extended by info.magnolia.init.properties.ServletContextPropertySource
All Implemented Interfaces:
PropertySource

public class ServletContextPropertySource
extends AbstractStreamBasedPropertySource

Simple PropertySource wrapping Properties loaded with the ServletContext from a given path.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph

Nested Class Summary
 
Nested classes/interfaces inherited from class info.magnolia.init.properties.AbstractStreamBasedPropertySource
AbstractStreamBasedPropertySource.ConstructingProperties
 
Constructor Summary
ServletContextPropertySource(javax.servlet.ServletContext ctx, String path)
           
 
Method Summary
 
Methods inherited from class info.magnolia.init.properties.AbstractStreamBasedPropertySource
describe
 
Methods inherited from class info.magnolia.init.properties.AbstractPropertySource
getBooleanProperty, getKeys, getProperties, getProperty, hasProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletContextPropertySource

public ServletContextPropertySource(javax.servlet.ServletContext ctx,
                                    String path)
                             throws IOException
Throws:
IOException


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.