public class MaliPasswordboAction extends MaliCommonAction
Constructor and Description |
---|
MaliPasswordboAction() |
Modifier and Type | Method and Description |
---|---|
void |
checkNewPwd(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
checkOldPwd(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
commitPwd(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static java.lang.String |
getPwdRemark(MaliContext ivContext)
將密碼注意事項 組出
|
void |
rejectPwd(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
MaliActionTarget |
run(MaliActionParameter param,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
createAJAXMESGObject, getTarget, outputHtml, outputJson, outputXML, outputXML, setTarget
public MaliActionTarget run(MaliActionParameter param, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
run
in class MaliCommonAction
java.io.IOException
javax.servlet.ServletException
public void checkOldPwd(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
java.io.IOException
public void checkNewPwd(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
java.io.IOException
public void commitPwd(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
public static java.lang.String getPwdRemark(MaliContext ivContext)
public void rejectPwd(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)