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

Fields inherited from class org.apache.struts.taglib.BaseAttributeTag
name, scope
 
Constructor Summary
IfAttributeMissingTag()
           
 
Method Summary
 int doStartTag()
          Conditionally evaluate the body content of this tag.
 
Methods inherited from class org.apache.struts.taglib.BaseAttributeTag
getName, getScope, getScopeId, release, setName, setScope
 

Constructor Detail

IfAttributeMissingTag

public IfAttributeMissingTag()
Method Detail

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