| java.lang.Object javax.servlet.jsp.tagext.TagSupport javax.servlet.jsp.tagext.BodyTagSupport com.mockrunner.tag.NestedBodyTag
NestedBodyTag | public NestedBodyTag(BodyTag tag, PageContext pageContext)(Code) | | Constructor for a tag with an empty attribute map.
If the specified tag is not an instance of BodyTagSupport ,
the methods that delegate to BodyTagSupport specific methods
throw an exception.
Parameters: tag - the tag Parameters: pageContext - the corresponding PageContext |
NestedBodyTag | public NestedBodyTag(BodyTag tag, PageContext pageContext, Map attributes)(Code) | | Constructor for a tag with the specified attribute map.
If the specified tag is not an instance of BodyTagSupport ,
the methods that delegate to BodyTagSupport specific methods
throw an exception.
Parameters: tag - the tag Parameters: pageContext - the corresponding PageContext Parameters: attributes - the attribute map |
NestedBodyTag | public NestedBodyTag(BodyTagSupport tag, PageContext pageContext)(Code) | | Constructor for a tag with an empty attribute map.
Parameters: tag - the tag Parameters: pageContext - the corresponding PageContext |
NestedBodyTag | public NestedBodyTag(BodyTagSupport 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 |
getBodyContent | public BodyContent getBodyContent()(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of BodyTagSupport |
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.
|
getPreviousOut | public JspWriter getPreviousOut()(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of BodyTagSupport |
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 |
setBodyContent | public void setBodyContent(BodyContent content)(Code) | | Delegates to wrapped tag.
|
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.
|
setValue | public void setValue(String key, Object value)(Code) | | Delegates to wrapped tag.
RuntimeException , if the wrapped tagis not an instance of TagSupport |
toString | public String toString()(Code) | | Dumps the content of this and the nested tags.
|
|
|