public
classScopedAttributeELResolver
extends ELResolver
Overview
Inheritance
Members
Usage
Source
Books
SinceJSP 2.1
VersionNot specified.
Author(s)Not specified.
Defines variable resolution behavior for scoped attributes.
This resolver handles all variable resolutions (where base
is null. It searches PageContext.findAttribute()
for a matching attribute. If not found, it will return null,
or in the case of setValue it will create a new attribute
in the page scope with the given name.
This resolver handles all variable resolutions (where
baseisnull. It searchesPageContext.findAttribute()for a matching attribute. If not found, it will returnnull, or in the case ofsetValueit will create a new attribute in the page scope with the given name.