| java.lang.Object scioworks.imap.presentation.base.BasePO
All known Subclasses: scioworks.imap.presentation.imapWeb.main, scioworks.imap.presentation.imapWeb.mailAction, scioworks.imap.presentation.loginAction, scioworks.imap.presentation.imapWeb.view_mail, scioworks.imap.presentation.login, scioworks.imap.presentation.imapWeb.folder_list, scioworks.imap.presentation.imapWeb.FileUpload, scioworks.imap.presentation.imapWeb.compose, scioworks.imap.presentation.imapWeb.mail_list, scioworks.imap.presentation.imapWeb.logout, scioworks.imap.presentation.imapWeb.navbar,
Method Summary | |
protected void | checkForUserLogin() | public HttpPresentationComms | getComms() | public ImapWebSessionData | getImapWebSessionData() | protected int | getIntParameter(String parm) | protected long | getLongParameter(String parm) | protected long[] | getLongParameterArray(String parm) | protected String | getStringParameter(String parm) | protected String[] | getStringParameterArray(String parm) | abstract public String | handleDefault() | public void | handleEvent(HttpPresentationComms comms) | protected void | initSessionData(HttpPresentationComms comms) | protected boolean | isLoginRequired() | protected void | processSelectList(org.enhydra.xml.xmlc.html.HTMLObjectImpl page, HTMLSelectElement lookUpElement, Vector displayList, Vector valueList, String selectedItem) | protected void | removeElement(org.enhydra.xml.xmlc.html.HTMLObjectImpl page, Element currElement) | protected void | removeElement(org.enhydra.xml.xmlc.html.HTMLObjectImpl page, java.util.HashSet elementSet) | public void | run(HttpPresentationComms comms) | public void | setSessionData(ImapWebSessionData sessionData) | protected void | setStringParameter(String name, String value) | protected String | showCompletionPage(String header, String text, String linkText, String link) | protected String | showErrorPage(String errorHeader, String errorText, String errorLinkText, String errorLink, String target) | protected String | showErrorPage(String errorHeader, String errorText, String errorLinkText, String errorLink) |
m_comms | protected HttpPresentationComms m_comms(Code) | | |
m_firstEntryIndex | final protected static int m_firstEntryIndex(Code) | | |
m_pageLength | final protected static int m_pageLength(Code) | | |
checkForUserLogin | protected void checkForUserLogin() throws KMSPresentationException(Code) | | Checks the session data for a User, if not there then redirects to the login page
|
getComms | public HttpPresentationComms getComms()(Code) | | The saved comms objectsto whichever subclass needs it |
getLongParameterArray | protected long[] getLongParameterArray(String parm) throws HttpPresentationException(Code) | | |
getStringParameter | protected String getStringParameter(String parm) throws HttpPresentationException(Code) | | |
getStringParameterArray | protected String[] getStringParameterArray(String parm) throws HttpPresentationException(Code) | | |
handleDefault | abstract public String handleDefault() throws HttpPresentationException, ServerPageRedirectException(Code) | | |
handleEvent | public void handleEvent(HttpPresentationComms comms) throws HttpPresentationException(Code) | | |
isLoginRequired | protected boolean isLoginRequired()(Code) | | Default required login, override otherwise
|
removeElement | protected void removeElement(org.enhydra.xml.xmlc.html.HTMLObjectImpl page, Element currElement)(Code) | | |
removeElement | protected void removeElement(org.enhydra.xml.xmlc.html.HTMLObjectImpl page, java.util.HashSet elementSet)(Code) | | |
setStringParameter | protected void setStringParameter(String name, String value) throws HttpPresentationException(Code) | | |
|
|