java.lang.Object
com.aoapps.taglib.Scope
Deprecated.
Scope constants.
- Author:
- AO Industries, Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.Please useScopeEE.Page.SCOPE_APPLICATION
instead.static final String
Deprecated.Please useScopeEE.Page.SCOPE_PAGE
instead.static final String
Deprecated.Please useScopeEE.Page.SCOPE_REQUEST
instead.static final String
Deprecated.Please useScopeEE.Page.SCOPE_SESSION
instead. -
Method Summary
Modifier and TypeMethodDescriptionstatic int
getScopeId
(String scope) Deprecated.Please useScopeEE.Page.getScopeId(java.lang.String)
instead.
-
Field Details
-
PAGE
Deprecated.Please useScopeEE.Page.SCOPE_PAGE
instead.- See Also:
-
REQUEST
Deprecated.Please useScopeEE.Page.SCOPE_REQUEST
instead.- See Also:
-
SESSION
Deprecated.Please useScopeEE.Page.SCOPE_SESSION
instead.- See Also:
-
APPLICATION
Deprecated.Please useScopeEE.Page.SCOPE_APPLICATION
instead.- See Also:
-
-
Method Details
-
getScopeId
Deprecated.Please useScopeEE.Page.getScopeId(java.lang.String)
instead.Gets thePageContext
scope value for the textual scope name.- Throws:
LocalizedIllegalArgumentException
- if invalid scope
-
ScopeEE.Page
instead.