org.springframework.extensions.surf.bean
Class ConsoleUpdate

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

public class ConsoleUpdate
extends DeclarativeWebScript

Handles POST processing for console reset commands

Author:
muzquiano

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
AbstractWebScript.ScriptDetails
 
Constructor Summary
ConsoleUpdate()
           
 
Method Summary
protected  Map<String,Object> executeImpl(WebScriptRequest req, Status status)
          Execute custom Java logic
 void setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
           
 
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

ConsoleUpdate

public ConsoleUpdate()
Method Detail

setServiceRegistry

public void setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)

executeImpl

protected Map<String,Object> executeImpl(WebScriptRequest req,
                                         Status status)
Description copied from class: DeclarativeWebScript
Execute custom Java logic

Overrides:
executeImpl in class DeclarativeWebScript
Parameters:
req - Web Script request
status - Web Script status
Returns:
custom service model


Copyright © 2009 SpringSource, Inc. All Rights Reserved.