Class AInterface
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----AInterface
- public class AInterface
- 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.
-
AInterface()
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
AInterface
public AInterface()
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException
- Overrides:
- doPost in class HttpServlet