Class URLProcessor

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

abstract class URLProcessor
extends Object

Variable Index

 o db
 o EAST_NOT_PRIVILEGED
 o EAST_PRIVILEGED
 o OTHER_REGION
 o url
this is the value that must be set by decideURL()
 o WEST_MEMBER_NOT_PRIVILEGED
 o WEST_MEMBER_PRIVILEGED
 o WEST_NONMEMBER_NOT_PRIVILEGED
 o WEST_NONMEMBER_PRIVILEGED

Constructor Index

 o URLProcessor()

Method Index

 o decideUrl()
this is the central method that is implemented in the subclasses
 o getDb()
 o getUrl()
 o setDb(DataBank)
 o setUrl(String)
This method receives one of the partial urls given as constants for this class, and creates a full url from it, and sets it in the url variable

Variables

 o EAST_PRIVILEGED
 final String EAST_PRIVILEGED
 o EAST_NOT_PRIVILEGED
 final String EAST_NOT_PRIVILEGED
 o WEST_MEMBER_PRIVILEGED
 final String WEST_MEMBER_PRIVILEGED
 o WEST_MEMBER_NOT_PRIVILEGED
 final String WEST_MEMBER_NOT_PRIVILEGED
 o WEST_NONMEMBER_PRIVILEGED
 final String WEST_NONMEMBER_PRIVILEGED
 o WEST_NONMEMBER_NOT_PRIVILEGED
 final String WEST_NONMEMBER_NOT_PRIVILEGED
 o OTHER_REGION
 final String OTHER_REGION
 o db
 DataBank db
 o url
 URL url
this is the value that must be set by decideURL()

Constructors

 o URLProcessor
 URLProcessor()

Methods

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

 o getDb
 DataBank getDb()
 o getUrl
 URL getUrl()
 o setDb
 void setDb(DataBank databank)
 o setUrl
 void setUrl(String s)
This method receives one of the partial urls given as constants for this class, and creates a full url from it, and sets it in the url variable