Package lumis.service.media
Class FCKSelectImagesControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.service.media.FCKSelectImagesControllerHtml
-
public class FCKSelectImagesControllerHtml extends ControllerHtml
A controller for find the interface instance of lumis.service.media.popupSelectImages.- Since:
- 14.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description FCKSelectImagesControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
Returns the errorMessage.String
getUrlAction()
Returns the urlAction.void
handleRequest()
Handle request.-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
FCKSelectImagesControllerHtml
public FCKSelectImagesControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException, IOException
Handle request.- Throws:
PortalException
IOException
- Since:
- 14.0.0
-
getUrlAction
public String getUrlAction()
Returns the urlAction.- Returns:
- the urlAction
- Since:
- 14.0.0
-
getErrorMessage
public String getErrorMessage()
Returns the errorMessage.- Returns:
- the errorMessage
- Since:
- 14.0.0
-
-