example.cmp.find
Class TeacherServlet
example.cmp.find.TeacherServlet
- public class TeacherServlet
Method Summary |
void |
doGet(example.cmp.find.HttpServletRequest request,
example.cmp.find.HttpServletResponse response)
|
void |
init()
Cache the result of the JNDI lookup. |
teacherHome
private TeacherHome teacherHome
- Teacher home contains the cached lookup of the local home.
TeacherServlet
public TeacherServlet()
init
public void init()
throws example.cmp.find.ServletException
- Cache the result of the JNDI lookup.
doGet
public void doGet(example.cmp.find.HttpServletRequest request,
example.cmp.find.HttpServletResponse response)
throws java.io.IOException,
example.cmp.find.ServletException