Uses of Class
edu.uiuc.ncsa.sas.SASEnvironment
-
Packages that use SASEnvironment Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.admin edu.uiuc.ncsa.sas.loader -
-
Uses of SASEnvironment in edu.uiuc.ncsa.sas
Fields in edu.uiuc.ncsa.sas declared as SASEnvironment Modifier and Type Field Description protected SASEnvironment
SASServlet. sase
Methods in edu.uiuc.ncsa.sas that return SASEnvironment Modifier and Type Method Description protected SASEnvironment
SASServlet. getSASE()
Methods in edu.uiuc.ncsa.sas that return types with arguments of type SASEnvironment Modifier and Type Method Description SASConfigurationLoader<? extends SASEnvironment>
SASServlet. getConfigurationLoader()
Methods in edu.uiuc.ncsa.sas with parameters of type SASEnvironment Modifier and Type Method Description void
SASServlet. setSASE(SASEnvironment env)
Method parameters in edu.uiuc.ncsa.sas with type arguments of type SASEnvironment Modifier and Type Method Description void
SASServlet. setConfigurationLoader(SASConfigurationLoader<? extends SASEnvironment> b)
-
Uses of SASEnvironment in edu.uiuc.ncsa.sas.admin
Methods in edu.uiuc.ncsa.sas.admin that return SASEnvironment Modifier and Type Method Description SASEnvironment
SASCommands. getEnvironment()
Constructors in edu.uiuc.ncsa.sas.admin with parameters of type SASEnvironment Constructor Description SASCommands(SASEnvironment SASEnvironment)
-
Uses of SASEnvironment in edu.uiuc.ncsa.sas.loader
Classes in edu.uiuc.ncsa.sas.loader with type parameters of type SASEnvironment Modifier and Type Class Description class
SASConfigurationLoader<T extends SASEnvironment>
Created by Jeff Gaynor
on 8/16/22 at 1:00 PMMethods in edu.uiuc.ncsa.sas.loader that return SASEnvironment Modifier and Type Method Description SASEnvironment
SASServletInitializer. getEnvironment()
Constructors in edu.uiuc.ncsa.sas.loader with parameters of type SASEnvironment Constructor Description SASExceptionHandler(SASEnvironment sate)
-