All Packages Class Hierarchy This Package Previous Next Index
Class CAS.CAS.App_CasInterface
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----CAS.CAS.App_CasInterface
- public class App_CasInterface
- extends HttpServlet
This Class Dynamically instantiates the class depending upon the
opcode sent to it by the Application and returns false into the
response if opcode is invalid, the invoked class then uses its
methods to supply the relevant information.
-
myCom
-
-
App_CasInterface()
-
-
destroy()
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
-
init(ServletConfig)
-
myCom
public static Connection myCom
App_CasInterface
public App_CasInterface()
init
public void init(ServletConfig config) throws ServletException
- Overrides:
- init in class GenericServlet
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException
- Overrides:
- doPost in class HttpServlet
destroy
public void destroy()
- Overrides:
- destroy in class GenericServlet
All Packages Class Hierarchy This Package Previous Next Index