| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Path | |
|---|---|
| org.springframework.extensions.webscripts | |
| Uses of Path in org.springframework.extensions.webscripts | 
|---|
| Classes in org.springframework.extensions.webscripts that implement Path | |
|---|---|
 class | 
PathImpl
Basic implementation of a Web Script Path Used for package & url trees.  | 
| Methods in org.springframework.extensions.webscripts that return Path | |
|---|---|
 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 | 
DescriptionImpl.getPackage()
 | 
 Path | 
Description.getPackage()
Gets the package (Path version of getScriptPath)  | 
 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)
 | 
| Methods in org.springframework.extensions.webscripts with parameters of type Path | |
|---|---|
 void | 
DescriptionImpl.setPackage(Path scriptPackage)
Sets the Package (path version of getScriptPath)  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||