Method Summary |
|
abstract protected void | checkForAccessList() This method should be implemented in the subclass to change
the behaviour of the access list. |
public StandardApplication | getApplication() Returns the application object associated with the
current request. |
public HttpPresentationComms | getComms() |
public String | getPageContentForEvent(String event) If an event parameter is defined then this invokes the method that
handles that event. |
abstract public String | handleDefault() This is the procedure that is called if there is no "event"
HTTP parameter found. |
public void | handleEvent(HttpPresentationComms comms) |
abstract protected boolean | isForPublicAccess() This method should be implemented in the subclass, so that it returns
true if this particular request requires the user to apply first
for the access. |
abstract protected boolean | loggedInUserRequired() This method should be implemented in the subclass so that it returns
true if this particular request requires the user to be logged
in, otherwise false. |
public static void | writeDebugMsg(String msg) |