1.0 1.1 page http://jakarta.apache.org/taglibs/page The PAGE custom tag library contains tags which can be used to access all the information about the PageContext for a JSP page. attribute org.apache.taglibs.page.AttributeTag empty Get the value of a single page attribute. name true false attributes org.apache.taglibs.page.AttributesTag org.apache.taglibs.page.AttributesTEI JSP Loop through all page attributes. id true false equalsattribute org.apache.taglibs.page.EqualsAttributeTag JSP Includes the body of the tag if the page attribute is equal to the value of the "match" attribute. name true false value false false match true true ignorecase false false existsattribute org.apache.taglibs.page.ExistsAttributeTag JSP Includes the body of the tag if the page attribute exists. name true false value false false setattribute org.apache.taglibs.page.SetAttributeTag JSP Sets the value of a page attribute to the content in the body of the tag. name true false removeattribute org.apache.taglibs.page.RemoveAttributeTag empty Removes an attribute from the PageContext. name true false