Uses of Class
com.iizix.server.prop.ServerConfigEnvProps
Packages that use ServerConfigEnvProps Package Description com.iizigo.server.config com.iizix.server com.iizix.server.app com.iizix.server.gyro com.iizix.server.prop Uses of ServerConfigEnvProps in com.iizigo.server.config
Subclasses of ServerConfigEnvProps in com.iizigo.server.config Modifier and Type Class Description class
EditorServerConfigEnvProps
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 ServerConfigEnvProps Modifier and Type Method Description boolean
ServerShell. getAccessibleEnvironments(HttpServletRequest request, java.util.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 ServerConfigEnvProps Modifier and Type Method Description ServerConfigEnvProps
AppFactory. 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 ServerConfigEnvProps Modifier and Type Method Description ServerConfigEnvProps
AppSessionGyro. 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 ServerConfigEnvProps Modifier and Type Method Description ServerConfigEnvProps
ServerConfigEnvProps. clone()
Creates a clone out of this property.ServerConfigEnvProps
ServerConfigEnvReference. getServerConfigEnvironment()
Gets the Server configuration environment for this reference.ServerConfigEnvProps
ServerSettings. getServerConfigEnvironment(java.lang.String name)
Gets the configuration environment of a name.ServerConfigEnvProps[]
ServerSettings. getServerConfigEnvironments()
Gets the array of configuration environments present.Methods in com.iizix.server.prop that return types with arguments of type ServerConfigEnvProps Modifier and Type Method Description java.lang.Class<ServerConfigEnvProps>
ServerConfigEnvReference. getPropertyClass()
Gets the class wanted.