|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Authenticator | Web Script Authenticator for the HTTP Servlet environment |
| 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 |
| ScriptProcessor | Web Script Processor |
| 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 |
| UriIndex | Encapsulates the mapping of URIs to Web Scripts |
| WebScript | Web Script |
| WebScriptRequest | Web Script Request |
| WebScriptResponse | Web Script Response |
| WrappingWebScriptRequest | Wrapping Web Script Request |
| WrappingWebScriptResponse | Wrapping Web Script Response |
| Class Summary | |
|---|---|
| AbsoluteUrlMethod | |
| 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. |
| BasicHttpAuthenticatorFactory | HTTP Basic Authentication for web-tier. |
| Cache | Web Script Cache Records the desired cache requirements for the Web Script |
| ClassPathStore | ClassPath based Web Script Store |
| ClientUrlFunctionMethod | |
| ComponentFreemarkerTagDirective | A generic Freemarker Directive wrapper around the Java Tag classes. |
| 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 |
| DeclarativeWebStudioWebScript | Base Web Script implementation for Web Studio Web Scripts This extends from DeclarativeSiteWebScript so as to provide root-scoped objects directly from the Web Framework (Surf). |
| DescriptionImpl | Implementation of a Web Script Description |
| 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. |
| FreemarkerI18NMessageMethod | |
| FreemarkerProcessor | Implementation of a renderer that executes a Freemarker template. |
| FreemarkerTagSupportDirective | Abstract class that defines a Freemarker directive which can process JSP tags. |
| GenericFreemarkerTagDirective | A generic Freemarker Directive wrapper around the Java Tag classes |
| ISO8601DateFormatMethod | NOTE: sourced from org.alfresco.repo.template.ISO8601DateFormatMethod. |
| JarStore | Read only store implementation that can be mounted against a JAR file. |
| JaxRSUriIndex | JSR-311 (Jax-RS) URI Index |
| LocalFileSystemStore | Simple implementation of a local store file system. |
| LocalWebScriptContext | |
| LocalWebScriptRequest | The Class LocalWebScriptRequest. |
| LocalWebScriptResponse | Implementation of a WebScript Response object for WebScript Component type. |
| LocalWebScriptRuntime | WebScript Runtime for rendering as Web Framework components. |
| LocalWebScriptRuntimeContainer | |
| 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 | |
| MessagesWebScript | WebScript responsible for returning a JavaScript response containing a JavaScript associative array of all I18N messages name/key pairs installed on the web-tier. |
| MultiScriptLoader | Composite script loader |
| NativeMap | Wrapper for exposing maps in Rhino scripts. |
| NegotiatedFormat | Map between media type and format This class is immutable. |
| PathImpl | Basic implementation of a Web Script Path Used for package & url trees. |
| 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. |
| ProcessorModelHelper | Helper to generate the model map for Script and Template execution. |
| RegionFreemarkerTagDirective | A generic Freemarker Directive wrapper around the Java Tag classes |
| RemoteStore | Store implementation that queries and retrieves documents from a remote HTTP endpoint. |
| RequestReader | Convert request stream to class org.alfresco.util.Content |
| ResourceFreemarkerTagDirective | Outputs the requested url representation of a resource
Named Resource Examples:
<@res name="resourceName" />
<@res id=" |
| 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. |
| ScriptBase | Base class for all Web Framework Root-Scope and Script Model objects This class can accept a binding to a RenderContext (for convenience). |
| 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 | |
| ScriptForm | Describes a Form that can be bound for the currently rendering component. |
| ScriptFormData | Represents form data that was posted back to the current rendering context. |
| ScriptHelper | A helper class with static functions for working with Scriptable maps, arrays and ScriptModelObjects. |
| ScriptImporter | Utility for importing Surf assets from a remote location into the Surf environment |
| ScriptLinkBuilder | |
| ScriptLogger | NOTE: Copied from org.alfresco.repo.jscript |
| ScriptLogger.SystemOut | |
| ScriptMessage | Helper to resolve an I18N message for JS scripts. |
| ScriptModelObject | Provides a write-able model object wrapper to the script engine. |
| ScriptProcessorRegistrar | Helper bean for registering script processors with the web script script processor registry |
| 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. |
| ScriptRemoteConnector | Describes a connector to a remote endpoint. |
| ScriptRenderContext | A root-scoped Java object that wraps the Render Context object. |
| ScriptRenderingInstance | Wraps the renderer instance and provisions properties about the currently rendering item to the script writer. |
| ScriptResource | |
| ScriptResourceContent | |
| ScriptResources | Provides an interface to resources as stored on a model object. |
| ScriptSiteData | A read-only root-scoped Java object for working with the Web Framework and the Web Framework object model. |
| ScriptUrlMethod | Custom FreeMarker Template language method. |
| ScriptUser | Read-only root-scoped script object wrapping the current user for the current thread of execution. |
| ScriptValueConverter | Value Converter to marshal objects between Java and Javascript. |
| ScriptWebApplication | Helper object for dealing with the web application's environment. |
| ScriptWebStudio | |
| ScriptWizard | TODO: delete this class - no more server-side wizard support |
| SearchPath | Web Script Storage |
| Status | Web Script Status Records the outcome of a Web Script. |
| StatusTemplate | Status Template |
| TemplateConfigModel | Model representation of configuration for use in scripts. |
| TemplateProcessorRegistrar | Helper bean for registering template processors with the web script template processor registry |
| TemplateProcessorRegistry | Registry of Template Processors If no processors are registered, the default script processor is the freemarker processor. |
| TransactionParameters | Web Script Transaction Parameters Records the desired transaction requirements for the Web Script |
| UriTemplate | Class representing a Uri Template - with basic {token} format support. |
| UrlEncodeMethod | Custom FreeMarker Template language method. |
| URLHelper | Class to represent the template model for a URL. |
| URLModel | Script / Template Model representing Web Script URLs This class is immutable. |
| WebApplicationStore | Store implementation which points to web application root |
| WebScriptProcessor | The WebScriptRenderer is an implementation of Renderable which describes a rendering engine that the Web Framework can use to execute a web script. |
| 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 |
| WebScriptServletRequest | Deprecated. |
| WebScriptServletResponse | Deprecated. |
| WebScriptStatus | Deprecated. |
| Enum Summary | |
|---|---|
| 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 Summary | |
|---|---|
| WebScriptException | Web Script Exceptions. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||