Class URLProcessor
java.lang.Object
|
+----URLProcessor
- abstract class URLProcessor
- extends Object
-
db
-
-
EAST_NOT_PRIVILEGED
-
-
EAST_PRIVILEGED
-
-
OTHER_REGION
-
-
url
- this is the value that must be set by decideURL()
-
WEST_MEMBER_NOT_PRIVILEGED
-
-
WEST_MEMBER_PRIVILEGED
-
-
WEST_NONMEMBER_NOT_PRIVILEGED
-
-
WEST_NONMEMBER_PRIVILEGED
-
-
URLProcessor()
-
-
decideUrl()
- this is the central method that is implemented in the subclasses
-
getDb()
-
-
getUrl()
-
-
setDb(DataBank)
-
-
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
EAST_PRIVILEGED
final String EAST_PRIVILEGED
EAST_NOT_PRIVILEGED
final String EAST_NOT_PRIVILEGED
WEST_MEMBER_PRIVILEGED
final String WEST_MEMBER_PRIVILEGED
WEST_MEMBER_NOT_PRIVILEGED
final String WEST_MEMBER_NOT_PRIVILEGED
WEST_NONMEMBER_PRIVILEGED
final String WEST_NONMEMBER_PRIVILEGED
WEST_NONMEMBER_NOT_PRIVILEGED
final String WEST_NONMEMBER_NOT_PRIVILEGED
OTHER_REGION
final String OTHER_REGION
db
DataBank db
url
URL url
- this is the value that must be set by decideURL()
URLProcessor
URLProcessor()
decideUrl
abstract void decideUrl()
- this is the central method that is implemented in the subclasses
getDb
DataBank getDb()
getUrl
URL getUrl()
setDb
void setDb(DataBank databank)
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