private abstract class TellerHandlerServlet.Handler extends Object
Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
private |
Handler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
handle(HttpServletRequest request,
HttpServletResponse response,
Teller t) |
protected static final String MAIN_PAGE
protected static final String DISPLAY_EXCEPTION
protected static final String ACCT_NUM_PARAM
protected static final String AMOUNT_PARAM
protected static final String INDEX_PARAM
protected static final String NEXT_INDEX_PARAM
protected static final String COUNT_PARAM
protected static final String ACCOUNT_PARAM
protected static final String ACCOUNTS_PARAM
protected static final String LEDGER_PARAM
protected static final String DISPLAY_ACCOUNT_URL
protected static final String DISPLAY_ACCOUNTS_URL
protected static final String DISPLAY_LEDGER_URL
public abstract void handle(HttpServletRequest request, HttpServletResponse response, Teller t) throws ServletException, IOException
ServletException
IOException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.