Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.presentation.web.publish
Class CreateIEAction  view CreateIEAction download CreateIEAction.java

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended byru.gammalabs.ice.presentation.web.ActionThatRequiresPermission
          extended byru.gammalabs.ice.presentation.web.publish.CreateIEAction

public class CreateIEAction
extends ru.gammalabs.ice.presentation.web.ActionThatRequiresPermission

Fills the data for "create IE" form.


Field Summary
private static org.apache.log4j.Category LOG
           
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
CreateIEAction()
          Creates new CreateIEAction
 
Method Summary
 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)
          This method should be overriden by user's Action.
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.
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
 
Methods inherited from class ru.gammalabs.ice.presentation.web.ActionThatRequiresPermission
perform
 
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
 

Field Detail

LOG

private static org.apache.log4j.Category LOG
Constructor Detail

CreateIEAction

public CreateIEAction()
Creates new CreateIEAction

Method Detail

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.