Uses of Interface
org.jutil.util.Attributes

Packages that use Attributes
org.jutil.net   
org.jutil.text.html   
org.jutil.util   
 

Uses of Attributes in org.jutil.net
 

Classes in org.jutil.net that implement Attributes
 class Get
          This is the Get class.
 class Post
          This is the Post class.
 

Uses of Attributes in org.jutil.text.html
 

Classes in org.jutil.text.html that implement Attributes
 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
           
 

Uses of Attributes in org.jutil.util
 

Classes in org.jutil.util that implement Attributes
 class AttributesImpl