Uses of Interface
org.springframework.extensions.webscripts.Path
-
Packages that use Path Package Description org.springframework.extensions.webscripts -
-
Uses of Path in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement Path Modifier and Type Class Description classPathImplBasic implementation of a Web Script Path Used for package & url trees.Methods in org.springframework.extensions.webscripts that return Path Modifier and Type Method Description Path[]Path. getChildren()Gets the child pathsPath[]PathImpl. getChildren()PathDeclarativeRegistry. getFamily(java.lang.String scriptUri)PathRegistry. getFamily(java.lang.String familyPath)Gets a Web Script Family NOTE: - To get all families, pass / - To get a specific family, pass /{familyName}PathDeclarativeRegistry. getLifecycle(java.lang.String lifecyclePath)PathRegistry. getLifecycle(java.lang.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}PathDeclarativeRegistry. getPackage(java.lang.String scriptPackage)PathDescription. getPackage()Gets the package (Path version of getScriptPath)PathDescriptionImpl. getPackage()PathPackageDescriptionDocument. getPackage()PathRegistry. getPackage(java.lang.String packagePath)Gets a Web Script PackagePathPath. getParent()Gets the parent pathPathPathImpl. getParent()PathDeclarativeRegistry. getUri(java.lang.String scriptUri)PathRegistry. getUri(java.lang.String uriPath)Gets a Web Script URLMethods in org.springframework.extensions.webscripts with parameters of type Path Modifier and Type Method Description voidDescriptionImpl. setPackage(Path scriptPackage)Sets the Package (path version of getScriptPath)voidPackageDescriptionDocument. setPackage(Path scriptPackage)Sets the Package (path version of getScriptPath)
-