Uses of Class
org.apache.wicket.RuntimeConfigurationType

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 are 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.

 



Copyright © 2006–2016 Apache Software Foundation. All rights reserved.