| 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. |