| java.lang.Object org.openuss.presentation.enhydra.framework.BasePO net.sourceforge.ejosa.piggybank.presentation.enhydra.FoundationPO
All known Subclasses: net.sourceforge.ejosa.piggybank.presentation.enhydra.SavePage, net.sourceforge.ejosa.piggybank.presentation.enhydra.WelcomePage, net.sourceforge.ejosa.piggybank.presentation.enhydra.SmashPage,
FoundationPO | abstract public class FoundationPO extends BasePO implements HttpPresentation,BaseLayout(Code) | | The base presentation object for foundation components.
This should be used to show a html file.
author: B. Lofi Dewanto, T. Menzel version: 1.1 |
checkForAccessList | protected void checkForAccessList() throws ClientPageRedirectException, FoundationPOException(Code) | | Checks the session data for a AccessList, if not there then redirects
to the public login page, where the user can apply for the access.
|
checkForUserLogin | protected void checkForUserLogin() throws ClientPageRedirectException, FoundationPOException(Code) | | Checks the session data for a User, if not there then redirects to the login
page.
|
checkSecurity | protected void checkSecurity() throws Exception(Code) | | Check the security.
|
isForPublicAccess | public boolean isForPublicAccess() throws BasePOException(Code) | | Superclass method override. For public means everybody can
access this, otherwise he or she needs to be activated first.
|
removeAllSessionData | public void removeAllSessionData()(Code) | | Method to remove the all session data.
|
showLayout | public String showLayout(Object page) throws BasePOException(Code) | | This method has to be implemented. This shows all the page
layout. All layout methods should be called within
this method.
|
showTreebar | public void showTreebar(Object page) throws BasePOException(Code) | | This method has to be implemented. This write down the right-side
information on the right side of the page. "Treebar".
|
showUpdatedDate | public void showUpdatedDate(Object page) throws BasePOException(Code) | | This method has to be implemented. This updates the date on
the top right.
|
|
|