|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.jivesoftware.base.action.rss.RSSActionSupport
com.jivesoftware.forum.action.rss.RSSMainAction
public class RSSMainAction
A simple action which assists with the page which lists all RSS feeds available.
Field Summary |
---|
Fields inherited from class com.jivesoftware.base.action.rss.RSSActionSupport |
---|
DATE_FORMAT, DEFAULT_NUM_ITEMS, DISABLED, request, response |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
RSSMainAction()
|
Method Summary | |
---|---|
java.lang.String |
execute()
Checks to see if RSS feeds are disabled. |
AuthToken |
getAnonymousAuthToken()
|
java.util.Iterator |
getCategories()
|
java.lang.String |
getFeed()
|
ForumFactory |
getForumFactory()
|
User |
getPageUser()
Returns null always -- subclasses should override this is they wish to provide access to the page user. |
static java.lang.String |
pad(int num,
java.lang.String padding)
|
void |
setFeed(java.lang.String feed)
|
void |
setUser(User user)
|
Methods inherited from class com.jivesoftware.base.action.rss.RSSActionSupport |
---|
executeRSS, getAuthToken, getDateFormat, getDefaultBaseURL, getFeedTitle, getNumItems, getPassword, getUsername, rssFeedsEnabled, setAuthToken, setNumItems, setPassword, setServletRequest, setServletResponse, setUsername |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doDefault, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSSMainAction()
Method Detail |
---|
public java.lang.String getFeed()
public void setFeed(java.lang.String feed)
public AuthToken getAnonymousAuthToken()
public ForumFactory getForumFactory()
public java.util.Iterator getCategories()
public void setUser(User user)
setUser
in interface UserAware
public User getPageUser()
RSSActionSupport
getPageUser
in class RSSActionSupport
public java.lang.String execute() throws java.lang.Exception
RSSActionSupport
RSSActionSupport.DISABLED
is returned. Otherwise, RSSActionSupport.executeRSS()
is returned.
execute
in interface com.opensymphony.xwork.Action
execute
in class RSSActionSupport
java.lang.Exception
public static java.lang.String pad(int num, java.lang.String padding)
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |