com.j2biz.blogunity.web.actions
Class AbstractAction

java.lang.Object
  extended bycom.j2biz.blogunity.web.actions.AbstractAction
Direct Known Subclasses:
AbstractFeedAction, AbstractResourceAction, ActivateAction, CategoryAction, DayAction, EntryAction, ErrorAction, FeedsAction, ForgotPasswordAction, FrontpageAction, GlobalStatisticsAction, IndexAction, ListTrackbacksAction, LoginAction, LogoutAction, MonthAction, MyAbstractAction, RegisterUserExecAction, RegisterUserFormAction, SearchAction, SearchBlogExecAction, SearchBlogFormAction, SearchUserExecAction, SearchUserFormAction, TrackBackAction, UserpicAction, UserprofileAction, YearAction

public abstract class AbstractAction
extends Object

Since:
0.1
Author:
michelson

Field Summary
protected  String currentActionPath
           
protected  NavigationStack navigationStack
           
 
Constructor Summary
AbstractAction()
           
 
Method Summary
abstract  IActionResult execute(HttpServletRequest request, HttpServletResponse response)
           
 void init(HttpServletRequest request, HttpServletResponse response, String currentActionPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

navigationStack

protected NavigationStack navigationStack

currentActionPath

protected String currentActionPath
Constructor Detail

AbstractAction

public AbstractAction()
Method Detail

init

public void init(HttpServletRequest request,
                 HttpServletResponse response,
                 String currentActionPath)
          throws BlogunityException
Throws:
BlogunityException

execute

public abstract IActionResult execute(HttpServletRequest request,
                                      HttpServletResponse response)
                               throws BlogunityException
Parameters:
request -
response -
Returns:
Throws:
BlogException
BlogunityException


Copyright (c)j2biz.com