org.apache.struts.taglib
Class IfAttributeMissingTag
org.apache.struts.taglib.BaseAttributeTag
|
+--org.apache.struts.taglib.IfAttributeMissingTag
- public class IfAttributeMissingTag
- extends BaseAttributeTag
Conditionally include the body of this tag if the specified attribute
does not exist in the specified scope.
- Version:
- $Revision: 1.2 $ $Date: 2000/08/01 20:03:33 $
- Author:
- Arun M. Thomas
Method Summary |
int |
doStartTag()
Conditionally evaluate the body content of this tag. |
IfAttributeMissingTag
public IfAttributeMissingTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Conditionally evaluate the body content of this tag.
- Throws:
JspException
- if a JSP exception has occurred
Copyright © 2000-2002 - Apache Software Foundation