Interface BaseDescriptionDocument
- All Superinterfaces:
BaseDescription
- All Known Subinterfaces:
Description
- All Known Implementing Classes:
AbstractBaseDescriptionDocument,DescriptionImpl,PackageDescriptionDocument,SchemaDescriptionDocument
Interface for base description document which maps to a physical XML document
- Author:
- drq
-
Method Summary
Modifier and TypeMethodDescriptionGets the description xml document for this base description documentGets the path of the description xml document for this base description documentGets the root path of the store of this base description documentMethods inherited from interface org.springframework.extensions.webscripts.BaseDescription
getDescription, getId, getShortName
-
Method Details
-
getStorePath
String getStorePath()Gets the root path of the store of this base description document- Returns:
- root path of store
-
getDescPath
String getDescPath()Gets the path of the description xml document for this base description document- Returns:
- document location (path)
-
getDescDocument
Gets the description xml document for this base description document- Returns:
- source document
- Throws:
IOException
-