java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.scopemvc.view.servlet.jsp.PropertyTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class PropertyTag
- extends javax.servlet.jsp.tagext.TagSupport
JSP tag to fetch a named property from the JSPView's bound model.
- Version:
- $Revision: 1.4 $ $Date: 2002/01/26 09:46:20 $
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.commons.logging.Log LOG
name
private java.lang.String name
PropertyTag
public PropertyTag()
setName
public void setName(java.lang.String inName)
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the end tag returning EVAL_PAGE.