java.lang.Object
org.apache.struts.action.Action
ru.gammalabs.ice.presentation.web.ActionThatRequiresPermission
ru.gammalabs.ice.presentation.web.publish.CreateIEAction
- public class CreateIEAction
- extends ru.gammalabs.ice.presentation.web.ActionThatRequiresPermission
Fills the data for "create IE" form.
| 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 |
LOG
private static org.apache.log4j.Category LOG
CreateIEAction
public CreateIEAction()
- Creates new CreateIEAction
performAfterPermissionCheck
public org.apache.struts.action.ActionForward performAfterPermissionCheck(org.apache.struts.action.ActionMapping actionMapping,
org.apache.struts.action.ActionForm actionForm,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException,
ru.gammalabs.ice.publishing.framework.CMSException
- Description copied from class:
ru.gammalabs.ice.presentation.web.ActionThatRequiresPermission
- This method should be overriden by user's Action.
In this method it is guaranteed that the permission check was already performed.
performPrepare
private org.apache.struts.action.ActionForward performPrepare(org.apache.struts.action.ActionMapping actionMapping,
CreateIEFormBean formBean,
ru.gammalabs.ice.presentation.web.SessionData sessionData)
- prepare formBean for showing form
performEditCreated
private org.apache.struts.action.ActionForward performEditCreated(org.apache.struts.action.ActionMapping actionMapping,
CreateIEFormBean formBean,
ru.gammalabs.ice.presentation.web.SessionData sessionData)
- Prepare the Edit Form for editing of newly created ie.