| Package | Description |
|---|---|
| org.springframework.extensions.directives |
| Modifier and Type | Class and Description |
|---|---|
class |
AddInlineJavaScriptDirective
This FreeMarker directive should be used to add raw JavaScript.
|
class |
ChecksumResourceDirective
This directive is used to convert resource URLs into resource URLs containing a checksum that uniquely
matches the resource contents.
|
class |
CreateWebScriptWidgetsDirective
This directive should be used in WebScripts that intend use client-side JavaScript "widgets".
|
class |
CssDependencyDirective
This directive is used to address the problem of browsers caching stale CSS resources.
|
class |
JavaScriptDependencyDirective
This directive is used to address the problem of browsers caching stale JavaScript resources.
|
class |
MessagesDependencyDirective
This directive is used to address the problem of browsers caching stale i18n messages for the application.
|
class |
OutputCSSDirective
This directive is used for outputting the CSS dependencies that have been requested by other directives onto the
output stream.
|
class |
OutputJavaScriptDirective
Directive for outputting JavaScript into the FreeMarker template.
|
class |
ProcessJsonModelDirective
The purpose of this widget is to allow "New Share" pages to be created via a single WebScript.
|
class |
RelocateJavaScriptOutputDirective
Allows the JavaScript content generated by the
OutputJavaScriptDirective to be relocated within the context of a model. |
class |
StandaloneWebScriptWrapper
This FreeMarker Directive can be used as the outer-wrapper in a WebScript FreeMarker template to add the the
OutputCSSContentModelElement and OutputJavaScriptContentModelElement instances into the ExtensibilityModel
when the WebScript is not processed within the context of a Page. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultDirectiveFactory.setupDirective(AbstractDependencyExtensibilityDirective directive,
ModelObject object,
RequestContext context)
Sets up a directive with the core objects needed.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.