Name

VariableResolver

Synopsis

The VariableResolver interface is implemented by a container-dependent class that resolves variable names to objects representing implicit variables or scoped variables.

Synopsis

Interface name:

javax.servlet.jsp.el.VariableResolver

Extends:

None

Implemented by:

Internal container-dependent class

Methods

public Object resolveVariable(String name) throws ELException

Returns the object matching the variable name or null if no match is found.

Get JavaServer Pages, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.