B E F G J L N O P R S 

B

bindings(Bindings) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptBuilder
Adds a Bindings instance to the current builder instance

E

eval() - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptBuilder
Evaluates the script built with the current ScriptBuilder
eval(Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptBuilder
Evaluates the script built with the current ScriptBuilder
eval(String) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptExecutor
Executes the given script
eval(String, Map<String, Object>) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptExecutor
Executes the given script with the given arguments
eval(String, Bindings) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptExecutor
Executes the given script with the given Bindings
eval(String, Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptExecutor
Executes the given script and the expected type of the result
eval(String, Map<String, Object>, Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptExecutor
Executes the given script with the given arguments and the expected type of the result
eval(String, Bindings, Class<T>) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptExecutor
Executes the given script with the given Bindings and the expected type of the result

F

FreeMarker - Interface in org.apache.myfaces.extensions.cdi.scripting.api.language
Type-safe language key

G

getLanguageName(Class<? extends Language>) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.LanguageManager
Calculates the script-language-name for the given Language definition.
getName() - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.language.Language
Name of the language which will be used for the ScriptEngineManager.getEngineByName(java.lang.String)
Groovy - Interface in org.apache.myfaces.extensions.cdi.scripting.api.language
Type-safe language key

J

Java - Interface in org.apache.myfaces.extensions.cdi.scripting.api.language
Type-safe language key
JavaScript - Interface in org.apache.myfaces.extensions.cdi.scripting.api.language
Type-safe language key

L

Language - Interface in org.apache.myfaces.extensions.cdi.scripting.api.language
Type-safe language key
LanguageManager - Interface in org.apache.myfaces.extensions.cdi.scripting.api
A language manager returns the name for the script-engine for a given type-safe language key

N

namedArgument(String, Object) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptBuilder
Adds an argument with a specific nam to the current builder instance

O

org.apache.myfaces.extensions.cdi.scripting.api - package org.apache.myfaces.extensions.cdi.scripting.api
 
org.apache.myfaces.extensions.cdi.scripting.api.language - package org.apache.myfaces.extensions.cdi.scripting.api.language
 

P

Python - Interface in org.apache.myfaces.extensions.cdi.scripting.api.language
Type-safe language key

R

Ruby - Interface in org.apache.myfaces.extensions.cdi.scripting.api.language
Type-safe language key

S

script(String) - Method in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptBuilder
Adds a script to the current builder instance
SCRIPT_EXECUTOR - Static variable in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptingModuleBeanNames
 
SCRIPT_EXECUTOR_ALIAS - Static variable in interface org.apache.myfaces.extensions.cdi.scripting.api.ScriptingModuleBeanNames
 
ScriptBuilder - Interface in org.apache.myfaces.extensions.cdi.scripting.api
Helper for building scripts
ScriptExecutor - Interface in org.apache.myfaces.extensions.cdi.scripting.api
Helper for executing scripts
ScriptingModuleBeanNames - Interface in org.apache.myfaces.extensions.cdi.scripting.api
Names of CODI-beans resolvable by name
ScriptLanguage - Annotation Type in org.apache.myfaces.extensions.cdi.scripting.api
Qualifier for injecting a ScriptExecutor
B E F G J L N O P R S 

Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.