Class Summary |
AttributesTag |
JSP Tag attributes, used to get HttpServletRequest attribute
information using the standard JSP <jsp:getProperty> tag. |
AttributesTEI |
TagExtraInfo for attributes tag, allows use of standard
<jsp:getProperty/> with the attributes tag script
variable id. |
AttributeTag |
JSP Tag attribute, used to output the value for a single
HttpServletRequest attribute named with name. |
CookiesTag |
JSP Tag cookies, used to get HttpServletRequest cookie information
using the standard JSP <jsp:getProperty> tag. |
CookiesTEI |
TagExtraInfo for cookies tag, allows use of standard
<jsp:getProperty/> with the cookies tag script
variable id. |
CookieTag |
JSP Tag cookie, used to output the value of a single
HttpServletRequest cookie with name name. |
EqualsAttributeTag |
JSP Tag equalsAttribute, used to determine if a Request
attribute equals the value of the "match" tag attribute. |
EqualsCookieTag |
JSP Tag equalsCookie, used to determine if a Request
cookie equals the value of the "match" tag attribute. |
EqualsHeaderTag |
JSP Tag equalsHeader, used to determine if a Request
header equals the value of the "match" tag attribute. |
EqualsParameterTag |
JSP Tag equalsParameter, used to determine if a Request
parameter equals the value of the "match" tag attribute. |
ExistsAttributeTag |
JSP Tag existsattribute, used to determine if an HttpServletRequest
attribute exists. |
ExistsCookieTag |
JSP Tag existsCookie, used to determine if an HttpServletRequest
cookie exists. |
ExistsHeaderTag |
JSP Tag existsHeader, used to determine if an HttpServletRequest
header exists. |
ExistsParameterTag |
JSP Tag existsParameter, used to determine if an HttpServletRequest
parameter exists. |
ExistsQueryStringTag |
JSP Tag existsquerystring, used to determine if an HttpServletRequest
querystring parameter exists. |
HeadersTag |
JSP Tag headers, used to get HttpServletRequest header information
using the standard JSP <jsp:getProperty> tag. |
HeadersTEI |
TagExtraInfo for headers tag, allows use of standard
<jsp:getProperty/> with the headers tag script
variable id. |
HeaderTag |
JSP Tag header, used to output the value of an
HttpServletRequest header with name name. |
HeaderValuesTag |
JSP Tag headerValuess, used to get HTTP header values for
headers which can have multiple values such as Language
using the standard JSP <jsp:getProperty> tag. |
HeaderValuesTEI |
TagExtraInfo for headervalues tag, allows use of standard
<jsp:getProperty/> with the headervalues tag script
variable id. |
IsSecureTag |
JSP Tag issecure, used to determine if HttpServletRequest
is secure (using HTTPS). |
IsSessionFromCookieTag |
JSP Tag issessionfromcookie, used to determine if HttpServletRequest
session was from a cookie. |
IsSessionFromURLTag |
JSP Tag issessionfromurl, used to determine if HttpServletRequest
session is from URL encoding. |
IsSessionValidTag |
JSP Tag issessionvalid, used to determine if HttpServletRequest
session is valid. |
IsUserInRoleTag |
JSP Tag isuserinrole, used to determine if HttpServletRequest
is for an authenticated user in a role. |
LogTag |
JSP Tag log, used to log the content of the log
tag body to the servlet context log. |
ParametersTag |
JSP Tag parameters, used to get HttpServletRequest parameter information
using the standard JSP <jsp:getProperty> tag. |
ParametersTEI |
TagExtraInfo for parameters tag, allows use of standard
<jsp:getProperty/> with the parameters tag script
variable id. |
ParameterTag |
JSP Tag parameter, used to output the value for a single
HttpServletRequest parameter named with name. |
ParameterValuesTag |
JSP Tag parameterValues, used to get HTTP parameter values for
parameters which have multiple values
using the standard JSP <jsp:getProperty> tag. |
ParameterValuesTEI |
TagExtraInfo for parametervalues tag, allows use of standard
<jsp:getProperty/> with the parametervalues tag script
variable id. |
QueryStringsTag |
JSP Tag querystrings, used to get HttpServletRequest querystring
parameters using the standard JSP <jsp:getProperty> tag. |
QueryStringsTEI |
|
QueryStringTag |
JSP Tag querystring, used to output the value for a single
HttpServletRequest querystring parameter named with name. |
RemoveAttributeTag |
JSP Tag removeattribute, used to remove an HttpServletRequest
attribute with name name. |
RequestData |
Stores the scripting variable data provided by the JSP Tag
request, used to access HttpServletRequest information using
the standard JSP <jsp:getProperty> tag. |
RequestTag |
JSP Tag request, used to get HttpServletRequest information
using the standard JSP <jsp:getProperty> tag. |
RequestTEI |
TagExtraInfo for request tag, allows use of standard
<jsp:getProperty/> with the request tag script
variable id. |
SetAttributeTag |
JSP Tag setattribute, used to set an HttpServletRequest
attribute with name name to a String from the body of the tag. |