すべてのメソッド インスタンス・メソッド concreteメソッド
| 修飾子とタイプ |
メソッドと説明 |
protected Object |
actuallyEvaluate(String exp,
LaContainer container,
String firstName,
Object firstComponent) |
protected List<Object> |
challengeList(Map<String,Object> map) |
protected ScriptEngine |
comeOnScriptEngine(String exp,
LaContainer container) |
Object |
evaluate(Object exp,
Map<String,? extends Object> contextMap,
LaContainer container,
Class<?> resultType) |
protected Object |
filterEvaluated(String exp,
LaContainer container,
Object evaluated,
Class<?> resultType) |
protected JavaScriptExpressionEngine.ScriptEngineFound |
findEmbeddedScriptEngine(ScriptEngineManager scriptEngineManager) |
protected String |
getDiXmlScriptManagedEngineName() |
protected JavaScriptExpressionEngine.ScriptEngineFound |
getEngineByName(ScriptEngineManager scriptEngineManager,
String engineName) |
protected Object |
handleList(String exp,
LaContainer container,
List<Object> list,
Class<?> resultType) |
protected Object |
handleMap(String exp,
LaContainer container,
Map<String,Object> map,
Class<?> resultType) |
void |
initializeManagedEngine() |
protected boolean |
isInternalDebug() |
protected boolean |
isNumberKeyMap(Map<String,Object> map) |
protected boolean |
isVarResultWayTarget(String exp) |
Object |
parseExpression(String source) |
protected ScriptEngineManager |
prepareScriptEngineManager() |
protected String |
resolveExpressionVariable(String exp,
Map<String,? extends Object> contextMap) |
String |
resolveStaticMethodReference(Class<?> refType,
String methodName) |
protected void |
showEvaluatedR(Object result) |
protected void |
showEvaluating(String exp,
LaContainer container,
String firstName,
Object firstComponent) |
protected void |
throwExpressionClassCreateFailureException(String exp,
LaContainer container,
String className,
RuntimeException cause) |
protected void |
throwJavaScriptExpressionException(String exp,
LaContainer container,
Exception e) |
protected void |
throwScriptEngineEmbeddedNotFoundException(String exp,
LaContainer container) |
protected void |
throwScriptEngineSpecifiedNotFoundException(String engineName,
String exp,
LaContainer container) |
protected Object |
viaCastResolvedEvaluate(String exp,
LaContainer container,
Class<?> resultType) |
protected Object |
viaFirstNameResolvedEvaluate(String exp,
LaContainer container,
Class<?> resultType) |
protected Object |
viaVariableResolvedEvaluate(String exp,
Map<String,? extends Object> contextMap,
LaContainer container,
Class<?> resultType) |