Uses of Class
com.aoapps.servlet.attribute.ScopeEE.Page.Attribute
Packages that use ScopeEE.Page.Attribute
Package
Description
Utilities for working with various attribute scopes.
-
Uses of ScopeEE.Page.Attribute in com.aoapps.servlet.attribute
Fields in com.aoapps.servlet.attribute declared as ScopeEE.Page.AttributeModifier and TypeFieldDescriptionstatic final ScopeEE.Page.Attribute
<ServletContext> ScopeEE.Page.APPLICATION
static final ScopeEE.Page.Attribute
<ServletConfig> ScopeEE.Page.CONFIG
static final ScopeEE.Page.Attribute
<Throwable> ScopeEE.Page.EXCEPTION
static final ScopeEE.Page.Attribute
<JspWriter> ScopeEE.Page.OUT
static final ScopeEE.Page.Attribute
<Servlet> ScopeEE.Page.PAGE
static final ScopeEE.Page.Attribute
<PageContext> ScopeEE.Page.PAGECONTEXT
static final ScopeEE.Page.Attribute
<ServletRequest> ScopeEE.Page.REQUEST
static final ScopeEE.Page.Attribute
<ServletResponse> ScopeEE.Page.RESPONSE
static final ScopeEE.Page.Attribute
<HttpSession> ScopeEE.Page.SESSION
Methods in com.aoapps.servlet.attribute that return ScopeEE.Page.AttributeModifier and TypeMethodDescription<T> ScopeEE.Page.Attribute
<T> AttributeEE
: Uses the given name within the page scope, still needs context.AttributeEE.Jstl.page()
AttributeEE
: Uses the page scope and this name, still needs context.AttributeEE.Name.page()
AttributeEE
: Uses the page scope and this name, still needs context.