All Packages Class Hierarchy This Package Previous Next Index
Class com.sdi.wap.demo.site.ViewAddress
java.lang.Object
|
+----com.sdi.wap.State
|
+----com.sdi.wap.demo.site.ViewAddress
- public class ViewAddress
- extends State
Converted from jsp file
-
ViewAddress()
-
-
controller()
- Abstract controller method to be implemented by all subclasses
-
htmlAddress(Op, Street, City, USState, Zipcode, Phone)
-
-
htmlRed(String)
-
ViewAddress
public ViewAddress()
controller
public void controller() throws Exception
- Abstract controller method to be implemented by all subclasses
- Overrides:
- controller in class State
htmlAddress
private final String htmlAddress(Op op,
Street street,
City city,
USState state,
Zipcode zipcode,
Phone phone) throws Exception
htmlRed
private final String htmlRed(String s)
All Packages Class Hierarchy This Package Previous Next Index