Uses of Interface
org.apache.sling.api.scripting.SlingScriptHelper

Packages that use SlingScriptHelper
org.apache.sling.api.scripting   
org.apache.sling.scripting.core   
 

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

Methods in org.apache.sling.api.scripting that return SlingScriptHelper
 SlingScriptHelper SlingBindings.getSling()
          Returns the SlingBindings.SLING property if not null and a SlingScriptHelper instance.
 

Methods in org.apache.sling.api.scripting with parameters of type SlingScriptHelper
 void SlingBindings.setSling(SlingScriptHelper sling)
          Sets the SlingBindings.SLING property to sling if not null.
 

Uses of SlingScriptHelper in org.apache.sling.scripting.core
 

Classes in org.apache.sling.scripting.core that implement SlingScriptHelper
 class ScriptHelper
          Simple script helper providing access to the (wrapped) response, the on-demand writer and a simple API for request inclusion.
 



Copyright © 2007-2009. All Rights Reserved.