Package | Description |
---|---|
votorola.a.response |
Interfacing with users by command/response.
|
votorola.a.voter |
Providing user-specific facilities.
|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.g.locale |
Localizing user interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplyBuilder
A composite resource bundle, string formatter and character buffer.
|
Modifier and Type | Method and Description |
---|---|
BundleFormatter |
CommandResponder.Session.bunA()
The application (A) bundle formatter for this session.
|
BundleFormatter |
CommandResponder.Session.bunCR()
The command/response (CR) bundle formatter for this session.
|
Constructor and Description |
---|
CommandResponder.Session(VoterInterface _voterInterface,
String _email,
int _trustLevel,
BundleFormatter _bunA,
ReplyBuilder _replyBuilder)
Constructs a Session.
|
Modifier and Type | Method and Description |
---|---|
String |
ActivityEvent.description(BundleFormatter _bun)
Returns a string description of this event.
|
String |
ActivityEvent.lapseToString(BundleFormatter bun)
Returns a human-readable description of the approximate time lapsed since the
event occured, per lapseToString(time0,time1,bun).
|
static String |
ActivityEvent.lapseToString(long time0,
long time1,
BundleFormatter bun)
Returns a human-readable description of the approximate difference between time0
and time1.
|
Modifier and Type | Method and Description |
---|---|
BundleFormatter |
VRequestCycle.bunA()
The application (A) bundle formatter.
|
BundleFormatter |
VRequestCycle.bunG() |
BundleFormatter |
VRequestCycle.bunW()
The web (W) bundle formatter.
|
Modifier and Type | Method and Description |
---|---|
BundleFormatter |
BundleFormatter.GProvider.bunG()
The general (G) bundle formatter.
|
protected BundleFormatter |
BundleFormatter.lappend(String key,
Object... args)
Appends a localized string to the buffer.
|