public class CreateRssFeedAction extends ConfluenceActionSupport
accessModeService, CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, messageHolder, permissionManager, permitted, personService, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
Constructor and Description |
---|
CreateRssFeedAction() |
Modifier and Type | Method and Description |
---|---|
ISearch |
createSearchQuery() |
String |
execute() |
List<Label> |
getLabels()
uses the label String to create a list of label objects to pass into the query object.
|
String |
getLabelString() |
@NonNull String |
getRssType() |
String |
getSort() |
com.sun.syndication.feed.synd.SyndFeed |
getSyndFeed()
function to create the actual RSS feed based on the listQuery.
|
String |
getTitle() |
boolean |
isShowContent() |
void |
setBlogpostSubTypes(List<String> blogSubTypes) |
void |
setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher) |
void |
setExcludedSpaceKeys(List<String> excludedSpaceKeys) |
void |
setFeedBuilder(FeedBuilder feedBuilder) |
void |
setLabelString(String labelString) |
void |
setMaxResults(int maxResults) |
void |
setPageSubTypes(List<String> pageSubTypes) |
void |
setRssType(String rssType) |
void |
setShowContent(boolean showContent) |
void |
setSort(String sort) |
void |
setSpaces(List<String> spaces) |
void |
setTimeSpan(int timeSpan) |
void |
setTitle(String title) |
void |
setTypes(List<String> types) |
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getAccessMode, getActionName, getActionName, getAuthenticatedUser, getBootstrapManager, getCancel, getCancelResult, getConfluenceAccessManager, getContext, getCurrentRequest, getCurrentSession, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDefaultTimeZone, getDocLink, getEventManager, getFriendlyDateFormatter, getFrontendServiceURL, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getMessageHolder, getNiceContentType, getPermissionManager, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPersonService, getPreviousLoginDate, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUserAccessor, getUserByName, getUserFullName, getUserHasBrowseUsersPermission, getUserHasLicensedAccess, getUserInterfaceState, getUserLocaleDefaultDatePattern, getUserProfilePicUrl, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermitted, isPrintableVersion, isSkipAccessCheck, isUserStatusPluginEnabled, isUsingH2, isUsingHSQL, setAccessModeService, setApiDateFormatService, setApiPersonService, setBootstrapManager, setCancel, setConfluenceAccessManager, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setServletRequestSupplier, setSettingsManager, setSkipAccessCheck, setSpacePermissionManager, setSystemInformationService, setTimeZoneManager, setUserAccessor, setWebInterfaceManager, withServletRequestSupplier
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
public com.sun.syndication.feed.synd.SyndFeed getSyndFeed()
public String execute() throws Exception
execute
in interface com.opensymphony.xwork.Action
execute
in class com.opensymphony.xwork.ActionSupport
Exception
public @NonNull String getRssType()
public void setRssType(String rssType)
public String getSort()
public void setSort(String sort)
public void setMaxResults(int maxResults)
public void setTimeSpan(int timeSpan)
public String getTitle()
public void setTitle(String title)
public void setFeedBuilder(FeedBuilder feedBuilder)
public String getLabelString()
public void setLabelString(String labelString)
public boolean isShowContent()
public void setShowContent(boolean showContent)
public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
public List<Label> getLabels()
public ISearch createSearchQuery()
Copyright © 2003–2020 Atlassian. All rights reserved.