Uses of Class
org.bedework.util.struts.UtilActionForm
-
-
Uses of UtilActionForm in org.bedework.util.struts
Fields in org.bedework.util.struts declared as UtilActionForm Modifier and Type Field Description protected UtilActionFormRequest. formMethods in org.bedework.util.struts that return UtilActionForm Modifier and Type Method Description UtilActionFormRequest. getForm()Methods in org.bedework.util.struts with parameters of type UtilActionForm Modifier and Type Method Description protected StringUtilAbstractAction. checkConfirmationId(javax.servlet.http.HttpServletRequest request, UtilActionForm form)Check for a confirmation id.protected StringUtilAbstractAction. checkLogOut(javax.servlet.http.HttpServletRequest request, UtilActionForm form)Check for logout request.protected booleanUtilAbstractAction. logOutCleanup(javax.servlet.http.HttpServletRequest request, UtilActionForm form)Clean up - we're about to logoutprotected StringUtilAbstractAction. requireConfirmationId(javax.servlet.http.HttpServletRequest request, UtilActionForm form)Require a confirmation id.voidUtilAbstractAction. setRefreshInterval(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int refreshInterval, String refreshAction, UtilActionForm form)Check request for refresh intervalConstructors in org.bedework.util.struts with parameters of type UtilActionForm Constructor Description Request(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, UtilActionForm form, org.apache.struts.action.Action action, org.apache.struts.action.ActionMapping mapping)
-