Uses of Class
com.iizix.server.prop.ServerConfigEnvProps
Packages that use ServerConfigEnvProps
Package
Description
Uses of ServerConfigEnvProps in com.iizigo.server.config
Subclasses of ServerConfigEnvProps in com.iizigo.server.configModifier 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
Method parameters in com.iizix.server with type arguments of type ServerConfigEnvPropsModifier 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
Methods in com.iizix.server.app that return ServerConfigEnvPropsModifier and TypeMethodDescriptionAppFactory.getServerConfigEnvProps()
Gets the server configuration environment properties for the current environment name.Uses of ServerConfigEnvProps in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ServerConfigEnvPropsModifier and TypeMethodDescriptionAppSessionGyro.getServerConfigurationEnvironment()
Gets the selected Server configuration environment for the Application Session.Uses of ServerConfigEnvProps in com.iizix.server.prop
Methods in com.iizix.server.prop that return ServerConfigEnvPropsModifier 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.Methods in com.iizix.server.prop that return types with arguments of type ServerConfigEnvProps