|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeConfigurationType | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.mock | |
| org.apache.wicket.protocol.http | HTTP implementation. |
| Uses of RuntimeConfigurationType in org.apache.wicket |
|---|
| Methods in org.apache.wicket that return RuntimeConfigurationType | |
|---|---|
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're declared. |
| Uses of RuntimeConfigurationType in org.apache.wicket.mock |
|---|
| Methods in org.apache.wicket.mock that return RuntimeConfigurationType | |
|---|---|
RuntimeConfigurationType |
MockApplication.getConfigurationType()
|
| Uses of RuntimeConfigurationType in org.apache.wicket.protocol.http |
|---|
| Methods in org.apache.wicket.protocol.http that return RuntimeConfigurationType | |
|---|---|
RuntimeConfigurationType |
WebApplication.getConfigurationType()
Gets the configuration mode to use for configuring the app, either DEVELOPMENT or DEPLOYMENT. |
| Methods in org.apache.wicket.protocol.http with parameters of type RuntimeConfigurationType | |
|---|---|
void |
WebApplication.setConfigurationType(RuntimeConfigurationType configurationType)
set runtime configuration type this is a write-once property: once configured it can not be changed later on. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||