org.openxri.config.impl
Class AbstractComponent

java.lang.Object
  extended by org.openxri.config.impl.AbstractComponent
All Implemented Interfaces:
java.io.Serializable, Component
Direct Known Subclasses:
AbstractServer, AbstractStore, NullPlugin, NullServer, NullStore, NullURIMapper, QueryURIMapper, RedirectPlugin, RegexURIMapper, SampleDataPlugin

public abstract class AbstractComponent
extends java.lang.Object
implements Component

See Also:
Serialized Form

Field Summary
protected  java.util.Properties properties
           
 
Constructor Summary
AbstractComponent(java.util.Properties properties)
           
 
Method Summary
 java.util.Properties getProperties()
          Returns the Properties object that was used to initialize the component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openxri.config.Component
init
 

Field Detail

properties

protected java.util.Properties properties
Constructor Detail

AbstractComponent

public AbstractComponent(java.util.Properties properties)
Method Detail

getProperties

public java.util.Properties getProperties()
Description copied from interface: Component
Returns the Properties object that was used to initialize the component.

Specified by:
getProperties in interface Component
Returns:
The stage's properties.


Copyright © 2005-2012. All Rights Reserved.