Uses of Interface
org.springframework.extensions.webscripts.Path
Packages that use Path
-
Uses of Path in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement PathModifier and TypeClassDescriptionclassBasic implementation of a Web Script Path Used for package & url trees.Methods in org.springframework.extensions.webscripts that return PathModifier and TypeMethodDescriptionPath[]Path.getChildren()Gets the child pathsPath[]PathImpl.getChildren()Gets a Web Script Family NOTE: - To get all families, pass / - To get a specific family, pass /{familyName}DeclarativeRegistry.getLifecycle(String lifecyclePath) 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}DeclarativeRegistry.getPackage(String scriptPackage) Description.getPackage()Gets the package (Path version of getScriptPath)DescriptionImpl.getPackage()PackageDescriptionDocument.getPackage()Registry.getPackage(String packagePath) Gets a Web Script PackagePath.getParent()Gets the parent pathPathImpl.getParent()Gets a Web Script URLMethods in org.springframework.extensions.webscripts with parameters of type PathModifier and TypeMethodDescriptionvoidDescriptionImpl.setPackage(Path scriptPackage) Sets the Package (path version of getScriptPath)voidPackageDescriptionDocument.setPackage(Path scriptPackage) Sets the Package (path version of getScriptPath)