com.cometway.props
Class AbstractPropsContainer

java.lang.Object
  extended by com.cometway.props.AbstractPropsContainer
All Implemented Interfaces:
IPropsContainer
Direct Known Subclasses:
CookiePropsContainer, PropsContainer, ReflectionPropsContainer, VectorPropsContainer

public abstract class AbstractPropsContainer
extends java.lang.Object
implements IPropsContainer

This is an abstract implementation of IPropsContainer which represents base-level IPropsContainer functionality.


Constructor Summary
AbstractPropsContainer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.cometway.props.IPropsContainer
copy, enumerateProps, getProperty, removeProperty, setProperty
 

Constructor Detail

AbstractPropsContainer

public AbstractPropsContainer()