public interface VoterPage
Key | Value | Default |
---|---|---|
u | The username of the voter. Any demi-encoding with underscores in place of spaces is automatically decoded. Incompatible with parameter 'v'; specify one or the other. | Null, specifying no particular user. |
v | The email address of the user. Incompatible with parameter 'u'; specify one or the other. | Null, specifying no particular user. |
Modifier and Type | Interface and Description |
---|---|
static class |
VoterPage.SessionScope
Session scope for instances of VoterPage.
|
static class |
VoterPage.U
Voter page utilities.
|
Modifier and Type | Method and Description |
---|---|
String |
voterEmail()
Identifies the voter by canonical email address.
|
IDPair |
voterIDPair()
Identifies either the voter who is viewed on this page, or nobody.
|
String |
voterUsername()
The voter's username as derived from the email address.
|
String voterEmail()
voterIDPair()
IDPair voterIDPair()
voterEmail()
,
voterUsername()
String voterUsername()
voterIDPair()