lumis.service.webpage
Class WebPage

Package class diagram package WebPage
java.lang.Object
  extended by lumis.portal.serviceinterface.GenericServiceInterface
      extended by lumis.service.webpage.WebPage
All Implemented Interfaces:
IServiceInterface

public class WebPage
extends GenericServiceInterface


Field Summary
static String PARAM_SEND_COOKIES
           
static String PARAM_URL
           
static String PARAM_USE_IFRAME
           
static String PARAM_USE_SAME_SESSION
           
 
Constructor Summary
WebPage()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_URL

public static final String PARAM_URL
See Also:
Constant Field Values

PARAM_SEND_COOKIES

public static final String PARAM_SEND_COOKIES
See Also:
Constant Field Values

PARAM_USE_IFRAME

public static final String PARAM_USE_IFRAME
See Also:
Constant Field Values

PARAM_USE_SAME_SESSION

public static final String PARAM_USE_SAME_SESSION
See Also:
Constant Field Values
Constructor Detail

WebPage

public WebPage()
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 interface IServiceInterface
Overrides:
render in class GenericServiceInterface
Parameters:
request - the render request
response - 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  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.