DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards
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
 String getRendererTag()
          The name of the JSP tag that will render the standards hierarchy
 String getXmlFormat()
          Gets the xmlFormat attribute of the StandardsManager object
 String getXpath()
          Gets the xpath attribute of the StandardsManager object
 

Method Detail

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

DLESE Tools
v1.6.0