| Package | Description |
|---|---|
| org.apache.jasper.runtime |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedFunctionMapper |
ProtectedFunctionMapper.getInstance()
Generated Servlet and Tag Handler implementations call this method to
retrieve an instance of the ProtectedFunctionMapper.
|
static ProtectedFunctionMapper |
ProtectedFunctionMapper.getMapForFunction(java.lang.String fnQName,
java.lang.Class<?> c,
java.lang.String methodName,
java.lang.Class<?>[] args)
Creates an instance for this class, and stores the Method for the given
EL function prefix and name.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JspRuntimeLibrary.handleSetPropertyExpression(java.lang.Object bean,
java.lang.String prop,
java.lang.String expression,
PageContext pageContext,
ProtectedFunctionMapper functionMapper) |
static java.lang.Object |
PageContextImpl.proprietaryEvaluate(java.lang.String expression,
java.lang.Class<?> expectedType,
PageContext pageContext,
ProtectedFunctionMapper functionMap)
Proprietary method to evaluate EL expressions.
|
Copyright © 2014–2021. All rights reserved.