Stores application-scoped information for the JSP container.
Registers an ELContextListener that will notified whenever a new ELContext is created. At the very least, any ELContext instantiated will have reference to the JspContext under JspContext.class. paramlistener
Registers an ELContextListener that will notified whenever a new ELContext is created.
ELContextListener
ELContext
At the very least, any ELContext instantiated will have reference to the JspContext under JspContext.class.
JspContext
JspContext.class
Adds an ELResolver to the chain of EL variable and property management within JSP pages and Tag files. JSP has a default set of ELResolvers to chain for all EL evaluation: ImplicitObjectELResolver ELResolver instances registered with this method MapELResolver ListELResolver ArrayELResolver BeanELResolver ScopedAttributeELResolver paramresolver an additional resolverthrowsIllegalStateException if called after the application's ServletContextListeners have been initialized.
Adds an ELResolver to the chain of EL variable and property management within JSP pages and Tag files.
ELResolver
JSP has a default set of ELResolvers to chain for all EL evaluation:
ImplicitObjectELResolver
MapELResolver
ListELResolver
ArrayELResolver
BeanELResolver
ScopedAttributeELResolver
ServletContextListeners
Returns the JSP container's ExpressionFactory implementation for EL use. returnan ExpressionFactory implementation
Returns the JSP container's ExpressionFactory implementation for EL use.
ExpressionFactory