Overview  Package   Class  Tree  Index 

be.lassi.server
Class WebLanbox

java.lang.Object
  extended by be.lassi.server.WebLanbox

public class WebLanbox
extends java.lang.Object

Represents the Lanbox in a Java Server Page: processes http requests, and provides access to the request result and some of the Lanbox state.


Constructor Summary
WebLanbox()
           
 
Method Summary
 java.lang.String process(javax.servlet.http.HttpServletRequest request)
          Processes the http request.
static void setContext(ShowContext sharedContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLanbox

public WebLanbox()
Method Detail

process

public java.lang.String process(javax.servlet.http.HttpServletRequest request)
Processes the http request.

Parameters:
request - the http request
Returns:
processing result

setContext

public static void setContext(ShowContext sharedContext)

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2