lumis.service.portalmanagement.importexport
Class ImportExportControllerHtml

Package class diagram package ImportExportControllerHtml
java.lang.Object
  extended by lumis.portal.controller.ControllerHtml
      extended by lumis.service.portalmanagement.importexport.ImportExportControllerHtml

public class ImportExportControllerHtml
extends ControllerHtml

Controller for import and export front-end actions.

Since:
6.2.0

Field Summary
 
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
 
Constructor Summary
ImportExportControllerHtml(HttpServletRequest request, HttpServletResponse response)
          Initializes a new instance with the given parameters.
 
Method Summary
 void handle()
          Handles the request.
Accept the following parameters: m: required parameter to indicate which action is being requested.
 
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportExportControllerHtml

public ImportExportControllerHtml(HttpServletRequest request,
                                  HttpServletResponse response)
                           throws ControllerException,
                                  PortalException
Initializes a new instance with the given parameters.

Parameters:
request - the request.
response - the response.
Throws:
ControllerException
PortalException
Since:
6.2.0
Method Detail

handle

public void handle()
            throws PortalException
Handles the request.
Accept the following parameters:

Throws:
PortalException
Since:
6.2.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.