1.0 1.1 application http://jakarta.apache.org/taglibs/application The APPLICATION custom tag library contains tags which can be used to access information contained in the ServletContext for a web application. initparameter org.apache.taglibs.application.InitParameterTag empty Get the value of a single init parameter. name true false initparameters org.apache.taglibs.application.InitParametersTag org.apache.taglibs.application.InitParametersTEI JSP Loop through all init parameters. id true false equalsinitparameter org.apache.taglibs.application.EqualsInitParameterTag JSP Includes the body of the tag if the init parameter is equal to the value of the "match" attribute. name true false value false false match true true ignorecase false false existsinitparameter org.apache.taglibs.application.ExistsInitParameterTag JSP Includes the body of the tag if the init parameter exists. name true false value false false attribute org.apache.taglibs.application.AttributeTag empty Get the value of a single application attribute. name true false attributes org.apache.taglibs.application.AttributesTag org.apache.taglibs.application.AttributesTEI JSP Loop through all application attributes. id true false equalsattribute org.apache.taglibs.application.EqualsAttributeTag JSP Includes the body of the tag if the application 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.application.ExistsAttributeTag JSP Includes the body of the tag if the application attribute exists. name true false value false false setattribute org.apache.taglibs.application.SetAttributeTag JSP Sets the value of an application attribute to the content in the body of the tag. name true false removeattribute org.apache.taglibs.application.RemoveAttributeTag empty Removes an attribute from the application. name true false