Package lumis.service.content.preview
Class PreviewServiceInterface
- java.lang.Object
-
- lumis.portal.serviceinterface.GenericServiceInterface
-
- lumis.service.content.preview.PreviewServiceInterface
-
- All Implemented Interfaces:
IServiceInterface
public class PreviewServiceInterface extends GenericServiceInterface
Service Interface Implementation to the Preview Service Interface. This class build the content of the iFrame that will render the Interface requested.- Since:
- 6.0.1
- Version:
- $Revision: 22511 $ $Date: 2019-03-11 16:49:28 -0300 (Mon, 11 Mar 2019) $
-
-
Constructor Summary
Constructors Constructor Description PreviewServiceInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Called by the service interface container to allow the service interface to generate the content of the response based on its current state.-
Methods inherited from class lumis.portal.serviceinterface.GenericServiceInterface
instanceAdded, instanceDeleted, instanceLoaded, instanceUnLoaded, load, processAction, register, renderBefore, unload
-
-
-
-
Method Detail
-
render
public void render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response) throws ServiceInterfaceException, PortalException
Description copied from interface:IServiceInterface
Called by the service interface container to allow the service interface to generate the content of the response based on its current state.- Specified by:
render
in interfaceIServiceInterface
- Overrides:
render
in classGenericServiceInterface
- Parameters:
request
- the render requestresponse
- the render response- Throws:
ServiceInterfaceException
- if the service interface has problems fulfilling the rendering requestPortalException
- if the service interface is unavailable to perform render at this time
-
-