org.springframework.extensions.webscripts.bean
Class IndexLifecycle

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

public class IndexLifecycle
extends DeclarativeWebScript

Index of a Web Script URI

Author:
markr

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

IndexLifecycle

public IndexLifecycle()
Method Detail

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.