Package net.anotheria.anosite.cms.action
Class ChangePassAction
- java.lang.Object
-
- net.anotheria.webutils.actions.BaseAction
-
- net.anotheria.anosite.cms.action.ChangePassAction
-
- All Implemented Interfaces:
net.anotheria.maf.action.Action
public class ChangePassAction extends net.anotheria.webutils.actions.BaseAction- Author:
- vbezuhlyi
- See Also:
LoginAction,CMSUserManager
-
-
Constructor Summary
Constructors Constructor Description ChangePassAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckAuthorization(jakarta.servlet.http.HttpServletRequest req)net.anotheria.maf.action.ActionCommandexecute(net.anotheria.maf.action.ActionMapping mapping, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)protected booleanisAuthorizationRequired()-
Methods inherited from class net.anotheria.webutils.actions.BaseAction
addBean, addBeanToApplication, addBeanToRequest, addBeanToSession, getBean, getBeanFromApplication, getBeanFromRequest, getBeanFromSession, getErrorPageForward, getIntParameter, getStringParameter, getUserId, handleError, itoa, itoa, makeDateString, makeDateStringLong, makeDigitalDateString, makeDigitalDateStringShort, makeSizeString, makeTimeString, postProcess, preProcess, removeBean, removeBeanFromApplication, removeBeanFromRequest, removeBeanFromSession, setUserId, throwableToStrackTrace
-
-
-
-
Method Detail
-
execute
public net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping mapping, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws Exception- Throws:
Exception
-
checkAuthorization
protected boolean checkAuthorization(jakarta.servlet.http.HttpServletRequest req)
-
isAuthorizationRequired
protected boolean isAuthorizationRequired()
-
-