Package | Description |
---|---|
votorola.a.web.wap |
Providing a web API for Votorola.
|
votorola.s.wap.store |
The web API for the transient storage of unimportant data.
|
Modifier and Type | Method and Description |
---|---|
WAP |
Requesting.wap()
The servlet handling the request.
|
WAP |
Responding.wap() |
Modifier and Type | Method and Description |
---|---|
static void |
Call.init(WAP wap)
The class initializer.
|
Constructor and Description |
---|
Responding(WAP _wap,
HttpServletRequest _request,
HttpServletResponse _response)
Constructs a Responding.
|
Modifier and Type | Method and Description |
---|---|
static void |
StoreWAP.init(WAP wap) |
Constructor and Description |
---|
StoreTable(WAP wap)
Contructs a StoreTable for use in a web API.
|