Class ScopedAttributeELResolver

java.lang.Object
jakarta.el.ELResolver
jakarta.servlet.jsp.el.ScopedAttributeELResolver

public class ScopedAttributeELResolver extends ELResolver
Defines variable resolution behavior for scoped attributes.

This resolver handles variable resolutions where base is null. It searches PageContext.findAttribute() for a matching attribute. If not found in the case of setValue, it will create a new attribute in the page scope with the given name.

Since:
JSP 2.1
See Also: