java.lang.Object
com.aoapps.lang.attribute.Attribute.Name<T>
com.aoapps.servlet.attribute.AttributeEE.Name<T>
com.aoapps.servlet.attribute.AttributeEE.Jstl<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
AttributeEE<C,
T>
A JSTL attribute name without any specific scope or context. Suffixes are automatically
added to be compatible with
Config.set(javax.servlet.jsp.PageContext, java.lang.String, java.lang.Object, int)
.
AttributeEE
: Has name, still needs scope or context.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE.Name.ContextEEFactory<C,
T>, AttributeEE.Name.ScopeEEFactory<C, T> Nested classes/interfaces inherited from class com.aoapps.lang.attribute.Attribute.Name
Attribute.Name.ContextFactory<C,
T>, Attribute.Name.ScopeFactory<C, T> -
Field Summary
Modifier and TypeFieldDescriptionstatic final AttributeEE.Jstl
<Locale> static final AttributeEE.Jstl
<Locale> static final AttributeEE.Jstl
<LocalizationContext> static final AttributeEE.Jstl
<TimeZone> static final AttributeEE.Jstl
<DataSource> static final AttributeEE.Jstl
<Integer> Fields inherited from class com.aoapps.lang.attribute.Attribute.Name
name
-
Method Summary
Modifier and TypeMethodDescriptionAttributeEE
: Uses the application scope and this name, still needs context.context
(HttpSession session) AttributeEE
: Uses the given session context.context
(JspContext jspContext) AttributeEE
: Uses the given page context.context
(ServletContext servletContext) AttributeEE
: Uses the given application context.context
(ServletRequest request) AttributeEE
: Uses the given request context.page()
AttributeEE
: Uses the page scope and this name, still needs context.request()
AttributeEE
: Uses the request scope and this name, still needs context.session()
AttributeEE
: Uses the session scope and this name, still needs context.Methods inherited from class com.aoapps.servlet.attribute.AttributeEE.Name
context, scope, scope, scope
Methods inherited from class com.aoapps.lang.attribute.Attribute.Name
getName
-
Field Details
-
FMT_LOCALE
- See Also:
-
FMT_FALLBACK_LOCALE
- See Also:
-
FMT_LOCALIZATION_CONTEXT
- See Also:
-
FMT_TIME_ZONE
- See Also:
-
SQL_DATA_SOURCE
- See Also:
-
SQL_MAX_ROWS
- See Also:
-
-
Method Details
-
application
AttributeEE
: Uses the application scope and this name, still needs context.Automatically appends
Config.APPLICATION_SCOPE_SUFFIX
to name.- Overrides:
application
in classAttributeEE.Name<T>
-
request
AttributeEE
: Uses the request scope and this name, still needs context.Automatically appends
Config.REQUEST_SCOPE_SUFFIX
to name.- Overrides:
request
in classAttributeEE.Name<T>
-
session
AttributeEE
: Uses the session scope and this name, still needs context.Automatically appends
Config.SESSION_SCOPE_SUFFIX
to name.- Overrides:
session
in classAttributeEE.Name<T>
-
page
AttributeEE
: Uses the page scope and this name, still needs context.Automatically appends
Config.PAGE_SCOPE_SUFFIX
to name.- Overrides:
page
in classAttributeEE.Name<T>
-
context
AttributeEE
: Uses the given application context.Automatically appends
Config.APPLICATION_SCOPE_SUFFIX
to name.- Overrides:
context
in classAttributeEE.Name<T>
-
context
AttributeEE
: Uses the given request context.Automatically appends
Config.REQUEST_SCOPE_SUFFIX
to name.- Overrides:
context
in classAttributeEE.Name<T>
-
context
AttributeEE
: Uses the given session context.Automatically appends
Config.SESSION_SCOPE_SUFFIX
to name.- Overrides:
context
in classAttributeEE.Name<T>
-
context
- Overrides:
context
in classAttributeEE.Name<T>
-