org.springframework.extensions.webscripts.atom
Class AtomWebScript

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

public abstract class AtomWebScript
extends DeclarativeWebScript

Abstract ATOM Web Script

Author:
davidc

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
AbstractWebScript.ScriptDetails
 
Field Summary
protected  AbderaService abderaService
           
 
Constructor Summary
AtomWebScript()
           
 
Method Summary
protected  Map<String,Object> executeImpl(WebScriptRequest req, Status status, Cache cache)
          Execute custom Java logic
 void setAbderaService(AbderaService abderaService)
          Sets the Abdera Service
 
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
 

Field Detail

abderaService

protected AbderaService abderaService
Constructor Detail

AtomWebScript

public AtomWebScript()
Method Detail

setAbderaService

public void setAbderaService(AbderaService abderaService)
Sets the Abdera Service

Parameters:
abderaService -

executeImpl

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

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


Copyright © 2009 SpringSource, Inc. All Rights Reserved.