org.springframework.extensions.webscripts.bean
Class ServiceDump

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractWebScript
      extended by org.springframework.extensions.webscripts.DeclarativeWebScript
          extended by org.springframework.extensions.webscripts.bean.ServiceDump
All Implemented Interfaces:
WebScript

public class ServiceDump
extends DeclarativeWebScript

Dumps everything known about the specified Web Script

Author:
davidc

Nested Class Summary
static class ServiceDump.ScriptImplementation
           
static class ServiceDump.ScriptStore
           
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
AbstractWebScript.ScriptDetails
 
Constructor Summary
ServiceDump()
           
 
Method Summary
protected  Map<String,Object> executeImpl(WebScriptRequest req, Status status)
           
 
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeImpl, executeImpl, renderFormatTemplate
 
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDump

public ServiceDump()
Method Detail

executeImpl

protected Map<String,Object> executeImpl(WebScriptRequest req,
                                         Status status)
Overrides:
executeImpl in class DeclarativeWebScript


Copyright © 2009 SpringSource, Inc. All Rights Reserved.