Package org.oa4mp.server.proxy.sas
Class CLISASServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- edu.uiuc.ncsa.sas.SASServlet
-
- org.oa4mp.server.proxy.sas.CLISASServlet
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Logable
,Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class CLISASServlet extends edu.uiuc.ncsa.sas.SASServlet
Created by Jeff Gaynor
on 3/7/24 at 1:27 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CLISASServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.sas.Executable
createExecutable(String executableName)
protected edu.uiuc.ncsa.sas.SASEnvironment
getSASE()
-
Methods inherited from class edu.uiuc.ncsa.sas.SASServlet
debug, doDelete, doExecute, doGet, doIt, doLogoff, doLogon, doNewKey, doPost, error, error, getConfigurationLoader, getExceptionHandler, getInitialization, getMyLogger, handleException, info, invoke, isDebugOn, loadEnvironment, setConfigurationLoader, setDebugOn, setInitialization, setSASE, warn
-
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
createExecutable
public edu.uiuc.ncsa.sas.Executable createExecutable(String executableName)
- Overrides:
createExecutable
in classedu.uiuc.ncsa.sas.SASServlet
-
getSASE
protected edu.uiuc.ncsa.sas.SASEnvironment getSASE()
- Overrides:
getSASE
in classedu.uiuc.ncsa.sas.SASServlet
-
-