Package | Description |
---|---|
org.apache.wicket.examples.ajaxhellobrowser | |
org.apache.wicket.markup.html.pages |
Default special purpose pages for error and feedback support.
|
org.apache.wicket.protocol.http.request |
This package contains http (web) protocol dependent implementations of
request processing strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedClientProperties
Showcase for extended properties of a client.
|
Modifier and Type | Method and Description |
---|---|
protected ClientProperties |
BrowserInfoPage.newClientInfo() |
Modifier and Type | Method and Description |
---|---|
protected Form<ClientProperties> |
BrowserInfoForm.createForm(String componentId,
IModel<ClientProperties> properties)
Creates the form
|
Modifier and Type | Method and Description |
---|---|
protected Form<ClientProperties> |
BrowserInfoForm.createForm(String componentId,
IModel<ClientProperties> properties)
Creates the form
|
Constructor and Description |
---|
BrowserInfoForm(String id,
IModel<ClientProperties> properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ClientProperties |
WebClientInfo.getProperties()
Gets the client properties object.
|
Constructor and Description |
---|
WebClientInfo(RequestCycle requestCycle,
ClientProperties properties)
Construct.
|
WebClientInfo(RequestCycle requestCycle,
String userAgent,
ClientProperties properties)
Construct.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.