| Package | Description |
|---|---|
| votorola.a.web.wic.authen |
Identification and authentication of users.
|
| votorola.g.web.wic |
Serving Wicket applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WC_LoginLink
A link that logs the user in.
|
(package private) class |
WC_LogoutLink
A link that logs the user out.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
BookmarkablePageLinkX |
BookmarkablePageLinkX.setBody(String bodyString)
Sets a constant string as the link body.
|