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

Quick Search    Search Deep

ru.gammalabs.ice.web
Class AbstractAction  view AbstractAction download AbstractAction.java

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended byru.gammalabs.ice.web.AbstractAction

public abstract class AbstractAction
extends org.apache.struts.action.Action


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
AbstractAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
abstract  org.apache.struts.action.ActionForward performWithException(ru.gammalabs.ice.framework.Actor actor, org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 
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
 

Constructor Detail

AbstractAction

public AbstractAction()
Method Detail

perform

public org.apache.struts.action.ActionForward perform(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

performWithException

public abstract org.apache.struts.action.ActionForward performWithException(ru.gammalabs.ice.framework.Actor actor,
                                                                            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.framework.UnauthorizedAccessException,
                                                                            ru.gammalabs.ice.presentation.web.ActionException