be.lassi.server
Class WebLanbox
java.lang.Object
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.
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 |
WebLanbox
public WebLanbox()
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)