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

Quick Search    Search Deep

nectar.action
Class IndexAction  view IndexAction download IndexAction.java

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bynectar.action.BasePageAction
          extended bynectar.action.IndexAction

public class IndexAction
extends BasePageAction

Renders the Index Page


Field Summary
 
Fields inherited from class nectar.action.BasePageAction
ERROR_KEY, FAILURE, SUCCESS
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
IndexAction()
           
 
Method Summary
 java.lang.String executeInternal(ActionKit kit)
           
protected  nectar.view.NewsView[] loadNews(java.lang.Long project, nectar.form.IndexForm form)
           
protected  nectar.view.PersonView[] loadNewsAuthors(java.lang.Long project, nectar.view.NewsView[] newsList)
           
 
Methods inherited from class nectar.action.BasePageAction
execute
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, 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

IndexAction

public IndexAction()
Method Detail

executeInternal

public java.lang.String executeInternal(ActionKit kit)
                                 throws java.lang.Exception
Specified by:
executeInternal in class BasePageAction

loadNews

protected nectar.view.NewsView[] loadNews(java.lang.Long project,
                                          nectar.form.IndexForm form)
                                   throws nectar.data.DataException

loadNewsAuthors

protected nectar.view.PersonView[] loadNewsAuthors(java.lang.Long project,
                                                   nectar.view.NewsView[] newsList)
                                            throws nectar.data.DataException