org.apache.struts.taglib.nested.logic
public class NestedNotEmptyTag extends NotEmptyTag implements NestedNameSupport
Since: Struts 1.1
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
| Field Summary | |
|---|---|
| String | originalName |
| String | originalProperty |
| Method Summary | |
|---|---|
| int | doEndTag()
Complete the processing of the tag. |
| int | doStartTag()
Overriding method of the heart of the matter. |
| void | release()
Release the tag's resources and reset the values. |
Returns: int to describe the next step for the JSP processor
Throws: JspException for the bad things JSP's do
Returns: int JSP continuation directive. This is in the hands of the super class.