|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JspApplicationContext
Stores application-scoped information for the JSP container.
Method Summary | |
---|---|
void |
addELContextListener(ELContextListener listener)
Registers an ELContextListener that will notified whenever
a new ELContext is created. |
void |
addELResolver(ELResolver resolver)
Adds an ELResolver to the chain of EL variable and property management
within JSP pages and Tag files. |
ExpressionFactory |
getExpressionFactory()
Returns the JSP container's ExpressionFactory implementation for EL use. |
Method Detail |
---|
void addELContextListener(ELContextListener listener)
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
.
listener
- void addELResolver(ELResolver resolver) throws IllegalStateException
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 methodMapELResolver
ListELResolver
ArrayELResolver
BeanELResolver
ScopedAttributeELResolver
resolver
- an additional resolver
IllegalStateException
- if called after the application's ServletContextListeners
have been initialized.ExpressionFactory getExpressionFactory()
Returns the JSP container's ExpressionFactory
implementation for EL use.
ExpressionFactory
implementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |