| Package | Description |
|---|---|
| org.springframework.extensions.webscripts |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebScript
Abstract implementation of a Web Script
|
class |
DeclarativeWebScript
Script/template driven based implementation of an Web Script
|
| Modifier and Type | Method and Description |
|---|---|
WebScript[] |
Path.getScripts()
Gets Web Scripts associated with this path
|
WebScript[] |
PathImpl.getScripts() |
WebScript |
Match.getWebScript()
Gets the matching web script
|
WebScript |
DeclarativeRegistry.getWebScript(String id) |
WebScript |
Registry.getWebScript(String id)
Gets a Web Script by Id
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WebScript> |
DeclarativeRegistry.getWebScripts() |
Collection<WebScript> |
Registry.getWebScripts()
Gets all Web Scripts
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathImpl.addScript(WebScript script)
Associate Web Script with Path
|
String[] |
ClassPathStore.getScriptDocumentPaths(WebScript script) |
String[] |
RemoteStore.getScriptDocumentPaths(WebScript script) |
String[] |
Store.getScriptDocumentPaths(WebScript script)
Gets the paths of all implementation files for a given Web Script
|
void |
JaxRSUriIndex.registerUri(WebScript script,
String uri) |
void |
PrefixTemplateUriIndex.registerUri(WebScript script,
String uri) |
void |
UriIndex.registerUri(WebScript script,
String uri)
Register a URI with a Web Script
|
| Constructor and Description |
|---|
AbstractMessageHelper(WebScript webscript)
Constructor
|
Match(String templatePath,
Map<String,String> templateVars,
String matchPath,
WebScript script)
Construct
|
MessageMethod(WebScript webscript)
Constructor
|
ScriptMessage(WebScript webscript)
Constructor
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.