Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.scripting.api |
Modifier and Type | Method and Description |
---|---|
ScriptBuilder |
ScriptBuilder.bindings(javax.script.Bindings bindings)
Adds a
Bindings instance to the current builder instance |
ScriptBuilder |
ScriptBuilder.namedArgument(String name,
Object value)
Adds an argument with a specific nam to the current builder instance
|
ScriptBuilder |
ScriptBuilder.script(String script)
Adds a script to the current builder instance
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.