|
|||||||||
| Home >> All >> org >> apache >> taglibs >> rdc >> sampleapps >> mortgage >> [ struts overview ] | PREV NEXT | ||||||||
E
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginAction
- Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageAction
- Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedAction
- Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
G
- getMLSPropertyValue(String) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginAction
- Obtain the property value for the property with the given MLS number
- getMemberNumber() - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
- Gets the member number
- getMlsNumber() - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
- Gets the multiple listing service number
- getMlsPropertyValue() - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Gets the property value (for the MLS number supplied earlier)
- getMortgage() - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageBean
- Get mortgage
- getMortgageOK() - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Gets the user's response to the mortgage quote
- getMortgagePayment(MortgageData, double) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageAction
- Get the monthly installment for the given mortgage
- getSubmitURI() - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Gets the submit URI
- getTransferAmount() - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Gets the transfer amount
L
- LoginAction - class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginAction.
- Struts action class for login (mortgage sample app)
- LoginAction() - Constructor for class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginAction
- LoginBean - class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean.
- Struts form bean for login.jsp (from mortgage sample app)
- LoginBean() - Constructor for class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
M
- MortgageAction - class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageAction.
- Struts action class for mortgage data collection (mortgage sample app)
- MortgageAction() - Constructor for class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageAction
- MortgageBean - class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageBean.
- Struts form bean for mortgage.jsp (from mortgage sample app)
- MortgageBean() - Constructor for class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageBean
- memberNumber - Variable in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
- mlsNumber - Variable in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
- mlsPropertyValue - Variable in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- mortgage - Variable in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageBean
- mortgageOK - Variable in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
O
- org.apache.taglibs.rdc.sampleapps.mortgage.struts - package org.apache.taglibs.rdc.sampleapps.mortgage.struts
- A collection of classes needed by the mortgage sample application.
P
- ProceedAction - class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedAction.
- Struts action class for user's response to mortgage quote (mortgage sample app)
- ProceedAction() - Constructor for class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedAction
- ProceedBean - class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean.
- Struts form bean for mortgage-rate.jsp (from mortgage sample app)
- ProceedBean() - Constructor for class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
R
- reset(ActionMapping, HttpServletRequest) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
- Reset all bean properties to their default state.
- reset(ActionMapping, HttpServletRequest) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageBean
- Reset all bean properties to their default state.
- reset(ActionMapping, HttpServletRequest) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Reset all bean properties to their default state.
S
- setMemberNumber(String) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
- Sets the member number
- setMlsNumber(String) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
- Sets the multiple listing service number
- setMlsPropertyValue(String) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Sets the property value
- setMortgage(MortgageData) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageBean
- Set mortgage
- setMortgageOK(Boolean) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Sets the user's response to the mortgage quote
- setSubmitURI(String) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Sets the submit URI
- setTransferAmount(String) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Sets the transfer amount
- submitURI - Variable in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
T
- transferAmount - Variable in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
V
- validate(ActionMapping, HttpServletRequest) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginBean
- Validate the properties that have been set for this HTTP request,
and return an
ActionErrorsobject that encapsulates any validation errors that have been found. - validate(ActionMapping, HttpServletRequest) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.MortgageBean
- Validate the properties that have been set for this HTTP request,
and return an
ActionErrorsobject that encapsulates any validation errors that have been found. - validate(ActionMapping, HttpServletRequest) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.ProceedBean
- Validate the properties that have been set for this HTTP request,
and return an
ActionErrorsobject that encapsulates any validation errors that have been found. - validateLogin(String) - Method in class org.apache.taglibs.rdc.sampleapps.mortgage.struts.LoginAction
- Validate the memberNumber supplied
E G L M O P R S T V
|
|||||||||
| Home >> All >> org >> apache >> taglibs >> rdc >> sampleapps >> mortgage >> [ struts overview ] | PREV NEXT | ||||||||