com.j2biz.blogunity.web.actions.blog
Class AbstractFeedAction

java.lang.Object
  extended bycom.j2biz.blogunity.web.actions.AbstractAction
      extended bycom.j2biz.blogunity.web.actions.blog.AbstractFeedAction
Direct Known Subclasses:
AtomFeedAction, RssFeedAction

public abstract class AbstractFeedAction
extends AbstractAction


Field Summary
 
Fields inherited from class com.j2biz.blogunity.web.actions.AbstractAction
currentActionPath, navigationStack
 
Constructor Summary
AbstractFeedAction(Blog blog)
           
AbstractFeedAction(Blog blog, String categoryId)
           
 
Method Summary
 IActionResult execute(HttpServletRequest request, HttpServletResponse response)
           
abstract  String getFeedtype()
           
 
Methods inherited from class com.j2biz.blogunity.web.actions.AbstractAction
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFeedAction

public AbstractFeedAction(Blog blog)

AbstractFeedAction

public AbstractFeedAction(Blog blog,
                          String categoryId)
Method Detail

getFeedtype

public abstract String getFeedtype()

execute

public IActionResult execute(HttpServletRequest request,
                             HttpServletResponse response)
                      throws BlogunityException
Specified by:
execute in class AbstractAction
Parameters:
request -
response -
Returns:
Throws:
BlogunityException


Copyright (c)j2biz.com