Package lumis.service.htmlevaluation
Class URLAccessibilityEvaluationControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.service.htmlevaluation.URLAccessibilityEvaluationControllerHtml
-
public class URLAccessibilityEvaluationControllerHtml extends ControllerHtml
Controller HTML uses by urlAccessibilityEvaluation.jsp This controller make evaluation request of a specific HTML content.- Since:
- 6.0.2
- Version:
- $Revision: 13476 $ $Date: 2011-09-02 16:42:35 -0300 (Fri, 02 Sep 2011) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description URLAccessibilityEvaluationControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest()
-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
URLAccessibilityEvaluationControllerHtml
public URLAccessibilityEvaluationControllerHtml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException
- Throws:
PortalException
-
-