Class URLProcessor_good

java.lang.Object
   |
   +----URLProcessor
           |
           +----URLProcessor_good

class URLProcessor_good
extends URLProcessor
implements Updateable

Variable Index

 o URL_STR

Constructor Index

 o URLProcessor_good()

Method Index

 o decideUrl()
this is the central method that is implemented in the subclasses
 o doUpdate(Hashtable)
Updateable interface implementation
 o main(String[])
This main method lets you run the sample code as an application with no GUI.

Variables

 o URL_STR
 static final String URL_STR

Constructors

 o URLProcessor_good
 URLProcessor_good()

Methods

 o decideUrl
 void decideUrl()
this is the central method that is implemented in the subclasses

Overrides:
decideUrl in class URLProcessor
 o doUpdate
 public void doUpdate(Hashtable ht)
Updateable interface implementation

 o main
 public static void main(String args[])
This main method lets you run the sample code as an application with no GUI. The output is displayed in standard output.