java.lang.Object
org.apache.struts.action.Action
com.RuntimeCollective.vanilla.action.EditBBoardPermissionRuleAction
- public final class EditBBoardPermissionRuleAction
- extends org.apache.struts.action.Action
Implementation of Action to edit the permissions and
moderation of a BBoard.
- Version:
- $Id: EditBBoardPermissionRuleAction.java,v 1.3 2003/09/30 15:13:02 joe Exp $
| Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditBBoardPermissionRuleAction
public EditBBoardPermissionRuleAction()
perform
public org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Sets the permissions of a Permissible.
The following Forwards are returned:
failure - local forward to go to if there was a problem editing the class.
success - local forward to go to if the edition was successful.
cancel - local forward to go to if the edition was cancelled.
The following error messages are returned:
error.db.connection - if there was a problem connecting to the database.