Uses of Package
org.springframework.extensions.webscripts

Packages that use org.springframework.extensions.webscripts
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.atom   
org.springframework.extensions.webscripts.connector   
org.springframework.extensions.webscripts.form   
org.springframework.extensions.webscripts.jsf   
org.springframework.extensions.webscripts.json   
org.springframework.extensions.webscripts.portlet   
org.springframework.extensions.webscripts.processor   
org.springframework.extensions.webscripts.servlet   
org.springframework.extensions.webscripts.servlet.mvc   
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts
AbstractMessageHelper
           
AbstractRuntimeContainer
          Encapsulates a Container within which the Web Script Runtime executes.
AbstractStore
          Abstract store class provided as a convenience for developers who wish to build their own custom Store implementations for use with the Web Script framework.
AbstractWebScript
          Abstract implementation of a Web Script
AbstractWebScript.ScriptDetails
          The combination of a ScriptContent and a request MIME type.
Authenticator
          Web Script Authenticator for the HTTP Servlet environment
Cache
          Web Script Cache Records the desired cache requirements for the Web Script
ConfigModel
          Abstract base class used for objects that represent configuration as a root object in a script or template model.
Container
          Web Script Container
Description
          Web Script Description
Description.FormatStyle
          Enumeration of ways to specify format
Description.Lifecycle
          Enumeration of lifecycle which indicates the status of this web script
Description.RequiredAuthentication
          Enumeration of "required" Authentication level
Description.RequiredCache
          Caching requirements
Description.RequiredTransaction
          Enumeration of "required" Transaction level
Description.RequiredTransactionParameters
          Transaction Requirements
Description.TransactionCapability
          Enumeration of transaction capability
Format
          Well known Web Script Formats
FormatReader
          Convert a mimetype to a Java object.
FormatRegistry
          Maintains a registry of mimetypes (indexed by format and user agent)
FormatWriter
          Converts a Java Object to a mimetype
Match
          Represents a URI to Web Script match This class is immutable.
Match.Kind
          Kind of Match
MediaType
          Represents a MediaType as described at http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
NativeMap
          Wrapper for exposing maps in Rhino scripts.
NegotiatedFormat
          Map between media type and format This class is immutable.
Path
          Web Script Path
PathImpl
          Basic implementation of a Web Script Path Used for package & url trees.
PreviewContext
          Provides information about the WCM sandbox which is currently being previewed.
PreviewContextProvider
          Provides remote sandbox context information to Alfresco Store implementations.
Registry
          Web Scripts Registry
Runtime
          Web Script Runtime
RuntimeContainer
          Web Script Container extensions for a Web Script Runtime
ScriptableMap
          Contract to be implemented by classes providing Map like collections to JavaScript.
ScriptableWrappedMap
          Implementation of a Scriptable Map.
ScriptContent
          Web Script Content
ScriptCredentials
           
ScriptLoader
          Locate a script
ScriptLogger.SystemOut
           
ScriptProcessor
          Web Script Processor
ScriptProcessorRegistry
          Registry of Script Processors If no processors are registered, the default script processor is the javascript processor.
ScriptRemoteConnector
          Describes a connector to a remote endpoint.
SearchPath
          Web Script Storage
ServerModel
          Script / Template Model representing the server hosting the Web Script Framework
Status
          Web Script Status Records the outcome of a Web Script.
StatusTemplate
          Status Template
StatusTemplateFactory
          Interface to enable the lazy retrieval of the template and associated model corresponding to a particular webscript status code.
Store
          Store for holding Web Script Definitions and Implementations
TemplateProcessor
          Web Script Template Processor
TemplateProcessorRegistry
          Registry of Template Processors If no processors are registered, the default script processor is the freemarker processor.
UriIndex
          Encapsulates the mapping of URIs to Web Scripts
WebScript
          Web Script
WebScriptException
          Web Script Exceptions.
WebScriptRequest
          Web Script Request
WebScriptRequestImpl
          Basic Implementation of a Web Script Request
WebScriptResponse
          Web Script Response
WebScriptStatus
          Deprecated.  
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.atom
AbstractWebScript
          Abstract implementation of a Web Script
Cache
          Web Script Cache Records the desired cache requirements for the Web Script
DeclarativeWebScript
          Script/template driven based implementation of an Web Script
FormatReader
          Convert a mimetype to a Java object.
FormatWriter
          Converts a Java Object to a mimetype
Status
          Web Script Status Records the outcome of a Web Script.
WebScript
          Web Script
WebScriptRequest
          Web Script Request
WebScriptResponse
          Web Script Response
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.connector
Status
          Web Script Status Records the outcome of a Web Script.
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.form
FormatReader
          Convert a mimetype to a Java object.
WebScriptRequest
          Web Script Request
WebScriptResponse
          Web Script Response
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.jsf
Cache
          Web Script Cache Records the desired cache requirements for the Web Script
Match
          Represents a URI to Web Script match This class is immutable.
Runtime
          Web Script Runtime
WebScriptRequest
          Web Script Request
WebScriptRequestImpl
          Basic Implementation of a Web Script Request
WebScriptRequestURLImpl
          Web Script Request implementation that acts upon a string representation of a URL
WebScriptResponse
          Web Script Response
WebScriptResponseImpl
          Basic Implementation of a Web Script Request
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.json
FormatReader
          Convert a mimetype to a Java object.
WebScriptRequest
          Web Script Request
WebScriptResponse
          Web Script Response
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.portlet
Authenticator
          Web Script Authenticator for the HTTP Servlet environment
Cache
          Web Script Cache Records the desired cache requirements for the Web Script
Match
          Represents a URI to Web Script match This class is immutable.
Runtime
          Web Script Runtime
RuntimeContainer
          Web Script Container extensions for a Web Script Runtime
WebScriptRequest
          Web Script Request
WebScriptRequestImpl
          Basic Implementation of a Web Script Request
WebScriptRequestURLImpl
          Web Script Request implementation that acts upon a string representation of a URL
WebScriptResponse
          Web Script Response
WebScriptResponseImpl
          Basic Implementation of a Web Script Request
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.processor
ScriptContent
          Web Script Content
ScriptLoader
          Locate a script
ScriptProcessor
          Web Script Processor
ScriptProcessorRegistry
          Registry of Script Processors If no processors are registered, the default script processor is the javascript processor.
SearchPath
          Web Script Storage
TemplateProcessor
          Web Script Template Processor
TemplateProcessorRegistry
          Registry of Template Processors If no processors are registered, the default script processor is the freemarker processor.
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.servlet
AbstractRuntime
          Encapsulates the execution of a single Web Script.
Authenticator
          Web Script Authenticator for the HTTP Servlet environment
Cache
          Web Script Cache Records the desired cache requirements for the Web Script
FormatReader
          Convert a mimetype to a Java object.
Match
          Represents a URI to Web Script match This class is immutable.
Runtime
          Web Script Runtime
RuntimeContainer
          Web Script Container extensions for a Web Script Runtime
WebScriptRequest
          Web Script Request
WebScriptRequestImpl
          Basic Implementation of a Web Script Request
WebScriptResponse
          Web Script Response
WebScriptResponseImpl
          Basic Implementation of a Web Script Request
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts.servlet.mvc
RuntimeContainer
          Web Script Container extensions for a Web Script Runtime
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.