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$ $Date$
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description URLAccessibilityEvaluationControllerHtml(javax.servlet.http.HttpServletRequest request, javax.servlet.http.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
checkRequestIsPost, deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
URLAccessibilityEvaluationControllerHtml
public URLAccessibilityEvaluationControllerHtml(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException
- Throws:
PortalException
-
-