org.springframework.extensions.webscripts
Class PresentationContainer

java.lang.Object
  extended by org.springframework.extensions.webscripts.AbstractRuntimeContainer
      extended by org.springframework.extensions.webscripts.PresentationContainer
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener, Container, RuntimeContainer
Direct Known Subclasses:
LocalWebScriptRuntimeContainer

public class PresentationContainer
extends AbstractRuntimeContainer

Presentation (web tier) Web Script Container

Author:
davidc

Field Summary
 
Fields inherited from class org.springframework.extensions.webscripts.AbstractRuntimeContainer
applicationContext
 
Constructor Summary
PresentationContainer()
           
 
Method Summary
 void executeScript(WebScriptRequest scriptReq, WebScriptResponse scriptRes, Authenticator auth)
          Execute the script in the context of the provided request and response
 ServerModel getDescription()
          Gets the Container Description
 
Methods inherited from class org.springframework.extensions.webscripts.AbstractRuntimeContainer
authenticate, getApplicationContext, getConfigService, getFormatRegistry, getName, getRegistry, getRequiredAuthentication, getScriptParameters, getScriptProcessorRegistry, getSearchPath, getTemplateParameters, getTemplateProcessorRegistry, onApplicationEvent, reset, setApplicationContext, setConfigService, setFormatRegistry, setName, setRegistry, setScriptObjects, setScriptProcessorRegistry, setSearchPath, setTemplateObjects, setTemplateProcessorRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationContainer

public PresentationContainer()
Method Detail

executeScript

public void executeScript(WebScriptRequest scriptReq,
                          WebScriptResponse scriptRes,
                          Authenticator auth)
                   throws IOException
Description copied from interface: RuntimeContainer
Execute the script in the context of the provided request and response

Throws:
IOException

getDescription

public ServerModel getDescription()
Description copied from interface: Container
Gets the Container Description

Returns:
description


Copyright © 2009 SpringSource, Inc. All Rights Reserved.