A C G I L M O P S U V

A

afterPropertiesSet() - Method in class org.jasig.portlet.cms.service.AntiSamyStringCleaningService
 
AntiSamyStringCleaningService - Class in org.jasig.portlet.cms.service
AntiSamyStringCleaningService provides an implementation of the IStringCleaningService interface that uses OWASP's AntiSamy tool to perform HTML string cleaning.
AntiSamyStringCleaningService() - Constructor for class org.jasig.portlet.cms.service.AntiSamyStringCleaningService
 

C

cancelUpdate(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
Cancel any pending portlet configuration edits and exit configuration mode.
ConfigureContentController - Class in org.jasig.portlet.cms.mvc.portlet
ConfigureContentController allows administrative users to set the content to be displayed by the portlet.
ConfigureContentController() - Constructor for class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
 
CONTENT_KEY - Static variable in class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
 
ContentForm - Class in org.jasig.portlet.cms.mvc.form
Simple form for representing CMS content entry.
ContentForm() - Constructor for class org.jasig.portlet.cms.mvc.form.ContentForm
 
ContentPersistenceException - Exception in org.jasig.portlet.cms.mvc.exception
 
ContentPersistenceException() - Constructor for exception org.jasig.portlet.cms.mvc.exception.ContentPersistenceException
 
ContentPersistenceException(String, Throwable) - Constructor for exception org.jasig.portlet.cms.mvc.exception.ContentPersistenceException
 
ContentPersistenceException(String) - Constructor for exception org.jasig.portlet.cms.mvc.exception.ContentPersistenceException
 
ContentPersistenceException(Throwable) - Constructor for exception org.jasig.portlet.cms.mvc.exception.ContentPersistenceException
 

G

getAntiSamyInstance() - Method in class org.jasig.portlet.cms.service.AntiSamyStringCleaningService
Just returns a new AntiSamy instance.
getContent() - Method in class org.jasig.portlet.cms.mvc.form.ContentForm
Get the HTML content to be displayed by this portlet.
getContent(PortletRequest) - Method in class org.jasig.portlet.cms.mvc.portlet.ViewContentController
Get the configured user-facing content for this portlet configuration.
getContent(PortletRequest, String) - Method in interface org.jasig.portlet.cms.service.dao.IContentDao
Get the HTML content to be displayed for this portlet.
getContent(PortletRequest, String) - Method in class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
 
getContentSummary(String) - Method in class org.jasig.portlet.cms.mvc.portlet.SearchContentController
 
getForm(PortletRequest) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
Get the form object for the portlet configuration.
getLocale() - Method in class org.jasig.portlet.cms.mvc.form.ContentForm
Get the locale string associated with the content.
getLocales(PortletRequest) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
Get the list of supported locales to populate the drop-down list with.
getLocaleSpecificKey(String) - Method in class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
Return a locale-specific content preference key.
getPreview(String) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
 
getSafeContent(String) - Method in class org.jasig.portlet.cms.service.AntiSamyStringCleaningService
 
getSafeContent(String) - Method in interface org.jasig.portlet.cms.service.IStringCleaningService
Return a safe HTML string version of the provided content.
getTextContent(PortletRequest) - Method in class org.jasig.portlet.cms.mvc.portlet.SearchContentController
 
getTextContent(String) - Method in class org.jasig.portlet.cms.service.AntiSamyStringCleaningService
 
getTextContent(String) - Method in interface org.jasig.portlet.cms.service.IStringCleaningService
 

I

IContentDao - Interface in org.jasig.portlet.cms.service.dao
IContentDao is responsible for persisting and retrieving configured HTML content.
isCleanContent(PortletRequest) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
 
IStringCleaningService - Interface in org.jasig.portlet.cms.service
IStringCleaningService is responsible for cleaning HTML content according to any configured validation rules.

L

log - Variable in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
 
log - Variable in class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
 

M

MinimizedStateHandlerInterceptor - Class in org.jasig.portlet.cms.mvc.portlet
 
MinimizedStateHandlerInterceptor() - Constructor for class org.jasig.portlet.cms.mvc.portlet.MinimizedStateHandlerInterceptor
 

O

org.jasig.portlet.cms.mvc.exception - package org.jasig.portlet.cms.mvc.exception
 
org.jasig.portlet.cms.mvc.form - package org.jasig.portlet.cms.mvc.form
 
org.jasig.portlet.cms.mvc.portlet - package org.jasig.portlet.cms.mvc.portlet
 
org.jasig.portlet.cms.service - package org.jasig.portlet.cms.service
 
org.jasig.portlet.cms.service.dao - package org.jasig.portlet.cms.service.dao
 

P

PortletPreferencesContentDaoImpl - Class in org.jasig.portlet.cms.service.dao
PortletPreferencesContentDaoImpl is an implementation of the IContentDao interface that uses simple portlet preferences as a store for HTML content.
PortletPreferencesContentDaoImpl() - Constructor for class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
 
preHandleRender(RenderRequest, RenderResponse, Object) - Method in class org.jasig.portlet.cms.mvc.portlet.MinimizedStateHandlerInterceptor
 

S

saveContent(ActionRequest, String, String) - Method in interface org.jasig.portlet.cms.service.dao.IContentDao
Save the HTML content for this portlet.
saveContent(ActionRequest, String, String) - Method in class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
 
searchContent(EventRequest, EventResponse) - Method in class org.jasig.portlet.cms.mvc.portlet.SearchContentController
 
SearchContentController - Class in org.jasig.portlet.cms.mvc.portlet
ViewContentController provides the main view of the portlet.
SearchContentController() - Constructor for class org.jasig.portlet.cms.mvc.portlet.SearchContentController
 
setContent(String) - Method in class org.jasig.portlet.cms.mvc.form.ContentForm
Set the HTML content to be displayed by this portlet.
setContentDao(IContentDao) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
 
setContentDao(IContentDao) - Method in class org.jasig.portlet.cms.mvc.portlet.SearchContentController
 
setContentDao(IContentDao) - Method in class org.jasig.portlet.cms.mvc.portlet.ViewContentController
 
setLocale(String) - Method in class org.jasig.portlet.cms.mvc.form.ContentForm
Set the locale string associated with the content.
setPortletConfig(PortletConfig) - Method in class org.jasig.portlet.cms.mvc.portlet.SearchContentController
 
setResource(Resource) - Method in class org.jasig.portlet.cms.service.AntiSamyStringCleaningService
Set the resource to be used as the AntiSamy policy file.
setSearchSummaryLength(int) - Method in class org.jasig.portlet.cms.mvc.portlet.SearchContentController
Length of search summary to return
setStringCleaningService(IStringCleaningService) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
 
setStringCleaningService(IStringCleaningService) - Method in class org.jasig.portlet.cms.mvc.portlet.SearchContentController
 
setTextOnlyPolicy(Resource) - Method in class org.jasig.portlet.cms.service.AntiSamyStringCleaningService
Set the resource to be used as the AntiSamy policy file.
showContentForm() - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
Show the main configuration view.
StringCleaningException - Exception in org.jasig.portlet.cms.mvc.exception
 
StringCleaningException() - Constructor for exception org.jasig.portlet.cms.mvc.exception.StringCleaningException
 
StringCleaningException(String, Throwable) - Constructor for exception org.jasig.portlet.cms.mvc.exception.StringCleaningException
 
StringCleaningException(String) - Constructor for exception org.jasig.portlet.cms.mvc.exception.StringCleaningException
 
StringCleaningException(Throwable) - Constructor for exception org.jasig.portlet.cms.mvc.exception.StringCleaningException
 

U

updateConfiguration(ActionRequest, ActionResponse, ContentForm) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
Update the portlet's configuration according to the submitted form object.

V

viewContent() - Method in class org.jasig.portlet.cms.mvc.portlet.ViewContentController
Display the main user-facing view of the portlet.
ViewContentController - Class in org.jasig.portlet.cms.mvc.portlet
ViewContentController provides the main view of the portlet.
ViewContentController() - Constructor for class org.jasig.portlet.cms.mvc.portlet.ViewContentController
 

A C G I L M O P S U V

Copyright © 2011 Jasig. All Rights Reserved.