| java.lang.Object javax.servlet.jsp.tagext.TagSupport com.mockrunner.tag.NestedStandardTag
NestedStandardTag | public NestedStandardTag(Tag tag, PageContext pageContext)(Code) | | Constructor for a tag with an empty attribute map.
If the specified tag is not an instance of TagSupport ,
the methods that delegate to TagSupport specific methods
throw an exception.
Parameters: tag - the tag Parameters: pageContext - the corresponding PageContext |
NestedStandardTag | public NestedStandardTag(Tag tag, PageContext pageContext, Map attributes)(Code) | | Constructor for a tag with the specified attribute map.
If the specified tag is not an instance of TagSupport ,
the methods that delegate to TagSupport specific methods
throw an exception.
Parameters: tag - the tag Parameters: pageContext - the corresponding PageContext Parameters: attributes - the attribute map |
NestedStandardTag | public NestedStandardTag(TagSupport tag, PageContext pageContext)(Code) | | Constructor for a tag with an empty attribute map.
Parameters: tag - the tag Parameters: pageContext - the corresponding PageContext |
NestedStandardTag | public NestedStandardTag(TagSupport tag, PageContext pageContext, Map attributes)(Code) | | Constructor for a tag with the specified attribute map.
Parameters: tag - the tag Parameters: pageContext - the corresponding PageContext Parameters: attributes - the attribute map |
doAfterBody | public int doAfterBody() throws JspException(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of IterationTag |
getId | public String getId()(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of TagSupport |
getParent | public Tag getParent()(Code) | | Delegates to wrapped tag.
|
getTag | public TagSupport getTag()(Code) | | RuntimeException , if the wrapped tagis not an instance of TagSupport |
getValue | public Object getValue(String key)(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of TagSupport |
getValues | public Enumeration getValues()(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of TagSupport |
populateAttributes | public void populateAttributes()(Code) | | |
release | public void release()(Code) | | Delegates to wrapped tag.
|
removeChilds | public void removeChilds()(Code) | | |
removeValue | public void removeValue(String value)(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of TagSupport |
setDoRelease | public void setDoRelease(boolean doRelease)(Code) | | |
setDoReleaseRecursive | public void setDoReleaseRecursive(boolean doRelease)(Code) | | |
setId | public void setId(String id)(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of TagSupport |
setPageContext | public void setPageContext(PageContext pageContext)(Code) | | Delegates to wrapped tag. Also calls setPageContext
for all child tags.
|
setParent | public void setParent(Tag parent)(Code) | | Delegates to wrapped tag.
|
toString | public String toString()(Code) | | Dumps the content of this and the nested tags.
|
|
|