Uses of Interface
lumis.portal.htmlevaluation.IHtmlEvaluationManager
-
Packages that use IHtmlEvaluationManager Package Description lumis.portal.htmlevaluation Provides implementation to evaluate a HTML accessibility and conformance issues.lumis.portal.manager -
-
Uses of IHtmlEvaluationManager in lumis.portal.htmlevaluation
Classes in lumis.portal.htmlevaluation that implement IHtmlEvaluationManager Modifier and Type Class Description class
HtmlEvaluationManager
#IHtmlEvaluationManager
implementation that allows to evaluate an URL or HTML content according with the accessibility roles. -
Uses of IHtmlEvaluationManager in lumis.portal.manager
Methods in lumis.portal.manager that return IHtmlEvaluationManager Modifier and Type Method Description static IHtmlEvaluationManager
ManagerFactoryInternal. getHtmlEvaluationManager()
Returns the manager for evaluation of HTML accessibility.
-