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)
           
 
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)
Overrides:
executeImpl in class DeclarativeWebScript


Copyright © 2009 SpringSource, Inc. All Rights Reserved.