Package org.apache.taglibs.application

Class Summary
AttributesTag JSP Tag attributes, used to get ServletContext attribute information using the standard JSP 1.2 <jsp:getProperty> tag.
AttributesTEI TagExtraInfo for attributes tag, allows use of standard JSP 1.2 <jsp:getProperty/> with the attributes tag script variable id.
AttributeTag JSP Tag attribute, used to output the value for a single ServletContext attribute named with name.
EqualsAttributeTag JSP Tag equalsAttribute, used to determine if a ServletContext attribute equals the value of the "match" tag attribute.
EqualsInitParameterTag JSP Tag equalsInitParameter, used to determine if an init parameter equals the value of the "match" tag attribute.
ExistsAttributeTag JSP Tag existsAttribute, used to determine if a ServletContext attribute exists.
ExistsInitParameterTag JSP Tag existsattribute, used to determine if an init parameter exists.
InitParametersTag JSP Tag initParameters, used to get init parameters information using the standard JSP 1.2 <jsp:getProperty> tag.
InitParametersTEI TagExtraInfo for initparameters tag, allows use of standard JSP 1.2 <jsp:getProperty/> with the initparameters tag script variable id.
InitParameterTag JSP Tag initParameter, used to output the value for a single init parameter named with name.
RemoveAttributeTag JSP Tag removeAttribute, used to remove a ServletContext attribute with name name.
SetAttributeTag JSP Tag setAttribute, used to set a ServletContext attribute with name name to a String from the body of the tag.
 



Copyright ? 2000 Apache Software Foundation. All Rights Reserved.