Package | Description |
---|---|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.a.web.wic.authen |
Identification and authentication of users.
|
votorola.s.wap.store |
The web API for the transient storage of unimportant data.
|
votorola.s.wic |
Votorola web UIs under Wicket.
|
votorola.s.wic.server |
A user interface providing an overview of the server under Wicket.
|
Modifier and Type | Method and Description |
---|---|
static VOWicket |
VOWicket.get()
Returns the intance of VOWicket associated with the current thread.
|
VOWicket |
VSession.vApplication() |
protected VOWicket |
VPage.vApplication() |
Constructor and Description |
---|
VSession(WebRequest request,
WebResponse _response,
VOWicket app)
Creates a VSession.
|
Constructor and Description |
---|
OpenIDAuthenticator(VOWicket _app)
Creates an OpenIDAuthenticator.
|
WikiAuthenticator(VOWicket _app)
Creates a WikiAuthenticator.
|
Constructor and Description |
---|
StoreTable(VOWicket vApp)
Contructs a StoreTable for use under the Wicket web interface.
|
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.
|
Constructor and Description |
---|
WP_Draft.ApplicationScope(VOWicket app)
Constructs an ApplicationScope.
|
Constructor and Description |
---|
WP_Activity.ApplicationScope(VOWicket app)
Constructs an ApplicationScope.
|