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


Constructor Index

 o ViewAddress()

Method Index

 o controller()
Abstract controller method to be implemented by all subclasses
 o htmlAddress(Op, Street, City, USState, Zipcode, Phone)
 o htmlRed(String)

Constructors

 o ViewAddress
 public ViewAddress()

Methods

 o controller
 public void controller() throws Exception
Abstract controller method to be implemented by all subclasses

Overrides:
controller in class State
 o htmlAddress
 private final String htmlAddress(Op op,
                                  Street street,
                                  City city,
                                  USState state,
                                  Zipcode zipcode,
                                  Phone phone) throws Exception
 o htmlRed
 private final String htmlRed(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index