Interface StandardsManager
- All Known Implementing Classes:
AsnStandardsManager,CommCoreStandardsManager,DleseStandardsManager,DynaStandardsManager,ResQualStandardsManager,TeachersDomainStandardsManager
public interface StandardsManager
Manages information about a standards document in the context of a
SuggestionServiceHelper. The standards within a document are represented as
a StandardsDocument.- Author:
- ostwald
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the JSP tag that will render the standards hierarchyGets the xmlFormat attribute of the StandardsManager objectgetXpath()Gets the xpath attribute of the StandardsManager object
-
Method Details
-
getXmlFormat
String getXmlFormat()Gets the xmlFormat attribute of the StandardsManager object- Returns:
- The xmlFormat value
-
getXpath
String getXpath()Gets the xpath attribute of the StandardsManager object- Returns:
- The xpath value
-
getRendererTag
String getRendererTag()The name of the JSP tag that will render the standards hierarchy- Returns:
- The rendererTag value
-