java.lang.Object
com.aoapps.taglib.Scope
Deprecated.
Scope constants.
- Author:
- AO Industries, Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Please useScopeEE.Page.SCOPE_APPLICATIONinstead.static final StringDeprecated.Please useScopeEE.Page.SCOPE_PAGEinstead.static final StringDeprecated.Please useScopeEE.Page.SCOPE_REQUESTinstead.static final StringDeprecated.Please useScopeEE.Page.SCOPE_SESSIONinstead. -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetScopeId(String scope) Deprecated.Please useScopeEE.Page.getScopeId(java.lang.String)instead.
-
Field Details
-
PAGE
Deprecated.Please useScopeEE.Page.SCOPE_PAGEinstead.- See Also:
-
REQUEST
Deprecated.Please useScopeEE.Page.SCOPE_REQUESTinstead.- See Also:
-
SESSION
Deprecated.Please useScopeEE.Page.SCOPE_SESSIONinstead.- See Also:
-
APPLICATION
Deprecated.Please useScopeEE.Page.SCOPE_APPLICATIONinstead.- See Also:
-
-
Method Details
-
getScopeId
Deprecated.Please useScopeEE.Page.getScopeId(java.lang.String)instead.Gets thePageContextscope value for the textual scope name.- Throws:
LocalizedIllegalArgumentException- if invalid scope
-

ScopeEE.Pageinstead.