Uses of Class
org.apache.sling.api.scripting.SlingBindings

Packages that use SlingBindings
org.apache.sling.api.scripting   
org.apache.sling.scripting.jsp   
 

Uses of SlingBindings in org.apache.sling.api.scripting
 

Methods in org.apache.sling.api.scripting with parameters of type SlingBindings
 Object SlingScript.call(SlingBindings props, String method, Object... args)
          Evaluates this script using the bound variables as global variables to the script and then calls the given method with the arguments.
 Object SlingScript.eval(SlingBindings props)
          Evaluates this script using the bound variables as global variables to the script.
 

Uses of SlingBindings in org.apache.sling.scripting.jsp
 

Methods in org.apache.sling.scripting.jsp with parameters of type SlingBindings
 void JspServletWrapperAdapter.service(SlingBindings bindings)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.