Uses of Package
org.springframework.extensions.webscripts

Packages that use org.springframework.extensions.webscripts
org.springframework.extensions.surf   
org.springframework.extensions.surf.bean   
org.springframework.extensions.surf.cache   
org.springframework.extensions.surf.persister   
org.springframework.extensions.surf.render.bean   
org.springframework.extensions.surf.studio   
org.springframework.extensions.surf.types   
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.atom   
org.springframework.extensions.webscripts.bean   
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   
org.springframework.web.context.support   
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.surf
Container
          Web Script Container
PreviewContext
          Provides information about the WCM sandbox which is currently being previewed.
PreviewContextProvider
          Provides remote sandbox context information to Alfresco Store implementations.
ScriptProcessorRegistry
          Registry of Script Processors If no processors are registered, the default script processor is the javascript processor.
ScriptRemote
          Root-scope class that provides useful functions for working with endpoints, connectors and credentials.
SearchPath
          Web Script Storage
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.surf.bean
AbstractWebScript
          Abstract implementation of a Web Script
DeclarativeWebScript
          Script/template driven based implementation of an Web Script
Status
          Web Script Status Records the outcome of a Web Script.
WebScript
          Web Script
WebScriptRequest
          Web Script Request
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.surf.cache
Store
          Store for holding Web Script Definitions and Implementations
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.surf.persister
Store
          Store for holding Web Script Definitions and Implementations
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.surf.render.bean
DeclarativeRegistry
          Registry of declarative (scripted/template driven) Web Scripts
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.surf.studio
Container
          Web Script Container
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.surf.types
Description.RequiredAuthentication
          Enumeration of "required" Authentication level
 

Classes in org.springframework.extensions.webscripts used by org.springframework.extensions.webscripts
AbstractMessageHelper
           
AbstractRuntime
          Encapsulates the execution of a single Web Script.
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
DeclarativeWebScript
          Script/template driven based implementation of an Web Script
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
FreemarkerTagSupportDirective
          Abstract class that defines a Freemarker directive which can process JSP tags.
LocalFileSystemStore
          Simple implementation of a local store file system.
LocalWebScriptContext
           
LocalWebScriptResponse
          Implementation of a WebScript Response object for WebScript Component type.
LocalWebScriptRuntimeContainer
           
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.
PresentationContainer
          Presentation (web tier) Web Script Container
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.
ScriptBase
          Base class for all Web Framework Root-Scope and Script Model objects This class can accept a binding to a RenderContext (for convenience).
ScriptContent
          Web Script Content
ScriptCredentials
           
ScriptCredentialVault
          Represents the credential vault to the script engine This exposes credentials from the vault which are "user" managed
ScriptForm.FormBinding
           
ScriptFormData.FormField
           
ScriptImporter
          Utility for importing Surf assets from a remote location into the Surf environment
ScriptLinkBuilder
           
ScriptLoader
          Locate a script
ScriptLogger.SystemOut
           
ScriptModelObject
          Provides a write-able model object wrapper to the script engine.
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.
ScriptResource
           
ScriptResourceContent
           
ScriptResources
          Provides an interface to resources as stored on a model object.
ScriptUser
          Read-only root-scoped script object wrapping the current user for the current thread of execution.
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
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
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.bean
AbstractWebScript
          Abstract implementation of a Web Script
DeclarativeWebScript
          Script/template driven based implementation of an Web Script
ScriptDebugger
          Alfresco implementation of Rhino JavaScript debugger
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
 

Classes in org.springframework.extensions.webscripts used by org.springframework.web.context.support
SearchPath
          Web Script Storage
Store
          Store for holding Web Script Definitions and Implementations
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.