Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractNewsAdapter - Class in org.jasig.portlet.newsreader.adapter
-
Abstract AbstractNewsAdapter class.
- AbstractNewsAdapter() - Constructor for class org.jasig.portlet.newsreader.adapter.AbstractNewsAdapter
- AbstractNewsController - Class in org.jasig.portlet.newsreader.mvc
-
Creating an abstract superclass for news in VIEW mode as a first step toward combining controllers for single-feed and regular.
- AbstractNewsController() - Constructor for class org.jasig.portlet.newsreader.mvc.AbstractNewsController
- addDefaultRole(String) - Method in class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Add a user role to the set of roles that should get this news by default.
- addNewsConfiguration(NewsConfiguration) - Method in class org.jasig.portlet.newsreader.NewsSet
-
addNewsConfiguration.
- addParameter(String, String) - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Add an individual news parameter.
- addParameter(Map.Entry<String, String>) - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
addParameter.
- addParameters(Map<String, String>) - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
addParameters.
- addPreference(String, String) - Method in class org.jasig.portlet.newsreader.PredefinedNewsConfiguration
-
Add a user preference for this configuration.
- addUserConfiguration(PredefinedNewsConfiguration) - Method in class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Add a user configuration for this news definition
- AdminNewsController - Class in org.jasig.portlet.newsreader.mvc.portlet.reader
-
AdminNewsController provides a main administrative view for the news portlet.
- AdminNewsController() - Constructor for class org.jasig.portlet.newsreader.mvc.portlet.reader.AdminNewsController
- AggregationAwareFilterBean - Class in org.jasig.portlet.newsreader.mvc
-
Pays attention to the state of skin aggregation and only applies the fitler if it is disabled
- AggregationAwareFilterBean() - Constructor for class org.jasig.portlet.newsreader.mvc.AggregationAwareFilterBean
- AjaxNewsController - Class in org.jasig.portlet.newsreader.mvc.portlet.reader
-
AjaxNewsController class.
- AjaxNewsController() - Constructor for class org.jasig.portlet.newsreader.mvc.portlet.reader.AjaxNewsController
- ALLOW_EDIT_PREFERENCE - Static variable in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
Constant
ALLOW_EDIT_PREFERENCE="allowEdit" - ALLOW_HELP_PREFERENCE - Static variable in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
Constant
ALLOW_HELP_PREFERENCE="allowHelp" - ApplicationContextConnectionProvider - Class in org.jasig.portlet.newsreader.hibernate
-
When the hibernate3-maven-plugin:hbm2ddl goal is executed, this class provides connections from the Spring ApplicationContext, which is capable of using encrypted database connection settings (in datasource.properties).
- ApplicationContextConnectionProvider() - Constructor for class org.jasig.portlet.newsreader.hibernate.ApplicationContextConnectionProvider
C
- close() - Method in class org.jasig.portlet.newsreader.hibernate.ApplicationContextConnectionProvider
- closeConnection(Connection) - Method in class org.jasig.portlet.newsreader.hibernate.ApplicationContextConnectionProvider
- compareTo(NewsFeedItem) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
- compareTo(NewsConfiguration) - Method in class org.jasig.portlet.newsreader.NewsConfiguration
- compareTo(NewsDefinition) - Method in class org.jasig.portlet.newsreader.NewsDefinition
- configure(Properties) - Method in class org.jasig.portlet.newsreader.hibernate.ApplicationContextConnectionProvider
- contextDestroyed(ServletContextEvent) - Method in class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
- contextInitialized(ServletContextEvent) - Method in class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
- create(Object...) - Method in class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
-
create.
- create(Object...) - Method in class org.jasig.portlet.newsreader.spring.SingletonDoubleCheckedCreator
-
create.
- createDelegate(XmlReaderContext, Element, BeanDefinitionParserDelegate) - Method in class org.jasig.portlet.newsreader.spring.LazyInitByDefaultBeanDefinitionDocumentReader
- createSingleton(Object...) - Method in class org.jasig.portlet.newsreader.spring.SingletonDoubleCheckedCreator
-
Called only once as long as it returns successfully
D
- DATABASE_CONTEXT_LOCATION - Static variable in class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
-
Subset of the main context; used in hbm2dll and importing
- DEFAULT_ANTISAMY_POLICY - Static variable in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Constant
DEFAULT_ANTISAMY_POLICY="antisamy-textonly" - DEFAULT_CONTENT_TYPE - Static variable in class org.jasig.portlet.newsreader.mvc.EmptyView
-
Default content type.
- defaultAction() - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
defaultAction.
- DefaultFullStory - Class in org.jasig.portlet.newsreader.model
-
DefaultFullStory class.
- DefaultFullStory(String) - Constructor for class org.jasig.portlet.newsreader.model.DefaultFullStory
-
Constructor for DefaultFullStory.
- deleteFeed(Long, ActionRequest) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.AdminNewsController
-
deleteFeed.
- deleteNewsConfiguration(NewsConfiguration) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Remove a news configuration from the data store
- deleteNewsConfiguration(NewsConfiguration) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Remove a news configuration from the data store
- deleteNewsDefinition(PredefinedNewsDefinition) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Remove a news definition from the data store.
- deleteNewsDefinition(PredefinedNewsDefinition) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Remove a news definition from the data store.
- destroy() - Method in class org.jasig.portlet.newsreader.mvc.AggregationAwareFilterBean
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jasig.portlet.newsreader.mvc.AggregationAwareFilterBean
- DoubleCheckedCreator<T> - Class in org.jasig.portlet.newsreader.spring
-
Implementation of double-checked locking for object creation using a
ReadWriteLock - DoubleCheckedCreator() - Constructor for class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
-
Constructor for DoubleCheckedCreator.
- DoubleCheckedCreator(ReadWriteLock) - Constructor for class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
-
Constructor for DoubleCheckedCreator.
E
- EditNewsDefinitionController - Class in org.jasig.portlet.newsreader.mvc.portlet.reader
-
EditNewsDefinitionController provides a GUI for adding and editing predefined newss.
- EditNewsDefinitionController() - Constructor for class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
- EditNewsPreferencesController - Class in org.jasig.portlet.newsreader.mvc.portlet.reader
-
EditNewsPreferencesController provides the main edit page for the News Reader portlet.
- EditNewsPreferencesController() - Constructor for class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsPreferencesController
- EditUserRomeController - Class in org.jasig.portlet.newsreader.mvc.portlet.reader
-
EditNewsDefinitionController allows a user to add or edit a user-defined news definition.
- EditUserRomeController() - Constructor for class org.jasig.portlet.newsreader.mvc.portlet.reader.EditUserRomeController
- EmptyView - Class in org.jasig.portlet.newsreader.mvc
-
EmptyView class.
- EmptyView() - Constructor for class org.jasig.portlet.newsreader.mvc.EmptyView
-
Constructor for EmptyView.
- equals(Object) - Method in class org.jasig.portlet.newsreader.model.NewsFeed
- evaluate(TaskRequest, TaskResponse) - Method in class org.jasig.portlet.newsreader.io.SafeFileNamePhrase
F
- filter(PortletRequest, Collection<NewsConfiguration>) - Method in class org.jasig.portlet.newsreader.service.NewsConfigurationWhitelist
-
filter.
- filter(PortletRequest, Collection<T>, Whitelist.Callback<T>) - Method in class org.jasig.portlet.newsreader.service.Whitelist
-
filter.
- filterModel(Map<String, Object>) - Method in class org.jasig.portlet.newsreader.mvc.EmptyView
-
Filters out undesired attributes from the given model.
- filterNonWhitelistedConfigurations(PortletRequest, Collection<NewsConfiguration>) - Static method in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
Utility function for filtering a collection of NewsConfiguration objects based on the Whitelist for this portlet-definition.
- fullStory(Long, int, int, RenderRequest, RenderResponse, Model) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
fullStory.
- FullStory - Interface in org.jasig.portlet.newsreader.model
-
FullStory interface.
G
- get(Object...) - Method in class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
-
Double checking retrieval/creation of an object
- getAdminNewsEditView() - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
-
getAdminNewsEditView.
- getAdminView(RenderRequest) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.AdminNewsController
-
getAdminView.
- getApplicationContext(String) - Static method in class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
-
If running in a web application the existing
WebApplicationContextwill be returned. - getAuthor() - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Getter for the field
author. - getAuthors() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
authors. - getAvailableAdapters() - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
-
Getter for the field
availableAdapters. - getCategories() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
categories. - getClassName() - Method in class org.jasig.portlet.newsreader.adapter.AbstractNewsAdapter
-
Provides the fully-qualified name of the concrete INewsAdapter class, which is used in creating a
NewsDefinition. - getClassName() - Method in interface org.jasig.portlet.newsreader.adapter.INewsAdapter
-
Provides the fully-qualified name of the concrete INewsAdapter class, which is used in creating a
NewsDefinition. - getClassName() - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Getter for the field
className. - getClassName() - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Returns the name of the adapter class for this news which will determine how the news is retrieved.
- getConnection() - Method in class org.jasig.portlet.newsreader.hibernate.ApplicationContextConnectionProvider
- getConnectionManagerTimeout() - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Getter for the field
connectionManagerTimeout. - getConnectionTimeout() - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Getter for the field
connectionTimeout. - getContent() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
content. - getCopyright() - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Getter for the field
copyright. - getDefaultRoles() - Method in class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Get the set of user roles who should get this news by default.
- getDescription() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
description. - getDescriptionKey() - Method in class org.jasig.portlet.newsreader.adapter.AbstractNewsAdapter
-
Provides the key string for accessing the description of this adapter from the messageBundle bean.
- getDescriptionKey() - Method in interface org.jasig.portlet.newsreader.adapter.INewsAdapter
-
Provides the key string for accessing the description of this adapter from the messageBundle bean.
- getEntries() - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Getter for the field
entries. - getEntries() - Method in class org.jasig.portlet.newsreader.model.PaginatingNewsFeed
-
Getter for the field
entries. - getFeed(InputStream, String, String, int) - Method in class org.jasig.portlet.newsreader.processor.RomeNewsProcessorImpl
-
getFeed.
- getFname() - Method in class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Getter for the field
fname. - getFname(T) - Method in interface org.jasig.portlet.newsreader.service.Whitelist.Callback
- getFormula() - Method in class org.jasig.portlet.newsreader.io.SafeFileNamePhrase
-
getFormula.
- getFullStory() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
fullStory. - getFullStoryText() - Method in class org.jasig.portlet.newsreader.model.DefaultFullStory
-
getFullStoryText.
- getFullStoryText() - Method in interface org.jasig.portlet.newsreader.model.FullStory
-
getFullStoryText.
- getFullStoryText() - Method in class org.jasig.portlet.newsreader.model.RemoteHttpFullStory
-
getFullStoryText.
- getHelpView() - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.HelpController
-
getHelpView.
- getHiddenPredefinedNewsDefinitions(Long, Set<String>) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Retrieve a list of hidden predefined newss for this portlet subscription and role.
- getHiddenPredefinedNewsDefinitions(Long, Set<String>) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Retrieve a list of hidden predefined newss for this portlet subscription and role.
- getHttpClient() - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Getter for the field
httpClient. - getId() - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Getter for the field
id. - getId() - Method in class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
Getter for the field
id. - getId() - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Get the unique ID for this NewsConfiguration.
- getId() - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Return the unique id of this news.
- getId() - Method in class org.jasig.portlet.newsreader.NewsSet
-
Getter for the field
id. - getImageUrl() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
imageUrl. - getJSONFeeds(ResourceRequest, ResourceResponse) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.AjaxNewsController
-
getJSONFeeds.
- getLink() - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Getter for the field
link. - getLink() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
link. - getMaxStories() - Method in class org.jasig.portlet.newsreader.model.PaginatingNewsFeed
-
Getter for the field
maxStories. - getMaxStories(PortletPreferences) - Static method in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
getMaxStories.
- getName() - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Getter for the field
name. - getName() - Method in class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
Getter for the field
name. - getName() - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Return the display name for this news.
- getName() - Method in class org.jasig.portlet.newsreader.NewsSet
-
Getter for the field
name. - getNameKey() - Method in class org.jasig.portlet.newsreader.adapter.AbstractNewsAdapter
-
Provides the key string for accessing the name of this adapter from the messageBundle bean.
- getNameKey() - Method in interface org.jasig.portlet.newsreader.adapter.INewsAdapter
-
Provides the key string for accessing the name of this adapter from the messageBundle bean.
- getNewsConfiguration(Long) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Retrieve a news configuration.
- getNewsConfiguration(Long) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Retrieve a news configuration.
- getNewsConfigurations() - Method in class org.jasig.portlet.newsreader.NewsSet
-
Getter for the field
newsConfigurations. - getNewsConfigurations(String) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Retrieve a list of news configurations for the specified portlet.
- getNewsConfigurations(String) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Retrieve a list of news configurations for the specified portlet.
- getNewsDefinition() - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Get the NewsDefinition for the news being configured.
- getNewsDefinition(Long) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Retrieve a news definition.
- getNewsDefinition(Long) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Retrieve a news definition.
- getNewsFeedItem(SyndEntry, String, String) - Method in class org.jasig.portlet.newsreader.processor.RomeNewsFullStoryProcessorImpl
-
getNewsFeedItem.
- getNewsFeedItem(SyndEntry, String, String) - Method in class org.jasig.portlet.newsreader.processor.RomeNewsProcessorImpl
-
getNewsFeedItem.
- getNewsForm(PortletRequest) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
-
getNewsForm.
- getNewsForm(PortletRequest) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditUserRomeController
-
getNewsForm.
- getNewsSet() - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Getter for the field
newsSet. - getNewsSet(Long) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
getNewsSet.
- getNewsSet(Long) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
getNewsSet.
- getNewsSet(String, String) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
getNewsSet.
- getNewsSet(String, String) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
getNewsSet.
- getNewsSet(String, PortletRequest) - Method in interface org.jasig.portlet.newsreader.service.NewsSetResolvingService
-
Returns a NewsSet based on the implemented algorithem.
- getNewsSet(String, PortletRequest) - Method in class org.jasig.portlet.newsreader.service.SharedNewsSetServiceImpl
-
Returns a NewsSet based on the implemented algorithem.
- getNewsSetsForUser(String) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
getNewsSetsForUser.
- getNewsSetsForUser(String) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
getNewsSetsForUser.
- getNewsUrls() - Method in class org.jasig.portlet.newsreader.mvc.NewsPreferences
-
Getter for the field
newsUrls. - getPage() - Method in class org.jasig.portlet.newsreader.model.PaginatingNewsFeed
-
Getter for the field
page. - getPageCount() - Method in class org.jasig.portlet.newsreader.model.PaginatingNewsFeed
-
getPageCount.
- getParameterName() - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Getter for the field
parameterName. - getParameters() - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
getParameters.
- getParameters() - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Return the map of news parameters.
- getParameterValue() - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Getter for the field
parameterValue. - getPolicyPref(String...) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
getPolicyPref.
- getPredefinedNewsConfigurations() - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
getPredefinedNewsConfigurations.
- getPredefinedNewsConfigurations() - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Retrieve a list of all pre-defined news configurations.
- getPredefinedNewsConfigurations(Long, boolean) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Retrieve a list of pre-defined news configurations for the specified portlet.
- getPredefinedNewsConfigurations(Long, boolean) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Retrieve a list of pre-defined news configurations for the specified portlet.
- getPredefinedNewsDefinition(Long) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Retrieve a pre-defined news definition
- getPredefinedNewsDefinition(Long) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Retrieve a pre-defined news definition
- getPredefinedNewsDefinitionByName(String) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
getPredefinedNewsDefinitionByName.
- getPredefinedNewsDefinitionByName(String) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
getPredefinedNewsDefinitionByName.
- getPreferences() - Method in class org.jasig.portlet.newsreader.PredefinedNewsConfiguration
-
Get the user-specific preferences for this configuration.
- getPreferences(RenderRequest, Model) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
getPreferences.
- getPubDate() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
pubDate. - getReadTimeout() - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Getter for the field
readTimeout. - getRemoteHttpUrl() - Method in class org.jasig.portlet.newsreader.model.RemoteHttpFullStory
-
Getter for the field
remoteHttpUrl. - getRequiredWebApplicationContext() - Static method in class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
-
Deprecated.
- getRole() - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Getter for the field
role. - getSafeFileName(String) - Method in class org.jasig.portlet.newsreader.io.SafeFileNamePhrase
-
getSafeFileName.
- getShowNews() - Method in class org.jasig.portlet.newsreader.mvc.NewsPreferences
-
Getter for the field
showNews. - getSyndFeed(String, String, String, int) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Retrieve the entire feed using HTTPClient and clean using AntiSamy, build an SyndFeed object using ROME.
- getSyndFeed(NewsConfiguration, int, int) - Method in interface org.jasig.portlet.newsreader.adapter.INewsAdapter
-
getSyndFeed.
- getSyndFeed(NewsConfiguration, int, int) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
getSyndFeed.
- getTimesToRetry() - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Getter for the field
timesToRetry. - getTitle() - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Getter for the field
title. - getTitle() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
title. - getUri() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
uri. - getUrl() - Method in class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
Getter for the field
url. - getUserConfiguration() - Method in class org.jasig.portlet.newsreader.UserDefinedNewsDefinition
-
Get the news configuration for this definition.
- getUserConfigurations() - Method in class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Get all the user configurations for this news definition
- getUserDefinedNewsConfigurations(Long, boolean) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Retrieve a list of user-defined news configurations for the specified portlet.
- getUserDefinedNewsConfigurations(Long, boolean) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Retrieve a list of user-defined news configurations for the specified portlet.
- getUserEditView(PortletRequest, RenderResponse) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditUserRomeController
-
getUserEditView.
- getUserId() - Method in class org.jasig.portlet.newsreader.NewsSet
-
Getter for the field
userId. - getUserId(PortletRequest) - Method in class org.jasig.portlet.newsreader.service.UserIdService
-
getUserId.
- getUserRoles() - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
getUserRoles.
- getUserRoles() - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Get a list of all user roles currently in use.
- getUserRoles(PortletRequest) - Method in class org.jasig.portlet.newsreader.service.RolesService
-
getUserRoles.
- getVideoUrl() - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Getter for the field
videoUrl. - getWebApplicationContext() - Static method in class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
-
Deprecated.This method is a work-around for areas in uPortal that do not have the ability to use the
WebApplicationContextUtils.getWebApplicationContext(ServletContext)directly.
H
- hashCode() - Method in class org.jasig.portlet.newsreader.model.NewsFeed
- HelpController - Class in org.jasig.portlet.newsreader.mvc.portlet.reader
-
HelpController class.
- HelpController() - Constructor for class org.jasig.portlet.newsreader.mvc.portlet.reader.HelpController
- HibernateNewsStore - Class in org.jasig.portlet.newsreader.dao
-
HibernateNewsStore provides a hibernate implementation of the NewsStore.
- HibernateNewsStore() - Constructor for class org.jasig.portlet.newsreader.dao.HibernateNewsStore
- HUMAN_FILE_NAME - Static variable in class org.jasig.portlet.newsreader.io.SafeFileNamePhrase
-
Constant
HUMAN_FILE_NAME
I
- IInitializationService - Interface in org.jasig.portlet.newsreader.service
-
IInitializationService defines an interface for performing actions when a new portlet session is created.
- INewsAdapter - Interface in org.jasig.portlet.newsreader.adapter
-
INewsAdapter interface.
- init() - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
init.
- init() - Method in class org.jasig.portlet.newsreader.service.UserIdService
-
init.
- init(FilterConfig) - Method in class org.jasig.portlet.newsreader.mvc.AggregationAwareFilterBean
- init(EntityConfig) - Method in class org.jasig.portlet.newsreader.io.SafeFileNamePhrase
- initialize(PortletRequest) - Method in interface org.jasig.portlet.newsreader.service.IInitializationService
-
Perform some action.
- INITIALIZED - Static variable in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
Constant
INITIALIZED="initialized" - initNews(NewsSet, Set<String>) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Initialize news subscriptions for a given portlet subscription and role.
- initNews(NewsSet, Set<String>) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Initialize news subscriptions for a given portlet subscription and role.
- invalid(T, Object...) - Method in class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
-
The default impl returns true if value is null.
- isActive() - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Determine whether this feed is active.
- isAdmin(PortletRequest) - Method in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
isAdmin.
- isCreated() - Method in class org.jasig.portlet.newsreader.spring.SingletonDoubleCheckedCreator
-
isCreated.
- isDisplayed() - Method in class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
isDisplayed.
- isDisplayed() - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Determine whether this news should be displayed or hidden.
- isGuest(PortletRequest) - Method in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
isGuest.
- isPredefined() - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
isPredefined.
- isRunningInWebApplication() - Static method in class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
-
Deprecated.Only needed for using
getRequiredWebApplicationContext()orgetWebApplicationContext().
L
- LazyInitByDefaultBeanDefinitionDocumentReader - Class in org.jasig.portlet.newsreader.spring
-
Extends the Spring DefaultBeanDefinitionDocumentReader to set the
BeanDefinitionParserDelegate.DEFAULT_LAZY_INIT_ATTRIBUTEto true, usefull when loading a context during testing or with command line tools. - LazyInitByDefaultBeanDefinitionDocumentReader() - Constructor for class org.jasig.portlet.newsreader.spring.LazyInitByDefaultBeanDefinitionDocumentReader
- log - Variable in class org.jasig.portlet.newsreader.adapter.RomeAdapter
- log - Variable in class org.jasig.portlet.newsreader.model.DefaultFullStory
- log - Variable in class org.jasig.portlet.newsreader.model.RemoteHttpFullStory
- log - Variable in class org.jasig.portlet.newsreader.mvc.portlet.reader.AdminNewsController
- log - Variable in class org.jasig.portlet.newsreader.mvc.portlet.reader.AjaxNewsController
- log - Variable in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
- log - Variable in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsPreferencesController
- log - Variable in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditUserRomeController
- log - Variable in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
- log - Variable in class org.jasig.portlet.newsreader.processor.RomeNewsFullStoryProcessorImpl
- log - Variable in class org.jasig.portlet.newsreader.processor.RomeNewsProcessorImpl
- logger - Variable in class org.jasig.portlet.newsreader.mvc.AggregationAwareFilterBean
- logger - Variable in class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
M
- main(String[]) - Static method in class org.jasig.portlet.newsreader.util.SchemaCreator
-
main.
- MinimizedStateHandlerInterceptor - Class in org.jasig.portlet.newsreader.mvc
-
MinimizedStateHandlerInterceptor class.
- MinimizedStateHandlerInterceptor() - Constructor for class org.jasig.portlet.newsreader.mvc.MinimizedStateHandlerInterceptor
N
- NEWS_ADMIN_ROLE - Static variable in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
Constant
NEWS_ADMIN_ROLE="newsAdmin" - NewsConfiguration - Class in org.jasig.portlet.newsreader
-
NewsConfiguration represents a user-specific registration and configuration for a NewsDefinition.
- NewsConfiguration() - Constructor for class org.jasig.portlet.newsreader.NewsConfiguration
- NewsConfigurationWhitelist - Class in org.jasig.portlet.newsreader.service
-
NewsConfigurationWhitelist class.
- NewsConfigurationWhitelist() - Constructor for class org.jasig.portlet.newsreader.service.NewsConfigurationWhitelist
- NewsController - Class in org.jasig.portlet.newsreader.mvc.portlet.reader
-
NewsController class.
- NewsController() - Constructor for class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
- NewsDefinition - Class in org.jasig.portlet.newsreader
-
NewsDefinition represents the base class for news registrations.
- NewsDefinition() - Constructor for class org.jasig.portlet.newsreader.NewsDefinition
-
Default constructor.
- NewsDefinition(Long, String, String) - Constructor for class org.jasig.portlet.newsreader.NewsDefinition
-
Constructor for NewsDefinition.
- NewsDefinitionForm - Class in org.jasig.portlet.newsreader.mvc
-
NewsDefinitionForm class.
- NewsDefinitionForm() - Constructor for class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
- NewsException - Exception Class in org.jasig.portlet.newsreader.adapter
-
NewsException class.
- NewsException() - Constructor for exception class org.jasig.portlet.newsreader.adapter.NewsException
-
Constructor for NewsException.
- NewsException(String) - Constructor for exception class org.jasig.portlet.newsreader.adapter.NewsException
-
Constructor for NewsException.
- NewsException(String, Throwable) - Constructor for exception class org.jasig.portlet.newsreader.adapter.NewsException
-
Constructor for NewsException.
- NewsException(Throwable) - Constructor for exception class org.jasig.portlet.newsreader.adapter.NewsException
-
Constructor for NewsException.
- NewsFeed - Class in org.jasig.portlet.newsreader.model
-
NewsFeed class.
- NewsFeed() - Constructor for class org.jasig.portlet.newsreader.model.NewsFeed
- NewsFeedItem - Class in org.jasig.portlet.newsreader.model
-
NewsFeedItem class.
- NewsFeedItem() - Constructor for class org.jasig.portlet.newsreader.model.NewsFeedItem
- NewsListingCommand - Class in org.jasig.portlet.newsreader.mvc
-
NewsListingCommand class.
- NewsListingCommand() - Constructor for class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
Constructor for NewsListingCommand.
- NewsPreferences - Class in org.jasig.portlet.newsreader.mvc
-
NewsPreferences class.
- NewsPreferences() - Constructor for class org.jasig.portlet.newsreader.mvc.NewsPreferences
-
Constructor for NewsPreferences.
- NewsReaderBeans - Class in org.jasig.portlet.newsreader
-
NewsReaderBeans class.
- NewsReaderBeans() - Constructor for class org.jasig.portlet.newsreader.NewsReaderBeans
- NewsSet - Class in org.jasig.portlet.newsreader
-
NewsSet class.
- NewsSet() - Constructor for class org.jasig.portlet.newsreader.NewsSet
- NewsSetResolvingService - Interface in org.jasig.portlet.newsreader.service
-
NewsSetResolvingService interface.
- NewsStore - Interface in org.jasig.portlet.newsreader.dao
-
NewsStore provides a data store for news listings and configurations.
O
- onSubmitAction(ActionRequest, ActionResponse, NewsDefinitionForm) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
-
onSubmitAction.
- onSubmitAction(ActionRequest, ActionResponse, NewsListingCommand) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditUserRomeController
-
onSubmitAction.
- org.jasig.portlet.newsreader - package org.jasig.portlet.newsreader
- org.jasig.portlet.newsreader.adapter - package org.jasig.portlet.newsreader.adapter
- org.jasig.portlet.newsreader.dao - package org.jasig.portlet.newsreader.dao
- org.jasig.portlet.newsreader.hibernate - package org.jasig.portlet.newsreader.hibernate
- org.jasig.portlet.newsreader.io - package org.jasig.portlet.newsreader.io
- org.jasig.portlet.newsreader.model - package org.jasig.portlet.newsreader.model
- org.jasig.portlet.newsreader.mvc - package org.jasig.portlet.newsreader.mvc
- org.jasig.portlet.newsreader.mvc.portlet.reader - package org.jasig.portlet.newsreader.mvc.portlet.reader
- org.jasig.portlet.newsreader.processor - package org.jasig.portlet.newsreader.processor
- org.jasig.portlet.newsreader.service - package org.jasig.portlet.newsreader.service
- org.jasig.portlet.newsreader.spring - package org.jasig.portlet.newsreader.spring
- org.jasig.portlet.newsreader.util - package org.jasig.portlet.newsreader.util
P
- PaginatingNewsFeed - Class in org.jasig.portlet.newsreader.model
-
PaginatingNewsFeed class.
- PaginatingNewsFeed(int) - Constructor for class org.jasig.portlet.newsreader.model.PaginatingNewsFeed
-
Constructor for PaginatingNewsFeed.
- PaginatingNewsFeed(int, int) - Constructor for class org.jasig.portlet.newsreader.model.PaginatingNewsFeed
-
Constructor for PaginatingNewsFeed.
- PortletApplicationContextLocator - Class in org.jasig.portlet.newsreader.spring
-
Provides standard access to the portal's
ApplicationContext. - PortletApplicationContextLocator() - Constructor for class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
- PredefinedNewsConfiguration - Class in org.jasig.portlet.newsreader
-
PredefinedNewsConfiguration represents a user configuration of a built-in news definition.
- PredefinedNewsConfiguration() - Constructor for class org.jasig.portlet.newsreader.PredefinedNewsConfiguration
-
Default constructor
- PredefinedNewsDefinition - Class in org.jasig.portlet.newsreader
-
PredefinedNewsDefinition represents a built-in news definition.
- PredefinedNewsDefinition() - Constructor for class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Default constructor
- PredefinedNewsDefinition(Long, String, String) - Constructor for class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Construct a new predefined news definition
- PREFERENCE_DESCRIPTION_POLICY - Static variable in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Constant
PREFERENCE_DESCRIPTION_POLICY="descriptionPolicy" - PREFERENCE_TITLE_POLICY - Static variable in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Constant
PREFERENCE_TITLE_POLICY="titlePolicy" - preHandleRender(RenderRequest, RenderResponse, Object) - Method in class org.jasig.portlet.newsreader.mvc.MinimizedStateHandlerInterceptor
- prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.portlet.newsreader.mvc.EmptyView
R
- readLock - Variable in class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
- RemoteHttpFullStory - Class in org.jasig.portlet.newsreader.model
-
RemoteHttpFullStory class.
- RemoteHttpFullStory(String) - Constructor for class org.jasig.portlet.newsreader.model.RemoteHttpFullStory
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.jasig.portlet.newsreader.mvc.EmptyView
- retrieve(Object...) - Method in class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
-
retrieve.
- retrieve(Object...) - Method in class org.jasig.portlet.newsreader.spring.SingletonDoubleCheckedCreator
-
retrieve.
- retryRequest(IOException, int, HttpContext) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapterRetryHandler
- RolesService - Class in org.jasig.portlet.newsreader.service
-
Spring-managed bean responsible for identifying the role(s) the current user belongs to.
- RolesService() - Constructor for class org.jasig.portlet.newsreader.service.RolesService
- RomeAdapter - Class in org.jasig.portlet.newsreader.adapter
-
RomeAdapter is a NewsAdapter for standard RSS and ATOM feeds available online via http or https.
- RomeAdapter() - Constructor for class org.jasig.portlet.newsreader.adapter.RomeAdapter
- RomeAdapterFullStory - Class in org.jasig.portlet.newsreader.adapter
-
An adapter subclass of
RomeAdapterthat is only required due to the current approach of using class name as a distinguisher between implementations of adapters. - RomeAdapterFullStory() - Constructor for class org.jasig.portlet.newsreader.adapter.RomeAdapterFullStory
- RomeAdapterRetryHandler - Class in org.jasig.portlet.newsreader.adapter
-
RomeAdapterRetryHandler class.
- RomeAdapterRetryHandler(int) - Constructor for class org.jasig.portlet.newsreader.adapter.RomeAdapterRetryHandler
-
Constructor for RomeAdapterRetryHandler.
- RomeNewsFullStoryProcessorImpl - Class in org.jasig.portlet.newsreader.processor
-
Strategy implementation derived from
RomeNewsProcessorImplwith support for full story. - RomeNewsFullStoryProcessorImpl() - Constructor for class org.jasig.portlet.newsreader.processor.RomeNewsFullStoryProcessorImpl
- RomeNewsProcessorImpl - Class in org.jasig.portlet.newsreader.processor
-
RomeNewsProcessorImpl class.
- RomeNewsProcessorImpl() - Constructor for class org.jasig.portlet.newsreader.processor.RomeNewsProcessorImpl
S
- SafeFileNamePhrase - Class in org.jasig.portlet.newsreader.io
-
SafeFileNamePhrase class.
- SafeFileNamePhrase() - Constructor for class org.jasig.portlet.newsreader.io.SafeFileNamePhrase
- saveDisplayPreference(ResourceRequest, ResourceResponse) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsPreferencesController
-
saveDisplayPreference.
- saveNewsPreference(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsPreferencesController
-
saveNewsPreference.
- SchemaCreator - Class in org.jasig.portlet.newsreader.util
-
This tool is responsible for creating the NewsReader portlet database schema (and dropping it first, if necessary).
- SchemaCreator() - Constructor for class org.jasig.portlet.newsreader.util.SchemaCreator
- setActive(boolean) - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Set whether this feed should be displayed or hidden.
- setApplicationContext(ApplicationContext) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.AjaxNewsController
-
Setter for the field
applicationContext. - setApplicationContext(ApplicationContext) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
Setter for the field
applicationContext. - setApplicationContext(ApplicationContext) - Method in class org.jasig.portlet.newsreader.util.SchemaCreator
- setAuthor(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Setter for the field
author. - setAuthors(List<SyndPerson>) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
authors. - setCache(Cache) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
cache. - setCacheKeyPrefix(String) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Cache prefix to support multiple instances of this class using the same cache.
- setCategories(List<SyndCategory>) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
categories. - setClassName(String) - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Setter for the field
className. - setClassName(String) - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Set the name of the adapter class for this news which will determine how the news is retrieved.
- setConnectionManagerTimeout(long) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
connectionManagerTimeout. - setConnectionTimeout(int) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
connectionTimeout. - setContent(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
content. - setCopyright(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Setter for the field
copyright. - setDefaultItems(int) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
Setter for the field
defaultItems. - setDefaultRoles(Set<String>) - Method in class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Set the user roles should should get this news by default.
- setDescription(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
description. - setDisplayed(boolean) - Method in class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
Setter for the field
displayed. - setDisplayed(boolean) - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Set whether this news should be displayed or hidden.
- setElementsProvider(ResourcesElementsProvider) - Method in class org.jasig.portlet.newsreader.mvc.AggregationAwareFilterBean
-
Setter for the field
elementsProvider. - setEncoding(JsonEncoding) - Method in class org.jasig.portlet.newsreader.mvc.EmptyView
-
Sets the
JsonEncodingfor this converter. - setEntries(List<NewsFeedItem>) - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Setter for the field
entries. - setEntriesPerPage(int) - Method in class org.jasig.portlet.newsreader.processor.RomeNewsProcessorImpl
-
Setter for the field
entriesPerPage. - setFilter(Filter) - Method in class org.jasig.portlet.newsreader.mvc.AggregationAwareFilterBean
-
The filter to delegate to
- setFname(String) - Method in class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Setter for the field
fname. - setFullStory(FullStory) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
fullStory. - setHttpClient(CloseableHttpClient) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
httpClient. - setId(Long) - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Setter for the field
id. - setId(Long) - Method in class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
Setter for the field
id. - setId(Long) - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Set the unique ID for this NewsConfiguration.
- setId(Long) - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Set the unique id for this news.
- setId(Long) - Method in class org.jasig.portlet.newsreader.NewsSet
-
Setter for the field
id. - setImageTypes(List<String>) - Method in class org.jasig.portlet.newsreader.processor.RomeNewsProcessorImpl
-
Setter for the field
imageTypes. - setImageUrl(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
imageUrl. - setInitializationServices(List<IInitializationService>) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
Setter for the field
initializationServices. - setLink(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Setter for the field
link. - setLink(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
link. - setMaxStories(int) - Method in class org.jasig.portlet.newsreader.model.PaginatingNewsFeed
-
Setter for the field
maxStories. - setName(String) - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Setter for the field
name. - setName(String) - Method in class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
Setter for the field
name. - setName(String) - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Set the display name for this news.
- setName(String) - Method in class org.jasig.portlet.newsreader.NewsSet
-
Setter for the field
name. - setNewsConfigurations(Set<NewsConfiguration>) - Method in class org.jasig.portlet.newsreader.NewsSet
-
Setter for the field
newsConfigurations. - setNewsDefinition(NewsDefinition) - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Set the NewsDefinition for the news being configured.
- setNewsSet(NewsSet) - Method in class org.jasig.portlet.newsreader.NewsConfiguration
-
Setter for the field
newsSet. - setNewsStore(NewsStore) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.AjaxNewsController
-
Setter for the field
newsStore. - setNewsStore(NewsStore) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
-
Setter for the field
newsStore. - setNewsStore(NewsStore) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsPreferencesController
-
Setter for the field
newsStore. - setNewsStore(NewsStore) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditUserRomeController
-
Setter for the field
newsStore. - setNewsStore(NewsStore) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
Setter for the field
newsStore. - setNewsStore(NewsStore) - Method in class org.jasig.portlet.newsreader.service.SharedNewsSetServiceImpl
-
Setter for the field
newsStore. - setNewsUrls(String[]) - Method in class org.jasig.portlet.newsreader.mvc.NewsPreferences
-
Setter for the field
newsUrls. - setObjectMapper(ObjectMapper) - Method in class org.jasig.portlet.newsreader.mvc.EmptyView
-
Sets the
ObjectMapperfor this view. - setPage(int) - Method in class org.jasig.portlet.newsreader.model.PaginatingNewsFeed
-
Setter for the field
page. - setParameterName(List<String>) - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Setter for the field
parameterName. - setParameters(Map<String, String>) - Method in class org.jasig.portlet.newsreader.NewsDefinition
-
Set the map of news parameters.
- setParameterValue(List<String>) - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Setter for the field
parameterValue. - setPolicies(Map<String, Resource>) - Method in class org.jasig.portlet.newsreader.processor.RomeNewsProcessorImpl
-
Setter for the field
policies. - setPredefinedEditActions(Map<String, String>) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsPreferencesController
-
Setter for the field
predefinedEditActions. - setPreferences(Map<String, String>) - Method in class org.jasig.portlet.newsreader.PredefinedNewsConfiguration
-
Set the user-specific preferences for this configuration.
- setProcessor(RomeNewsProcessorImpl) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
processor. - setProxyHost(String) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
proxyHost. - setProxyPort(String) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
proxyPort. - setPubDate(Date) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
pubDate. - setReadTimeout(int) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
readTimeout. - setRenderedAttributes(Set<String>) - Method in class org.jasig.portlet.newsreader.mvc.EmptyView
-
Sets the attributes in the model that should be rendered by this view.
- setRole(Set<String>) - Method in class org.jasig.portlet.newsreader.mvc.NewsDefinitionForm
-
Setter for the field
role. - setSetCreationService(NewsSetResolvingService) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.AjaxNewsController
-
Setter for the field
setCreationService. - setSetCreationService(NewsSetResolvingService) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsPreferencesController
-
Setter for the field
setCreationService. - setSetCreationService(NewsSetResolvingService) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditUserRomeController
-
Setter for the field
setCreationService. - setSetCreationService(NewsSetResolvingService) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
Setter for the field
setCreationService. - setShowNews(String) - Method in class org.jasig.portlet.newsreader.mvc.NewsPreferences
-
Setter for the field
showNews. - setTimesToRetry(int) - Method in class org.jasig.portlet.newsreader.adapter.RomeAdapter
-
Setter for the field
timesToRetry. - setTitle(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeed
-
Setter for the field
title. - setTitle(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
title. - setUri(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
uri. - setUrl(String) - Method in class org.jasig.portlet.newsreader.mvc.NewsListingCommand
-
Setter for the field
url. - setUserConfiguration(UserDefinedNewsConfiguration) - Method in class org.jasig.portlet.newsreader.UserDefinedNewsDefinition
-
Set the news configuration for this definition.
- setUserConfigurations(Set<PredefinedNewsConfiguration>) - Method in class org.jasig.portlet.newsreader.PredefinedNewsDefinition
-
Set the user configurations for this news definition
- setUserId(String) - Method in class org.jasig.portlet.newsreader.NewsSet
-
Setter for the field
userId. - setVideoTypes(List<String>) - Method in class org.jasig.portlet.newsreader.processor.RomeNewsProcessorImpl
-
Setter for the field
videoTypes. - setVideoUrl(String) - Method in class org.jasig.portlet.newsreader.model.NewsFeedItem
-
Setter for the field
videoUrl. - SharedNewsSetServiceImpl - Class in org.jasig.portlet.newsreader.service
-
SharedNewsSetServiceImpl class.
- SharedNewsSetServiceImpl() - Constructor for class org.jasig.portlet.newsreader.service.SharedNewsSetServiceImpl
- showMainView(RenderRequest) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.NewsController
-
showMainView.
- showPreferencesView(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsPreferencesController
-
showPreferencesView.
- shutdown() - Static method in class org.jasig.portlet.newsreader.spring.PortletApplicationContextLocator
-
If the ApplicationContext returned by
getApplicationContext(String)is 'portal managed' the shutdown hook for the context is called, closing and cleaning up all spring managed resources. - SingletonDoubleCheckedCreator<T> - Class in org.jasig.portlet.newsreader.spring
-
Provides a DoubleCheckedCreator impl that tracks the singleton instance internally
- SingletonDoubleCheckedCreator() - Constructor for class org.jasig.portlet.newsreader.spring.SingletonDoubleCheckedCreator
- sslSocketFactory() - Method in class org.jasig.portlet.newsreader.NewsReaderBeans
-
sslSocketFactory.
- storeNewsConfiguration(NewsConfiguration) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Save or update a news configuration.
- storeNewsConfiguration(NewsConfiguration) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Save or update a news configuration.
- storeNewsDefinition(NewsDefinition) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
Save or update a news definition.
- storeNewsDefinition(NewsDefinition) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
Save or update a news definition.
- storeNewsSet(NewsSet) - Method in class org.jasig.portlet.newsreader.dao.HibernateNewsStore
-
storeNewsSet.
- storeNewsSet(NewsSet) - Method in interface org.jasig.portlet.newsreader.dao.NewsStore
-
storeNewsSet.
- supportsAggressiveRelease() - Method in class org.jasig.portlet.newsreader.hibernate.ApplicationContextConnectionProvider
- supportsEdit(PortletRequest) - Method in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
supportsEdit.
- supportsHelp(PortletRequest) - Method in class org.jasig.portlet.newsreader.mvc.AbstractNewsController
-
supportsHelp.
T
- toString() - Method in class org.jasig.portlet.newsreader.model.NewsFeed
- toString() - Method in class org.jasig.portlet.newsreader.NewsDefinition
- toString() - Method in class org.jasig.portlet.newsreader.spring.SingletonDoubleCheckedCreator
- toString() - Method in class org.jasig.portlet.newsreader.UserDefinedNewsDefinition
U
- UserDefinedNewsConfiguration - Class in org.jasig.portlet.newsreader
-
UserDefinedNewsConfiguration represents a user-created news configuration.
- UserDefinedNewsConfiguration() - Constructor for class org.jasig.portlet.newsreader.UserDefinedNewsConfiguration
-
Default Constructor
- UserDefinedNewsDefinition - Class in org.jasig.portlet.newsreader
-
UserDefinedNewsDefinition represents a user-added news definition.
- UserDefinedNewsDefinition() - Constructor for class org.jasig.portlet.newsreader.UserDefinedNewsDefinition
-
Default constructor
- UserDefinedNewsDefinition(Long, String, String) - Constructor for class org.jasig.portlet.newsreader.UserDefinedNewsDefinition
-
Construct a new user-defined news definition
- UserIdService - Class in org.jasig.portlet.newsreader.service
-
This Spring-managed bean is responsible for extracting the userId from the PortletRequest.
- UserIdService() - Constructor for class org.jasig.portlet.newsreader.service.UserIdService
W
- Whitelist<T> - Class in org.jasig.portlet.newsreader.service
-
Allows content to be filtered per portlet-definition.
- Whitelist() - Constructor for class org.jasig.portlet.newsreader.service.Whitelist
- WHITELIST_CALLBACK - Static variable in class org.jasig.portlet.newsreader.service.NewsConfigurationWhitelist
-
Constant
WHITELIST_CALLBACK - Whitelist.Callback<T> - Interface in org.jasig.portlet.newsreader.service
- writeLock - Variable in class org.jasig.portlet.newsreader.spring.DoubleCheckedCreator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
WebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext)directly.