A D E G O R S

A

AttributeTag - class org.apache.taglibs.page.AttributeTag.
JSP Tag attribute, used to output the value for a single PageContext attribute named with name.
AttributeTag() - Constructor for class org.apache.taglibs.page.AttributeTag
 
AttributesTEI - class org.apache.taglibs.page.AttributesTEI.
TagExtraInfo for attributes tag, allows use of standard JSP 1.2 <jsp:getProperty/> with the attributes tag script variable id.
AttributesTEI() - Constructor for class org.apache.taglibs.page.AttributesTEI
 
AttributesTag - class org.apache.taglibs.page.AttributesTag.
JSP Tag attributes, used to get PageContext attribute information using the standard JSP 1.2 <jsp:getProperty> tag.
AttributesTag() - Constructor for class org.apache.taglibs.page.AttributesTag
 

D

doAfterBody() - Method in class org.apache.taglibs.page.AttributesTag
Method called at end of each attributes tag.
doAfterBody() - Method in class org.apache.taglibs.page.SetAttributeTag
Read the body of the setAttribute tag to obtain the attribute value, then set the attribute with name to that value.
doEndTag() - Method in class org.apache.taglibs.page.AttributeTag
Method called at end of Tag to output attribute value
doEndTag() - Method in class org.apache.taglibs.page.AttributesTag
Method called at end of Tag
doStartTag() - Method in class org.apache.taglibs.page.AttributesTag
Loops through all the attributes that came with the PageContext.
doStartTag() - Method in class org.apache.taglibs.page.EqualsAttributeTag
Includes the body of the tag if the page attribute equals the value set in the 'match' attribute.
doStartTag() - Method in class org.apache.taglibs.page.ExistsAttributeTag
Includes the body of the tag if the page attribute exists.
doStartTag() - Method in class org.apache.taglibs.page.RemoveAttributeTag
Removes an attribute from a page.
doStartTag() - Method in class org.apache.taglibs.page.SetAttributeTag
Returns EVAL_BODY_TAG so the body of the tag can be evaluated.

E

EqualsAttributeTag - class org.apache.taglibs.page.EqualsAttributeTag.
JSP Tag equalsAttribute, used to determine if a PageContext attribute equals the value of the "match" tag attribute.
EqualsAttributeTag() - Constructor for class org.apache.taglibs.page.EqualsAttributeTag
 
ExistsAttributeTag - class org.apache.taglibs.page.ExistsAttributeTag.
JSP Tag existsAttribute, used to determine if a PageContext attribute exists.
ExistsAttributeTag() - Constructor for class org.apache.taglibs.page.ExistsAttributeTag
 

G

getName() - Method in class org.apache.taglibs.page.AttributesTag
Returns the name of the attribute.
getValue() - Method in class org.apache.taglibs.page.AttributesTag
Returns the value of the attribute.
getVariableInfo(TagData) - Method in class org.apache.taglibs.page.AttributesTEI
 

O

org.apache.taglibs.page - package org.apache.taglibs.page
 

R

RemoveAttributeTag - class org.apache.taglibs.page.RemoveAttributeTag.
JSP Tag removeAttribute, used to remove a PageContext attribute with name name.
RemoveAttributeTag() - Constructor for class org.apache.taglibs.page.RemoveAttributeTag
 

S

SetAttributeTag - class org.apache.taglibs.page.SetAttributeTag.
JSP Tag setAttribute, used to set a PageContext attribute with name name to a String from the body of the tag.
SetAttributeTag() - Constructor for class org.apache.taglibs.page.SetAttributeTag
 
setIgnoreCase(boolean) - Method in class org.apache.taglibs.page.EqualsAttributeTag
If ignoreCase is set to true, then the comparison between the "match" attribute and the page attribute will not be case sensitive
setMatch(String) - Method in class org.apache.taglibs.page.EqualsAttributeTag
Set the String that will be compared to the page attribute.
setName(String) - Method in class org.apache.taglibs.page.AttributeTag
Set the required tag attribute name.
setName(String) - Method in class org.apache.taglibs.page.EqualsAttributeTag
Set the required tag attribute name.
setName(String) - Method in class org.apache.taglibs.page.ExistsAttributeTag
Set the required tag attribute name.
setName(String) - Method in class org.apache.taglibs.page.RemoveAttributeTag
Set the required tag attribute name.
setName(String) - Method in class org.apache.taglibs.page.SetAttributeTag
Set the required tag attribute name.
setValue(boolean) - Method in class org.apache.taglibs.page.EqualsAttributeTag
Set the optional tag attribute value to true or false.
setValue(boolean) - Method in class org.apache.taglibs.page.ExistsAttributeTag
Set the optional tag attribute value to true or false.

A D E G O R S

Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.