com.mockrunner.tag
Class AbstractRuntimeAttribute

java.lang.Object
  extended by com.mockrunner.tag.AbstractRuntimeAttribute
All Implemented Interfaces:
RuntimeAttribute

public abstract class AbstractRuntimeAttribute
extends java.lang.Object
implements RuntimeAttribute

Simple base class for implementations of RuntimeAttribute.


Constructor Summary
AbstractRuntimeAttribute(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.RuntimeAttribute
evaluate
 

Constructor Detail

AbstractRuntimeAttribute

public AbstractRuntimeAttribute(WebMockObjectFactory factory)
Method Detail

getWebMockObjectFactory

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

Returns:
the WebMockObjectFactory