Uses of Package
com.aoapps.servlet.attribute
Packages that use com.aoapps.servlet.attribute
Package
Description
Utilities for working with various attribute scopes.
-
Classes in com.aoapps.servlet.attribute used by com.aoapps.servlet.attributeClassDescriptionAn attribute has scope, context, and name and is used for value access.A JSTL attribute name without any specific scope or context.A name without any specific scope or context.A specifically resolved context, such as
JspContext
,ServletRequest
,HttpSession
, andServletContext
.AttributeEE
: Has application scope and context, still needs name.AttributeEE
: Has page scope and context, still needs name.AttributeEE
: Has request scope and context, still needs name.AttributeEE
: Has session scope and context, still needs name.The most broad concept is scope, including page, request, session, and application.AttributeEE
: Has application scope, still needs context and name.AttributeEE
: Has application scope and name, still needs context.AttributeEE
: Has scope and name, still needs context.AttributeEE
: Has page scope, still needs context and name.AttributeEE
: Has page scope and name, still needs context.AttributeEE
: Has request scope, still needs context and name.AttributeEE
: Has request scope and name, still needs context.AttributeEE
: Has session scope, still needs context and name.AttributeEE
: Has session scope and name, still needs context. -
Classes in com.aoapps.servlet.attribute used by com.aoapps.servlet.http