| |
|
| java.lang.Object projectmanagement.presentation.BasePO projectmanagement.presentation.Login
Login | public class Login extends BasePO (Code) | | Login.java handles the login functionality of the ProjectManagement app.
author: Sasa Bojanic version: 1.0 |
getRequiredAuthLevel | protected int getRequiredAuthLevel()(Code) | | Superclass method override. Returns 0.
|
handleDefault | public XMLObject handleDefault() throws HttpPresentationException(Code) | | Default event. Just show the page.
|
handleLogin | public XMLObject handleLogin() throws HttpPresentationException(Code) | | Process login data
wml document exception: HttpPresentationException - |
showPage | public XMLObject showPage(String errorMsg)(Code) | | display page
errorMsg, the error messages html document |
|
|
|