org.springframework.extensions.webscripts.bean
Class ServiceDump.ScriptImplementation

java.lang.Object
  extended by org.springframework.extensions.webscripts.bean.ServiceDump.ScriptImplementation
Enclosing class:
ServiceDump

public static class ServiceDump.ScriptImplementation
extends Object


Constructor Summary
ServiceDump.ScriptImplementation()
           
 
Method Summary
 String getContent()
           
 Throwable getException()
           
 boolean getOverridden()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDump.ScriptImplementation

public ServiceDump.ScriptImplementation()
Method Detail

getPath

public String getPath()

getContent

public String getContent()

getOverridden

public boolean getOverridden()

getException

public Throwable getException()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.