com.mockrunner.tag
Interface RuntimeAttribute

All Known Implementing Classes:
AbstractRuntimeAttribute

public interface RuntimeAttribute

Implementations of this interface can be used to simulate scriptlets and EL expressions as tag attributes. You can add it to the paramater map of any NestedTag instance.


Method Summary
 java.lang.Object evaluate()
           
 

Method Detail

evaluate

java.lang.Object evaluate()