|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.serviceinterface.GenericServiceInterface
lumis.service.html.DisplayHtml
public class DisplayHtml
Implementation of the display interface of the Html service.
Constructor Summary | |
---|---|
DisplayHtml()
|
Method Summary | |
---|---|
void |
instanceAdded(ServiceInterfaceInstanceConfig interfaceInstanceConfig,
ITransaction transaction)
Called by the service container to indicate that a service interface instance has been added |
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 |
---|
instanceDeleted, instanceLoaded, instanceUnLoaded, load, processAction, register, renderBefore, unload |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayHtml()
Method Detail |
---|
public void instanceAdded(ServiceInterfaceInstanceConfig interfaceInstanceConfig, ITransaction transaction) throws ServiceInterfaceException, PortalException
IServiceInterface
instanceAdded
in interface IServiceInterface
instanceAdded
in class GenericServiceInterface
interfaceInstanceConfig
- a ServiceInterfaceInstanceConfig
object containing the service
interface instance's configuration and initialization parameters
ServiceInterfaceException
- if the service interface has problems fulfilling the request
PortalException
- if the service interface is unavailable to process the action at this timepublic void render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response) throws ServiceInterfaceException, PortalException
IServiceInterface
render
in interface IServiceInterface
render
in class GenericServiceInterface
request
- the render requestresponse
- the render response
ServiceInterfaceException
- if the service interface has problems fulfilling the rendering request
PortalException
- if the service interface is unavailable to perform render at this time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |