Class TellerHandlerServlet.Handler
- java.lang.Object
-
- ejava.examples.ejbsessionbank.web.TellerHandlerServlet.Handler
-
- Direct Known Subclasses:
TellerHandlerServlet.CloseAccount
,TellerHandlerServlet.CreateAccount
,TellerHandlerServlet.CreateAccounts
,TellerHandlerServlet.DepositAccount
,TellerHandlerServlet.GetAccount
,TellerHandlerServlet.GetAccounts
,TellerHandlerServlet.GetLedger
,TellerHandlerServlet.StealAccounts
,TellerHandlerServlet.WithdrawAccount
- Enclosing class:
- TellerHandlerServlet
private abstract class TellerHandlerServlet.Handler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
ACCOUNT_PARAM
protected static String
ACCOUNTS_PARAM
protected static String
ACCT_NUM_PARAM
protected static String
AMOUNT_PARAM
protected static String
COUNT_PARAM
protected static String
DISPLAY_ACCOUNT_URL
protected static String
DISPLAY_ACCOUNTS_URL
protected static String
DISPLAY_EXCEPTION
protected static String
DISPLAY_LEDGER_URL
protected static String
INDEX_PARAM
protected static String
LEDGER_PARAM
protected static String
MAIN_PAGE
protected static String
NEXT_INDEX_PARAM
-
Constructor Summary
Constructors Modifier Constructor Description private
Handler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
handle(HttpServletRequest request, HttpServletResponse response, Teller t)
-
-
-
Field Detail
-
MAIN_PAGE
protected static final String MAIN_PAGE
- See Also:
- Constant Field Values
-
DISPLAY_EXCEPTION
protected static final String DISPLAY_EXCEPTION
- See Also:
- Constant Field Values
-
ACCT_NUM_PARAM
protected static final String ACCT_NUM_PARAM
- See Also:
- Constant Field Values
-
AMOUNT_PARAM
protected static final String AMOUNT_PARAM
- See Also:
- Constant Field Values
-
INDEX_PARAM
protected static final String INDEX_PARAM
- See Also:
- Constant Field Values
-
NEXT_INDEX_PARAM
protected static final String NEXT_INDEX_PARAM
- See Also:
- Constant Field Values
-
COUNT_PARAM
protected static final String COUNT_PARAM
- See Also:
- Constant Field Values
-
ACCOUNT_PARAM
protected static final String ACCOUNT_PARAM
- See Also:
- Constant Field Values
-
ACCOUNTS_PARAM
protected static final String ACCOUNTS_PARAM
- See Also:
- Constant Field Values
-
LEDGER_PARAM
protected static final String LEDGER_PARAM
- See Also:
- Constant Field Values
-
DISPLAY_ACCOUNT_URL
protected static final String DISPLAY_ACCOUNT_URL
- See Also:
- Constant Field Values
-
DISPLAY_ACCOUNTS_URL
protected static final String DISPLAY_ACCOUNTS_URL
- See Also:
- Constant Field Values
-
DISPLAY_LEDGER_URL
protected static final String DISPLAY_LEDGER_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
public abstract void handle(HttpServletRequest request, HttpServletResponse response, Teller t) throws ServletException, IOException
- Throws:
ServletException
IOException
-
-