|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.htmlevaluation.HtmlEvaluationManager
public class HtmlEvaluationManager
#IHtmlEvaluationManager
implementation that allows to evaluate an URL
or HTML content according with the accessibility roles.
For evaluation of an URL, its possible evaluate, both External URL and Portal
URL.
For Portal URL, is necessary to inform the user session ID.
Constructor Summary | |
---|---|
HtmlEvaluationManager()
|
Method Summary | |
---|---|
List<HtmlEvaluationMessage> |
evaluate(HtmlEvaluationMessage.Level level,
String html)
Makes the Evaluation for a HTML content passed as parameter. |
List<HtmlEvaluationMessage> |
evaluate(HtmlEvaluationMessage.Level level,
URL url,
String userSessionId)
Makes the Evaluation for a specific URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlEvaluationManager()
Method Detail |
---|
public List<HtmlEvaluationMessage> evaluate(HtmlEvaluationMessage.Level level, URL url, String userSessionId) throws UnexpectedException
userSessionId
can be null. Otherwise, the userSessionId
must be informed.
evaluate
in interface IHtmlEvaluationManager
level
- Minimal level to be considered.url
- URL to be evaluated.userSessionId
- user session ID. This information can be null if the URL is a
external URL.
UnexpectedException
public List<HtmlEvaluationMessage> evaluate(HtmlEvaluationMessage.Level level, String html)
evaluate
in interface IHtmlEvaluationManager
level
- Minimal level to be considered.html
- HTML content to be evaluated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |