Package | Description |
---|---|
javax.servlet.jsp.el |
Provides the
ELResolver classes that define the
object resolution rules that must be supported by a JSP container
with the new unified Expression Language. |
Modifier and Type | Method and Description |
---|---|
static ImplicitObjectELResolver.ImplicitObjects |
ImplicitObjectELResolver.ImplicitObjects.getImplicitObjects(PageContext pContext)
Finds the ImplicitObjects associated with the PageContext,
creating it if it doesn't yet exist.
|