|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributesImpl | |
|---|---|
| org.jutil.net | |
| org.jutil.text.html | |
| Uses of AttributesImpl in org.jutil.net |
|---|
| Subclasses of AttributesImpl in org.jutil.net | |
|---|---|
class |
Get
This is the Get class. |
class |
Post
This is the Post class. |
| Uses of AttributesImpl in org.jutil.text.html |
|---|
| Subclasses of AttributesImpl in org.jutil.text.html | |
|---|---|
class |
Element
|
class |
Input
|
class |
InputCountry
JSP usage: <% InputCountry scountry = new InputCountry("AU"); out.println(scountry.toString()); %> or <%=new InputCountry((String)profile.getAttribute("Ecom_BillTo_Postal_CountryCode"), "Ecom_BillTo_Postal_")%> request.getParameter("Ecom_BillTo_Postal_CountryCode"); or request.getParameter("juCountryCode"); |
class |
InputCreditCardMonth
|
class |
InputCreditCardType
|
class |
InputCreditCardYear
|
class |
InputDate
JSP usage: <% InputDate sdate = new InputDate(booking.getStartDate()); sdate.setAttribute("name", "juBkStartDate"); out.println(sdate.toString()); %> or <%=new InputDate(booking.getStartDate(), "juBkStartDate")%> request.getParameter("juBkStartDateDay"); request.getParameter("juBkStartDateMonth"); request.getParameter("juBkStartDateYear"); or request.getParameter("juDay"); request.getParameter("juMonth"); request.getParameter("juYear"); |
class |
InputHidden
|
class |
Select
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||