| Package | Description |
|---|---|
| org.springframework.extensions.webscripts |
| Modifier and Type | Class and Description |
|---|---|
class |
PathImpl
Basic implementation of a Web Script Path
Used for package & url trees.
|
| Modifier and Type | Method and Description |
|---|---|
Path[] |
PathImpl.getChildren() |
Path[] |
Path.getChildren()
Gets the child paths
|
Path |
Registry.getFamily(String familyPath)
Gets a Web Script Family
NOTE:
- To get all families, pass /
- To get a specific family, pass /{familyName}
|
Path |
DeclarativeRegistry.getFamily(String scriptUri) |
Path |
Registry.getLifecycle(String lifecyclePath)
Gets a Lifecycle Family, for example, all deprecated web scripts
NOTE:
- To get all lifecycles, pass /
- To get a specific lifecycle, pass /{lifecycleName}
|
Path |
DeclarativeRegistry.getLifecycle(String lifecyclePath) |
Path |
Description.getPackage()
Gets the package (Path version of getScriptPath)
|
Path |
PackageDescriptionDocument.getPackage() |
Path |
DescriptionImpl.getPackage() |
Path |
Registry.getPackage(String packagePath)
Gets a Web Script Package
|
Path |
DeclarativeRegistry.getPackage(String scriptPackage) |
Path |
PathImpl.getParent() |
Path |
Path.getParent()
Gets the parent path
|
Path |
Registry.getUri(String uriPath)
Gets a Web Script URL
|
Path |
DeclarativeRegistry.getUri(String scriptUri) |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageDescriptionDocument.setPackage(Path scriptPackage)
Sets the Package (path version of getScriptPath)
|
void |
DescriptionImpl.setPackage(Path scriptPackage)
Sets the Package (path version of getScriptPath)
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.