java.lang.Object
org.apache.struts.action.Action
nectar.action.BasePageAction
nectar.action.IndexAction
- public class IndexAction
- extends BasePageAction
Renders the Index Page
| 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 |
IndexAction
public IndexAction()
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