Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
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.server |
A user interface providing an overview of the server under Wicket.
|
Constructor and Description |
---|
WC_DivisionSmallMap(String _id,
String divisionPageNameOrNull,
String mapPageName,
VRequestCycle cycle)
Constructs a WC_DivisionSmallMap.
|
Modifier and Type | Method and Description |
---|---|
static VRequestCycle |
VRequestCycle.get() |
protected VRequestCycle |
VPage.vRequestCycle() |
Modifier and Type | Method and Description |
---|---|
static StringBuilder |
WC_Stage.appendLeader(VSession.User userOrNull,
VoteServer vS,
VRequestCycle cycle)
Appends the leading portion of the script.
|
void |
VSession.clearUser(VRequestCycle cycle)
Clears the authenticated user.
|
protected void |
WC_NavPile.init(NavTab pageTab,
VRequestCycle cycle) |
boolean |
NavTab.isEnabled(VRequestCycle _cycle)
Answers whether or not the tab is to be enabled, when it is off the selection
path.
|
NavTab |
TabbedPage.navTab(VRequestCycle cycle)
Finds and returns the navigation tab for this page.
|
void |
VSession.setUser(IDPair id,
boolean persistent,
TraceNode traceNode,
VRequestCycle cycle)
Sets the authenticated user.
|
abstract String |
NavTab.shortTitle(VRequestCycle _cycle)
A short title for this tab, suitable as the body of a link.
|
NavTab |
NavBar.tabOfType(Class<? extends Page> pageClass,
VRequestCycle cycle)
Returns the first tab of a particular tab type, within this bar.
|
Constructor and Description |
---|
WC_NavigationHead(String id,
VPageHTML page,
VRequestCycle cycle)
Constructs a WC_NavigationHead.
|
WC_NavPile(String id,
NavTab pageTab,
VRequestCycle cycle)
Constructs a WC_NavPile.
|
WC_Stage(String id,
String moduleName,
StringBuilder b,
VRequestCycle cycle)
Constructs a WC_Stage.
|
WC_WGLogo(String _id,
String imageLocationOrNull,
String linkTarget,
VRequestCycle cycle)
Constructs a WC_WGLogo.
|
Modifier and Type | Method and Description |
---|---|
static void |
WP_OpenIDLogin.clearPersistence(String userEmail,
VRequestCycle cycle)
Clears any cookie-persisted authentication.
|
static BookmarkablePageLinkX |
WC_LoginLink.newInOut(String id,
Page page,
VRequestCycle cycle)
Constructs a standard WC_LoginLink or WC_LogoutLink depending on the user's
current login state.
|
(package private) boolean |
WP_EmailAuthen2.sendMessage(VRequestCycle cycle)
Sends the authentication message to the user.
|
(package private) static void |
LoginPage.setUserInSession(IDPair id,
String method,
boolean persistent,
boolean toReplaceSession,
VRequestCycle cycle)
Sets the newly authenticated user in the session.
|
(package private) static void |
WP_OpenIDLogin.setUserInSession(String email,
String _method,
boolean _persistent,
VRequestCycle _cycle)
Sets the newly authenticated user in the session without replacing it.
|
Constructor and Description |
---|
WC_Alias(String id,
VPageHTML page,
VRequestCycle cycle)
Constructs a WC_Alias.
|
WC_LogoutLink(String id,
Page page,
VRequestCycle cycle)
Constructs a standard WC_LogoutLink.
|
WP_EmailAuthen2(InternetAddress claimedUserIAddress,
boolean _persistent,
VRequestCycle cycle,
RequestCycleRunner _runner)
Constructs a WP_EmailAuthen2 in continuation of WP_OpenIDLogin (step 1).
|
Modifier and Type | Method and Description |
---|---|
(package private) static String |
WP_Draft.maybeRedirectToDraft(String personName,
String pollName,
String contextPersonName,
VOWicket app,
VRequestCycle cycle)
Redirects to the position draft if it exists, otherwise returns the URL of the
position core in the local pollwiki, which may or may not exist.
|
Modifier and Type | Method and Description |
---|---|
(package private) static PollService |
WP_Poll.ensurePoll(Class<? extends Page> pageClass,
PageParameters pP,
VRequestCycle cycle)
Fetches the poll correponding to the 'p' parameter.
|
(package private) static void |
WP_Votespace.maybeRecallRedirect(Class<? extends Page> pageClass,
PageParameters pP,
VRequestCycle cycle)
Effects a recall-redirect if requested.
|
static String |
WP_Poll.maybeRedirect_P(Class<? extends Page> pageClass,
PageParameters pP,
VRequestCycle cycle)
Effects a redirect in response to missing mandatory parameters.
|
NavTab |
WP_Rank.navTab(VRequestCycle cycle) |
NavTab |
WP_Poll.navTab(VRequestCycle cycle) |
NavTab |
WP_Votespace.navTab(VRequestCycle cycle) |
NavTab |
WP_CountEngine.navTab(VRequestCycle cycle) |
static PageParameters |
WP_Votespace.parameters(String serviceName,
VRequestCycle cycle)
Returns the query parameters for a particular votespace page.
|
(package private) PollService |
WP_Poll.PollFetcher.poll(VRequestCycle cycle) |
(package private) static PollService |
WP_Poll.pollFor(String name,
VRequestCycle cycle)
Fetches the poll corresponding to the specified service name.
|
(package private) static PollService |
WP_Poll.pollOrNullFor(PageParameters pP,
VRequestCycle cycle)
Fetches the poll corresponding to query parameter 'p', if it is specified.
|
Constructor and Description |
---|
WP_Poll.PollFetcher(String pollName,
VRequestCycle cycle)
Constructs a poll fetcher.
|
Modifier and Type | Method and Description |
---|---|
NavTab |
WP_Server.navTab(VRequestCycle _cycle) |
NavTab |
WP_Activity.navTab(VRequestCycle cycle) |