Package | Description |
---|---|
org.apache.wicket |
The core Wicket package.
|
org.apache.wicket.mock | |
org.apache.wicket.protocol.http |
HTTP implementation.
|
Modifier and Type | Method and Description |
---|---|
abstract RuntimeConfigurationType |
Application.getConfigurationType()
Gets the configuration mode to use for configuring the app, either
DEVELOPMENT or DEPLOYMENT . |
static RuntimeConfigurationType |
RuntimeConfigurationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeConfigurationType[] |
RuntimeConfigurationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RuntimeConfigurationType |
MockApplication.getConfigurationType() |
Modifier and Type | Method and Description |
---|---|
RuntimeConfigurationType |
WebApplication.getConfigurationType()
Gets the configuration mode to use for configuring the app, either
DEVELOPMENT or DEPLOYMENT . |
Modifier and Type | Method and Description |
---|---|
Application |
WebApplication.setConfigurationType(RuntimeConfigurationType configurationType)
set runtime configuration type
this is a write-once property: once configured it can not be changed later on.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.