public class GroovyPageBinding extends TemplateVariableBinding
Script Binding that is used in GSP evaluation.
Constructor and description |
---|
GroovyPageBinding() |
GroovyPageBinding(Binding parent) |
GroovyPageBinding(String pluginContextPath) |
GroovyPageBinding(Map variables) |
GroovyPageBinding(String[] args) |
Type Params | Return Type | Name and description |
---|---|---|
|
public GrailsPlugin |
getPagePlugin() |
|
public String |
getPluginContextPath() |
|
public Object |
getVariable(String name) |
|
protected boolean |
isReservedName(String name) |
|
public void |
setPagePlugin(GrailsPlugin plugin) |
|
public void |
setPluginContextPath(String pluginContextPath) |
|
protected boolean |
shouldUseChildBinding(TemplateVariableBinding childBinding) |
Methods inherited from class | Name |
---|---|
class TemplateVariableBinding |
findBindingForVariable, getOwner, getParent, getProperty, getVariable, getVariableNames, hasVariable, internalSetVariable, isReservedName, isRoot, setOwner, setParent, setProperty, setRoot, setVariable, shouldUseChildBinding |
class AbstractTemplateVariableBinding |
addMap, findBindingForVariable, getVariableNames, getVariables, getVariablesMap, internalSetVariable, isVariableCachingAllowed, setVariableDirectly |