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