org.apache.tapestry.enhance
Class DeferredScriptImpl

java.lang.Object
  extended byorg.apache.tapestry.enhance.DeferredScriptImpl
All Implemented Interfaces:
DeferredScript, org.apache.hivemind.Locatable

public class DeferredScriptImpl
extends java.lang.Object
implements DeferredScript, org.apache.hivemind.Locatable

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
DeferredScriptImpl(org.apache.hivemind.Resource resource, IScriptSource source, org.apache.hivemind.Location location)
           
 
Method Summary
 org.apache.hivemind.Location getLocation()
           
 IScript getScript()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeferredScriptImpl

public DeferredScriptImpl(org.apache.hivemind.Resource resource,
                          IScriptSource source,
                          org.apache.hivemind.Location location)
Method Detail

getScript

public IScript getScript()
Specified by:
getScript in interface DeferredScript

getLocation

public org.apache.hivemind.Location getLocation()
Specified by:
getLocation in interface org.apache.hivemind.Locatable

toString

public java.lang.String toString()