Class StructureSyncControllerJson
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.service.portalmanagement.importexport.StructureSyncControllerJson
-
public class StructureSyncControllerJson extends ControllerHtml
Used by the structure tree control to lazy load child items.- Since:
- 6.2.0
- Version:
- $Revision: 22409 $ $Date: 2019-02-14 15:59:32 -0200 (Thu, 14 Feb 2019) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description StructureSyncControllerJson(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
-
StructureSyncControllerJson
public StructureSyncControllerJson(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-