lumis.service.html
Class DisplayHtml
java.lang.Object
lumis.portal.serviceinterface.GenericServiceInterface
lumis.service.html.DisplayHtml
- All Implemented Interfaces:
- IServiceInterface
public class DisplayHtml
- extends GenericServiceInterface
Implementation of the display interface of the Html service.
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplayHtml
public DisplayHtml()
instanceAdded
public void instanceAdded(ServiceInterfaceInstanceConfig interfaceInstanceConfig,
ITransaction transaction)
throws ServiceInterfaceException,
PortalException
- Description copied from interface:
IServiceInterface
- Called by the service container to indicate that a service interface instance has been added
- Specified by:
instanceAdded
in interface IServiceInterface
- Overrides:
instanceAdded
in class GenericServiceInterface
- Parameters:
interfaceInstanceConfig
- a ServiceInterfaceInstanceConfig
object containing the service
interface instance's configuration and initialization parameters
- Throws:
ServiceInterfaceException
- if the service interface has problems fulfilling the request
PortalException
- if the service interface is unavailable to process the action at this time
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 interface IServiceInterface
- Overrides:
render
in class GenericServiceInterface
- Parameters:
request
- the render requestresponse
- the render response
- Throws:
ServiceInterfaceException
- if the service interface has problems fulfilling the rendering request
PortalException
- if the service interface is unavailable to perform render at this time
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.