Uses of Class
com.iizix.server.prop.ServerConfigEnvProps
Package
Description
Uses of ServerConfigEnvProps in com.iizigo.server.config
Modifier and TypeClassDescriptionclass
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Uses of ServerConfigEnvProps in com.iizix.server
Modifier and TypeMethodDescriptionboolean
ServerShell.getAccessibleEnvironments
(HttpServletRequest request, List<ServerConfigEnvProps> envs) Gets the environments that are supported for the request.Uses of ServerConfigEnvProps in com.iizix.server.app
Modifier and TypeMethodDescriptionAppFactory.getServerConfigEnvProps()
Gets the server configuration environment properties for the current environment name.Uses of ServerConfigEnvProps in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppSessionGyro.getServerConfigurationEnvironment()
Gets the selected Server configuration environment for the Application Session.Uses of ServerConfigEnvProps in com.iizix.server.prop
Modifier and TypeMethodDescriptionServerConfigEnvProps.clone()
Creates a clone out of this property.ServerConfigEnvReference.getServerConfigEnvironment()
Gets the Server configuration environment for this reference.ServerSettings.getServerConfigEnvironment
(String name) Gets the configuration environment of a name.ServerSettings.getServerConfigEnvironments()
Gets the array of configuration environments present.