|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestedTag | |
---|---|
com.mockrunner.mock.web | |
com.mockrunner.tag |
Uses of NestedTag in com.mockrunner.mock.web |
---|
Methods in com.mockrunner.mock.web that return NestedTag | |
---|---|
NestedTag |
MockJspFragment.addTagChild(java.lang.Class tag)
Adds a tag child simulating nested tags. |
NestedTag |
MockJspFragment.addTagChild(java.lang.Class tag,
java.util.Map attributeMap)
Adds a tag child simulating nested tags. |
NestedTag |
MockJspFragment.addTagChild(javax.servlet.jsp.tagext.JspTag tag)
Adds a tag child simulating nested tags. |
NestedTag |
MockJspFragment.addTagChild(javax.servlet.jsp.tagext.JspTag tag,
java.util.Map attributeMap)
Adds a tag child simulating nested tags. |
Uses of NestedTag in com.mockrunner.tag |
---|
Classes in com.mockrunner.tag that implement NestedTag | |
---|---|
class |
NestedBodyTag
Implementation of NestedTag wrapping tags of
type BodyTag . |
class |
NestedSimpleTag
Implementation of NestedTag wrapping tags of
type SimpleTag . |
class |
NestedStandardTag
Implementation of NestedTag wrapping tags of
type Tag . |
Methods in com.mockrunner.tag that return NestedTag | |
---|---|
NestedTag |
NestedBodyTag.addTagChild(java.lang.Class tag)
|
NestedTag |
NestedSimpleTag.addTagChild(java.lang.Class tag)
|
NestedTag |
NestedStandardTag.addTagChild(java.lang.Class tag)
|
NestedTag |
NestedTag.addTagChild(java.lang.Class tag)
Adds a tag child simulating nested tags. |
NestedTag |
NestedBodyTag.addTagChild(java.lang.Class tag,
java.util.Map attributeMap)
|
NestedTag |
NestedSimpleTag.addTagChild(java.lang.Class tag,
java.util.Map attributeMap)
|
NestedTag |
NestedStandardTag.addTagChild(java.lang.Class tag,
java.util.Map attributeMap)
|
NestedTag |
NestedTag.addTagChild(java.lang.Class tag,
java.util.Map attributeMap)
Adds a tag child simulating nested tags. |
NestedTag |
NestedBodyTag.addTagChild(javax.servlet.jsp.tagext.JspTag tag)
|
NestedTag |
NestedSimpleTag.addTagChild(javax.servlet.jsp.tagext.JspTag tag)
|
NestedTag |
NestedStandardTag.addTagChild(javax.servlet.jsp.tagext.JspTag tag)
|
NestedTag |
NestedTag.addTagChild(javax.servlet.jsp.tagext.JspTag tag)
Adds a tag child simulating nested tags. |
NestedTag |
NestedBodyTag.addTagChild(javax.servlet.jsp.tagext.JspTag tag,
java.util.Map attributeMap)
|
NestedTag |
NestedSimpleTag.addTagChild(javax.servlet.jsp.tagext.JspTag tag,
java.util.Map attributeMap)
|
NestedTag |
NestedStandardTag.addTagChild(javax.servlet.jsp.tagext.JspTag tag,
java.util.Map attributeMap)
|
NestedTag |
NestedTag.addTagChild(javax.servlet.jsp.tagext.JspTag tag,
java.util.Map attributeMap)
Adds a tag child simulating nested tags. |
NestedTag |
NestedBodyTag.addTagChild(javax.servlet.jsp.tagext.TagSupport tag)
|
NestedTag |
NestedSimpleTag.addTagChild(javax.servlet.jsp.tagext.TagSupport tag)
|
NestedTag |
NestedStandardTag.addTagChild(javax.servlet.jsp.tagext.TagSupport tag)
|
NestedTag |
NestedTag.addTagChild(javax.servlet.jsp.tagext.TagSupport tag)
Adds a tag child simulating nested tags. |
NestedTag |
NestedBodyTag.addTagChild(javax.servlet.jsp.tagext.TagSupport tag,
java.util.Map attributeMap)
|
NestedTag |
NestedSimpleTag.addTagChild(javax.servlet.jsp.tagext.TagSupport tag,
java.util.Map attributeMap)
|
NestedTag |
NestedStandardTag.addTagChild(javax.servlet.jsp.tagext.TagSupport tag,
java.util.Map attributeMap)
|
NestedTag |
NestedTag.addTagChild(javax.servlet.jsp.tagext.TagSupport tag,
java.util.Map attributeMap)
Adds a tag child simulating nested tags. |
protected NestedTag |
BasicTagTestCaseAdapter.createNestedTag(java.lang.Class tagClass)
Delegates to TagTestModule.createNestedTag(Class) |
protected NestedTag |
TagTestCaseAdapter.createNestedTag(java.lang.Class tagClass)
Delegates to TagTestModule.createNestedTag(Class) |
NestedTag |
TagTestModule.createNestedTag(java.lang.Class tagClass)
Creates a NestedTag and returns it. |
protected NestedTag |
BasicTagTestCaseAdapter.createNestedTag(java.lang.Class tagClass,
java.util.Map attributes)
Delegates to TagTestModule.createNestedTag(Class, Map) |
protected NestedTag |
TagTestCaseAdapter.createNestedTag(java.lang.Class tagClass,
java.util.Map attributes)
Delegates to TagTestModule.createNestedTag(Class, Map) |
NestedTag |
TagTestModule.createNestedTag(java.lang.Class tagClass,
java.util.Map attributes)
Creates a NestedTag and returns it. |
protected NestedTag |
BasicTagTestCaseAdapter.getNestedTag()
Delegates to TagTestModule.getNestedTag() |
protected NestedTag |
TagTestCaseAdapter.getNestedTag()
Delegates to TagTestModule.getNestedTag() |
NestedTag |
TagTestModule.getNestedTag()
Returns the current nested tag. |
protected NestedTag |
BasicTagTestCaseAdapter.setTag(javax.servlet.jsp.tagext.JspTag tag)
Delegates to TagTestModule.setTag(JspTag) |
protected NestedTag |
TagTestCaseAdapter.setTag(javax.servlet.jsp.tagext.JspTag tag)
Delegates to TagTestModule.setTag(JspTag) |
NestedTag |
TagTestModule.setTag(javax.servlet.jsp.tagext.JspTag tag)
Creates a NestedTag and returns it. |
protected NestedTag |
BasicTagTestCaseAdapter.setTag(javax.servlet.jsp.tagext.JspTag tag,
java.util.Map attributes)
Delegates to TagTestModule.setTag(JspTag, Map) |
protected NestedTag |
TagTestCaseAdapter.setTag(javax.servlet.jsp.tagext.JspTag tag,
java.util.Map attributes)
Delegates to TagTestModule.setTag(JspTag, Map) |
NestedTag |
TagTestModule.setTag(javax.servlet.jsp.tagext.JspTag tag,
java.util.Map attributes)
Creates a NestedTag and returns it. |
protected NestedTag |
BasicTagTestCaseAdapter.setTag(javax.servlet.jsp.tagext.TagSupport tag)
Delegates to TagTestModule.setTag(TagSupport) |
protected NestedTag |
TagTestCaseAdapter.setTag(javax.servlet.jsp.tagext.TagSupport tag)
Delegates to TagTestModule.setTag(TagSupport) |
NestedTag |
TagTestModule.setTag(javax.servlet.jsp.tagext.TagSupport tag)
Creates a NestedTag and returns it. |
protected NestedTag |
BasicTagTestCaseAdapter.setTag(javax.servlet.jsp.tagext.TagSupport tag,
java.util.Map attributes)
Delegates to TagTestModule.setTag(TagSupport, Map) |
protected NestedTag |
TagTestCaseAdapter.setTag(javax.servlet.jsp.tagext.TagSupport tag,
java.util.Map attributes)
Delegates to TagTestModule.setTag(TagSupport, Map) |
NestedTag |
TagTestModule.setTag(javax.servlet.jsp.tagext.TagSupport tag,
java.util.Map attributes)
Creates a NestedTag and returns it. |
Methods in com.mockrunner.tag with parameters of type NestedTag | |
---|---|
static java.lang.String |
TagUtil.dumpTag(NestedTag tag,
java.lang.StringBuffer buffer,
int level)
Helper method to dump tags incl. child tags. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |