com.mockrunner.tag
Class AbstractDynamicChild

java.lang.Object
  extended by com.mockrunner.tag.AbstractDynamicChild
All Implemented Interfaces:
DynamicChild

public abstract class AbstractDynamicChild
extends java.lang.Object
implements DynamicChild

Simple base class for implementations of DynamicChild.


Constructor Summary
AbstractDynamicChild(WebMockObjectFactory factory)
           
 
Method Summary
 WebMockObjectFactory getWebMockObjectFactory()
          Get the WebMockObjectFactory passed in the constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mockrunner.tag.DynamicChild
evaluate
 

Constructor Detail

AbstractDynamicChild

public AbstractDynamicChild(WebMockObjectFactory factory)
Method Detail

getWebMockObjectFactory

public WebMockObjectFactory getWebMockObjectFactory()
Get the WebMockObjectFactory passed in the constructor.

Returns:
the WebMockObjectFactory