|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebAppException | |
---|---|
org.javaWebGen | |
org.javaWebGen.exception | |
org.javaWebGen.web |
Uses of WebAppException in org.javaWebGen |
---|
Methods in org.javaWebGen that throw WebAppException | |
---|---|
abstract java.lang.String |
WebController.exec(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
java.lang.String |
LoginController.exec(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
protected BaseLoginModel |
LoginController.getModel()
get the correct model class |
Uses of WebAppException in org.javaWebGen.exception |
---|
Subclasses of WebAppException in org.javaWebGen.exception | |
---|---|
class |
WebAuthException
Application Authentication Eroor Action not allowed |
Uses of WebAppException in org.javaWebGen.web |
---|
Methods in org.javaWebGen.web that throw WebAppException | |
---|---|
boolean |
BaseLoginModel.isAuthorized(LoginBean login,
java.lang.String role)
is their role authorized to to this role? |
LoginBean |
BaseLoginModel.login(java.lang.String userId,
java.lang.String pass)
try to login to the app if user id and password are not found it will set the user_name and password to a default Feel free to extend this class to provide you own logic for example throwing an WebAppException exception if login attempts are excessive |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |