Package | Description |
---|---|
votorola.a.web.wap |
Providing a web API for Votorola.
|
votorola.g.web |
Networking by web protocols.
|
votorola.s.wap |
Web APIs for Votorola.
|
votorola.s.wap.store |
The web API for the transient storage of unimportant data.
|
Constructor and Description |
---|
Call(String _prefix,
Requesting _req,
ResponseConfiguration _resConfig)
Constructs a Call.
|
Responding(WAP _wap,
HttpServletRequest _request,
HttpServletResponse _response)
Constructs a Responding.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
HTTPServletRequestX.getBooleanParameter(String key,
ServletRequest reqS)
Returns the boolean value of a request parameter, where true is encoded as a 'Y',
'y' or empty value '', and false as an 'N', 'n' or omitted value (null).
|
static String |
HTTPServletRequestX.getParameterNonEmpty(String key,
ServletRequest reqS)
Returns the non-empty value of a request parameter, or null if the parameter is
not specified.
|
static String |
HTTPServletRequestX.getParameterRequired(String key,
ServletRequest reqS)
Returns the non-null, non-empty value of a request parameter.
|
Constructor and Description |
---|
CountWAP(String prefix,
Requesting req,
ResponseConfiguration resConfig)
Constructs a CountWAP.
|
DiffFeedWAP(String _prefix,
Requesting _req,
ResponseConfiguration _resConfig)
Constructs a DiffFeedWAP (former HarvestWAP).
|
DiffWAP(String prefix,
Requesting req,
ResponseConfiguration resConfig)
Constructs a DiffWAP.
|
HarvestWAP(String _prefix,
Requesting _req,
ResponseConfiguration _resConfig)
Constructs a HarvestWAP.
|
KickWAP(String _prefix,
Requesting _req,
ResponseConfiguration _resConfig)
Constructs a KickWAP.
|
PollspaceWAP(String prefix,
Requesting req,
ResponseConfiguration resConfig)
Constructs a PollspaceWAP.
|
Constructor and Description |
---|
StoreWAP(String prefix,
Requesting req,
ResponseConfiguration resConfig)
Constructs a StoreWAP.
|