org.apache.tapestry.enhance
Class DeferredScriptImpl

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

public class DeferredScriptImpl
extends 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()
           
 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 String toString()
Overrides:
toString in class Object


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.