Package votorola.a.voter

Interfacing with voters.

See:
          Description

Interface Summary
CommandResponder A responder to a user command.
VoterPage A page that is navigable by voter.
 

Class Summary
ActivityEvent A recorded atom of user, administrative or system activity, that would be of general interest to users.
ActivityList A rolling list of activity events, beginning with the most recent.
ActivityList.TL An activity list that allows for thread-safe logging.
CommandResponder.Base Base implementation of a command responder.
CommandResponder.Session A user session in a command response inteface.
CommandResponder.X Command responder utilities.
CR_Hello Responder for the command 'hello' - to say hello to the server.
CR_Help Responder for the command 'help' - to request general information on the electoral service, and instructions on using it.
CR_Version Responder for the command 'version' - to ask what version of software the subserver is running.
ReplyBuilder A composite resource bundle, string formatter and character buffer.
UserSettings A user's service preferences and other settings, backed by a row of the subserver's user-settings table.
UserSettings.Table The user-settings table of an electoral subserver, storing the settings in relational form.
WC_VoterNavigator A controller/viewer for navigating among voters.
WC_VoterNavigator.SessionScope Session scope for instances of WC_VoterNavigator.
WP_Voter A voter page in the Web interface - providing an overview of a single voter.
WP_Voter.SelfLink A link to the user's own version of the current page.
WP_Voter.VoterLink A link to a page under the voter navigation bar.
WP_Voter.VoterNavPile Navigation bars for the top of a voter page.
WP_Voter.VoterTab A navigation tab for a voter page.
WP_Voter.VoterTab.Runner  
 

Exception Summary
CommandResponder.AnonymousIssueException Thrown when a command cannot be accepted because it was issued anonymously.
 

Package votorola.a.voter Description

Interfacing with voters.