| java.lang.Object javax.servlet.jsp.tagext.SimpleTagSupport com.mockrunner.tag.NestedSimpleTag
NestedSimpleTag | public NestedSimpleTag(SimpleTag tag, JspContext jspContext)(Code) | | Constructor for a tag with an empty attribute map.
Parameters: tag - the tag Parameters: jspContext - the corresponding JspContext |
NestedSimpleTag | public NestedSimpleTag(SimpleTag tag, JspContext jspContext, Map attributes)(Code) | | Constructor for a tag with the specified attribute map.
Parameters: tag - the tag Parameters: jspContext - the corresponding JspContext Parameters: attributes - the attribute map |
NestedSimpleTag | public NestedSimpleTag(SimpleTagSupport tag, JspContext jspContext)(Code) | | Constructor for a tag with an empty attribute map.
Parameters: tag - the tag Parameters: jspContext - the corresponding JspContext |
NestedSimpleTag | public NestedSimpleTag(SimpleTagSupport tag, JspContext jspContext, Map attributes)(Code) | | Constructor for a tag with the specified attribute map.
Parameters: tag - the tag Parameters: jspContext - the corresponding JspContext Parameters: attributes - the attribute map |
getJspBody | public JspFragment getJspBody()(Code) | | Returns the body fragment.
the body fragment |
getJspContext | public JspContext getJspContext()(Code) | | Returns the JspContext .
the JspContext |
getParent | public JspTag getParent()(Code) | | Delegates to wrapped tag.
|
getTag | public TagSupport getTag()(Code) | | Implementation of
NestedTag.getTag .
Should not be called and throws a RuntimeException ,
because a simple tag is not an instance of TagSupport .
|
populateAttributes | public void populateAttributes()(Code) | | |
removeChilds | public void removeChilds()(Code) | | |
setJspBody | public void setJspBody(JspFragment jspBody)(Code) | | Delegates to wrapped tag.
|
setParent | public void setParent(JspTag parent)(Code) | | Delegates to wrapped tag.
|
toString | public String toString()(Code) | | Dumps the content of this and the nested tags.
|
|
|