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.APPLICATIONstatic final ScopeEE.Page.Attribute<ServletConfig> ScopeEE.Page.CONFIGstatic final ScopeEE.Page.Attribute<Throwable> ScopeEE.Page.EXCEPTIONstatic final ScopeEE.Page.Attribute<JspWriter> ScopeEE.Page.OUTstatic final ScopeEE.Page.Attribute<Servlet> ScopeEE.Page.PAGEstatic final ScopeEE.Page.Attribute<PageContext> ScopeEE.Page.PAGECONTEXTstatic final ScopeEE.Page.Attribute<ServletRequest> ScopeEE.Page.REQUESTstatic final ScopeEE.Page.Attribute<ServletResponse> ScopeEE.Page.RESPONSEstatic final ScopeEE.Page.Attribute<HttpSession> ScopeEE.Page.SESSIONMethods 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.
