| Interface | Description |
|---|---|
| Authenticator |
Web Script Authenticator for the HTTP Servlet environment
|
| BaseDescription |
Interface for base description
|
| BaseDescriptionDocument |
Interface for base description document which maps to a physical XML document
|
| Container |
Web Script Container
|
| Description |
Web Script Description
|
| Description.RequiredCache |
Caching requirements
|
| Description.RequiredTransactionParameters |
Transaction Requirements
|
| DescriptionExtension |
Web Script Description Extension
Provides a Web Script custom service implementation with the ability
to maintain custom description entries.
|
| FormatReader<Type> |
Convert a mimetype to a Java object.
|
| FormatWriter<Type> |
Converts a Java Object to a mimetype
|
| Path |
Web Script Path
|
| 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<K,V> |
Contract to be implemented by classes providing Map like collections to JavaScript.
|
| ScriptContent |
Web Script Content
|
| ScriptLoader |
Locate a script
|
| ScriptParameterFactory |
Script parameter factory.
|
| ScriptProcessor |
Web Script Processor
|
| ScriptProcessorFactory |
Factory that produces a Script Processor instance
|
| ServerModel |
Script / Template Model representing the server hosting the Web Script Framework
|
| 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
|
| TemplateProcessorFactory |
Factory that produces a Template Processor instance
|
| UriIndex |
Encapsulates the mapping of URIs to Web Scripts
|
| URLModel |
Script / Template Model representing Web Script URLs
This class is immutable.
|
| URLModelFactory | |
| WebScript |
Web Script
|
| WebScriptRequest |
Web Script Request
|
| WebScriptResponse |
Web Script Response
|
| WebScriptSession |
Web Script Session
|
| WebScriptSessionFactory |
Web Script Session Factory
|
| WrappingWebScriptRequest |
Wrapping Web Script Request
|
| WrappingWebScriptResponse |
Wrapping Web Script Response
|
| Class | Description |
|---|---|
| AbsoluteUrlMethod | |
| AbstractBaseDescription |
Abstract class for implementation of BaseDescription interface
|
| AbstractBaseDescriptionDocument |
Abstract class for implementation of AbstractBaseDescriptionDocument interface
|
| AbstractBasicHttpAuthenticatorFactory |
HTTP Basic Authentication
|
| 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.
|
| ArgReplaceMethod |
Custom FreeMarker Template language method.
|
| ArgumentTypeDescription |
Webscript argument description
|
| Cache |
Web Script Cache
Records the desired cache requirements for the Web Script
|
| ClassPathStore |
ClassPath based Web Script Store
|
| ClassPathStoreResourceResolver |
Class path resource resolver that traverses the entire class path.
|
| ClassPathStoreResourceResolver.UrlInputStreamResource | |
| ClientResourceUrlFunctionMethod | |
| ClientUrlFunctionMethod | |
| ConfigModel |
Abstract base class used for objects that represent configuration
as a root object in a script or template model.
|
| DateCompareMethod | |
| DeclarativeRegistry |
Registry of declarative (scripted/template driven) Web Scripts
|
| DeclarativeWebScript |
Script/template driven based implementation of an Web Script
|
| DefaultURLModel | |
| DefaultURLModelFactory | |
| DescriptionImpl |
Implementation of a Web Script Description
|
| ExtendedScriptConfigModel |
Model representation of configuration for use in scripts.
|
| ExtendedTemplateConfigModel |
Extended
TemplateConfigModel that is used to capture configuration that is dynamically added through
extensions |
| ExtensibilityContainer |
A simple extensibility
Container for processing WebScripts. |
| FormatAdaptorSet |
Set of Format Readers and Writers.
|
| FormatMap |
A map of mimetypes indexed by format.
|
| FormatModel |
Format Model
This class is immutable.
|
| FormatRegistry |
Maintains a registry of mimetypes (indexed by format and user agent)
|
| FormatWriterMethod |
Custom FreeMarker Template language method.
|
| GUID |
Generator for GUID values.
|
| ISO8601DateFormatMethod |
NOTE: sourced from org.alfresco.repo.template.ISO8601DateFormatMethod.
|
| JaxRSUriIndex |
JSR-311 (Jax-RS) URI Index
|
| Match |
Represents a URI to Web Script match
This class is immutable.
|
| MediaType |
Represents a MediaType as described at
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
|
| MessageMethod | |
| ModuleBundleSentinel |
This class has been created for use the
AbstractWebScript when retrieving ResourceBundle
instances provided by extension modules. |
| MultiScriptLoader |
Composite script loader
|
| NativeMap |
Wrapper for exposing maps in Rhino scripts.
|
| NegotiatedFormat |
Map between media type and format
This class is immutable.
|
| PackageDescriptionDocument |
Package description document
|
| PathImpl |
Basic implementation of a Web Script Path
Used for package & url trees.
|
| PathMatcher |
Custom Spring MVC PathMatcher class - extends the AntPathMatcher to fix
undesirable features with URI path tokenization.
|
| PathUtil |
Functions to assist with integration of stores to IDE environments
|
| PrefixTemplateUriIndex |
Uri index supporting simple URI templates where matching is performed
on static prefix of the URI.
|
| PresentationContainer |
Presentation (web tier) Web Script Container
|
| PreviewContext |
Provides information about the WCM sandbox which is currently being
previewed.
|
| RemoteStore |
Store implementation that queries and retrieves documents from a remote HTTP endpoint.
|
| RequestReader |
Convert request stream to class org.alfresco.util.Content
|
| ResourceDescription |
Resource description
|
| ResourceUrlMethod |
Custom FreeMarker Template language method.
|
| SchemaDescriptionDocument |
Schema description document
|
| ScriptableLinkedHashMap<K,V> |
Implementation of a Scriptable Map.
|
| ScriptableUtils |
Collection of script utility methods for working with strings etc.
|
| ScriptableWrappedMap |
Implementation of a Scriptable Map.
|
| ScriptConfigModel |
Model representation of configuration for use in scripts.
|
| ScriptCredentials | |
| ScriptCredentialVault |
Represents the credential vault to the script engine
This exposes credentials from the vault which are "user" managed
|
| ScriptDebugger |
Alfresco implementation of Rhino JavaScript debugger
|
| ScriptDebugger.AlfrescoScopeProvider | |
| ScriptLogger |
NOTE: Copied from org.alfresco.repo.jscript
|
| ScriptLogger.SystemOut | |
| ScriptMessage |
Helper to resolve an I18N message for JS scripts.
|
| ScriptParameterFactoryRegistry | |
| ScriptProcessorRegistrar |
Registers a script processor with the web script framework
|
| ScriptProcessorRegistry |
Registry of Script Processors.
|
| ScriptRemote |
Root-scope class that provides useful functions for working with endpoints,
connectors and credentials.
|
| ScriptRemoteConnector |
Describes a connector to a remote endpoint.
|
| ScriptUrlMethod |
Custom FreeMarker Template language method.
|
| ScriptValueConverter |
Value Converter to marshal objects between Java and Javascript.
|
| SearchPath |
Web Script Storage
|
| Status |
Web Script Status
Records the outcome of a Web Script.
|
| StatusTemplate |
Status Template
|
| StoreRegistrar |
Registers a store into a search path
|
| TemplateConfigModel |
Model representation of configuration for use in scripts.
|
| TemplateProcessorRegistrar |
Registers a template processor with the web script framework
|
| TemplateProcessorRegistry |
Registry of Template Processors.
|
| TransactionParameters |
Web Script Transaction Parameters
Records the desired transaction requirements for the Web Script
|
| TypeDescription |
type description
|
| UriTemplate |
Class representing a Uri Template - with basic {token} format support.
|
| UrlEncodeMethod |
Custom FreeMarker Template language method.
|
| UrlPathHelper |
Overrides the SpringMVC default UrlPathHelper class to disable the use of the
"clean" method which incorrectly removes everything from the URI path after
the ; semi-colon character - as after decoding the URI this could well be a valid
part of the URI path or a url argument.
|
| WebScriptPropertyResourceBundle |
Extends
PropertyResourceBundle in order to provide two new capabilities. |
| WebScriptRequestImpl |
Basic Implementation of a Web Script Request
|
| WebScriptRequestURLImpl |
Web Script Request implementation that acts upon a string representation
of a URL
|
| WebScriptResponseImpl |
Basic Implementation of a Web Script Request
|
| WebScriptStatus | Deprecated |
| Enum | 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.RequiredTransaction |
Enumeration of "required" Transaction level
|
| Description.TransactionCapability |
Enumeration of transaction capability
|
| Format |
Well known Web Script Formats
|
| Match.Kind |
Kind of Match
|
| Exception | Description |
|---|---|
| WebScriptException |
Web Script Exceptions.
|
Copyright © 2005–2019 Alfresco Software. All rights reserved.