Uses of Class
org.apache.wicket.RuntimeConfigurationType
-
Packages that use RuntimeConfigurationType Package Description 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 Modifier and Type Method Description abstract RuntimeConfigurationTypeApplication. getConfigurationType()Gets the configuration mode to use for configuring the app, eitherDEVELOPMENTorDEPLOYMENT.static RuntimeConfigurationTypeRuntimeConfigurationType. valueOf(java.lang.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 Modifier and Type Method Description RuntimeConfigurationTypeMockApplication. getConfigurationType() -
Uses of RuntimeConfigurationType in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http that return RuntimeConfigurationType Modifier and Type Method Description RuntimeConfigurationTypeWebApplication. getConfigurationType()Gets the configuration mode to use for configuring the app, eitherDEVELOPMENTorDEPLOYMENT.Methods in org.apache.wicket.protocol.http with parameters of type RuntimeConfigurationType Modifier and Type Method Description ApplicationWebApplication. setConfigurationType(RuntimeConfigurationType configurationType)set runtime configuration type
-