Uses of Interface
com.mockrunner.tag.DynamicChild

Packages that use DynamicChild
com.mockrunner.mock.web   
com.mockrunner.tag   
 

Uses of DynamicChild in com.mockrunner.mock.web
 

Methods in com.mockrunner.mock.web with parameters of type DynamicChild
 void MockJspFragment.addDynamicChild(DynamicChild child)
          Adds a dynamic child simulating scriptlets and EL expressions.
 

Uses of DynamicChild in com.mockrunner.tag
 

Classes in com.mockrunner.tag that implement DynamicChild
 class AbstractDynamicChild
          Simple base class for implementations of DynamicChild.
 

Methods in com.mockrunner.tag with parameters of type DynamicChild
 void NestedBodyTag.addDynamicChild(DynamicChild child)
          Implementation of NestedTag.addDynamicChild(com.mockrunner.tag.DynamicChild).
 void NestedSimpleTag.addDynamicChild(DynamicChild child)
          Implementation of NestedTag.addDynamicChild(com.mockrunner.tag.DynamicChild).
 void NestedStandardTag.addDynamicChild(DynamicChild child)
          Implementation of NestedTag.addDynamicChild(com.mockrunner.tag.DynamicChild).
 void NestedTag.addDynamicChild(DynamicChild child)
          Adds a dynamic child simulating scriptlets and EL expressions.