Package | Description |
---|---|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.a.web.wic.authen |
Identification and authentication of users.
|
votorola.s.wic |
Votorola web UIs under Wicket.
|
votorola.s.wic.count |
The user interface of the count engine under Wicket.
|
votorola.s.wic.diff |
The user interface of the difference bridge under Wicket.
|
votorola.s.wic.server |
A user interface providing an overview of the server under Wicket.
|
Modifier and Type | Class and Description |
---|---|
class |
WP_Message
A general purpose message page for displaying messages outside their page of origin.
|
Constructor and Description |
---|
WC_NavigationHead(String id,
VPageHTML page,
VRequestCycle cycle)
Constructs a WC_NavigationHead.
|
Modifier and Type | Class and Description |
---|---|
class |
LoginPage
A basic login page.
|
(package private) class |
WP_EmailAuthen1
A page for the authentication of a user's email address, step 1.
|
(package private) class |
WP_EmailAuthen2
A page for the authentication of a user's email address, step 2.
|
class |
WP_OpenIDLogin
An OpenID login page.
|
class |
WP_OpenIDReturn
An OpenID authentication return page, continuing from WP_OpenIDLogin.
|
class |
WP_WikiLogin
A login page based on the authentication facilities of the pollwiki, enabling synchronized login between it and
the Wicket interface.
|
Modifier and Type | Method and Description |
---|---|
VPageHTML |
OpenIDAuthenticator.newLoginPage(PageParameters _pP) |
abstract VPageHTML |
Authenticator.newLoginPage(PageParameters pP)
Constructs a login page that redirects to a newly constructed, bookmarkable,
return page if authentication succeeds.
|
VPageHTML |
WikiAuthenticator.newLoginPage(PageParameters _pP) |
Modifier and Type | Method and Description |
---|---|
Class<? extends VPageHTML> |
OpenIDAuthenticator.loginPageClass() |
abstract Class<? extends VPageHTML> |
Authenticator.loginPageClass()
The class of login page for this authenticator.
|
Class<? extends VPageHTML> |
WikiAuthenticator.loginPageClass() |
Constructor and Description |
---|
WC_Alias(String id,
VPageHTML page,
VRequestCycle cycle)
Constructs a WC_Alias.
|
Modifier and Type | Class and Description |
---|---|
class |
WP_MyDraft
A page that redirects to the user's draft, or, if there is no draft, guides the user
in creating one.
|
Modifier and Type | Class and Description |
---|---|
class |
WP_CountEngine
The count engine overview page.
|
class |
WP_Poll
A poll overview page.
|
class |
WP_Rank
A view of the tallied results for a poll.
|
class |
WP_Votespace
A view of the vote structure for a poll.
|
Modifier and Type | Class and Description |
---|---|
class |
WP_D
The Wicket interface of the difference bridge, which includes a view of the difference
between a pair of draft revisions.
|
Modifier and Type | Class and Description |
---|---|
class |
WP_Activity
A vote-server activity page, showing a summary of user and administrative activity.
|
class |
WP_Server
Home page of the Votorola server.
|