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(String fnQName,
Class<?> c,
String methodName,
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(Object bean,
String prop,
String expression,
javax.servlet.jsp.PageContext pageContext,
ProtectedFunctionMapper functionMapper) |
static Object |
PageContextImpl.proprietaryEvaluate(String expression,
Class<?> expectedType,
javax.servlet.jsp.PageContext pageContext,
ProtectedFunctionMapper functionMap)
Proprietary method to evaluate EL expressions.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.