Uses of Class
org.apache.wicket.RuntimeConfigurationType

Packages that use RuntimeConfigurationType
org.apache.wicket The core Wicket package. 
org.apache.wicket.examples.requestmapper   
org.apache.wicket.jmx Exposes Wicket's settings via Java Management Extensions (JMX)
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.examples.requestmapper
 

Methods in org.apache.wicket.examples.requestmapper that return RuntimeConfigurationType
 RuntimeConfigurationType RequestMapperApplication.getConfigurationType()
           
 

Uses of RuntimeConfigurationType in org.apache.wicket.jmx
 

Methods in org.apache.wicket.jmx that return RuntimeConfigurationType
 RuntimeConfigurationType Application.getConfigurationType()
           
 RuntimeConfigurationType ApplicationMBean.getConfigurationType()
          The configuration type, either org.apache.wicket.Application#DEVELOPMENT or Application#DEPLOYMENT.
 

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.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.