org.springframework.extensions.webscripts
Interface Container

All Known Subinterfaces:
RuntimeContainer
All Known Implementing Classes:
AbstractRuntimeContainer, LocalWebScriptRuntimeContainer, PresentationContainer

public interface Container

Web Script Container

Author:
davidc

Method Summary
 ConfigService getConfigService()
          Gets the Config Service
 ServerModel getDescription()
          Gets the Container Description
 FormatRegistry getFormatRegistry()
          Gets the response format registry
 String getName()
          Gets the name of the Container
 Registry getRegistry()
          Gets the registry of Web Scripts
 Map<String,Object> getScriptParameters()
          Gets parameters for the Script Processor
 ScriptProcessorRegistry getScriptProcessorRegistry()
          Gets the Script Processor Registry
 SearchPath getSearchPath()
          Gets the Search Path
 Map<String,Object> getTemplateParameters()
          Gets parameters for the Template Processor
 TemplateProcessorRegistry getTemplateProcessorRegistry()
          Gets the Template Processor Registry
 void reset()
          Re-initialise the Web Script Container
 

Method Detail

getName

String getName()
Gets the name of the Container

Returns:
name

getDescription

ServerModel getDescription()
Gets the Container Description

Returns:
description

getScriptProcessorRegistry

ScriptProcessorRegistry getScriptProcessorRegistry()
Gets the Script Processor Registry

Returns:
script processor registry

getScriptParameters

Map<String,Object> getScriptParameters()
Gets parameters for the Script Processor

Returns:
parameters

getTemplateProcessorRegistry

TemplateProcessorRegistry getTemplateProcessorRegistry()
Gets the Template Processor Registry

Returns:
template processor registry

getTemplateParameters

Map<String,Object> getTemplateParameters()
Gets parameters for the Template Processor

Returns:
parameters

getFormatRegistry

FormatRegistry getFormatRegistry()
Gets the response format registry

Returns:
response format registry

getRegistry

Registry getRegistry()
Gets the registry of Web Scripts

Returns:
registry of web scripts

getSearchPath

SearchPath getSearchPath()
Gets the Search Path

Returns:
search path

getConfigService

ConfigService getConfigService()
Gets the Config Service

Returns:
config service

reset

void reset()
Re-initialise the Web Script Container



Copyright © 2009 SpringSource, Inc. All Rights Reserved.