A C G I L 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
 
ContentPreviewAjaxController - Class in org.jasig.portlet.cms.mvc.servlet
 
ContentPreviewAjaxController() - Constructor for class org.jasig.portlet.cms.mvc.servlet.ContentPreviewAjaxController
 

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) - Method in interface org.jasig.portlet.cms.service.dao.IContentDao
Get the HTML content to be displayed for this portlet.
getContent(PortletRequest) - Method in class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
 
getForm(PortletRequest) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
Get the form object for the portlet configuration.
getPreview(String) - Method in class org.jasig.portlet.cms.mvc.servlet.ContentPreviewAjaxController
 
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.

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.mvc.servlet.ContentPreviewAjaxController
 
log - Variable in class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
 

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.mvc.servlet - package org.jasig.portlet.cms.mvc.servlet
 
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
 

S

saveContent(ActionRequest, String) - Method in interface org.jasig.portlet.cms.service.dao.IContentDao
Save the HTML content for this portlet.
saveContent(ActionRequest, String) - Method in class org.jasig.portlet.cms.service.dao.PortletPreferencesContentDaoImpl
 
setContent(String) - Method in class org.jasig.portlet.cms.mvc.form.ContentForm
Set the HTML contet 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.ViewContentController
 
setResource(Resource) - Method in class org.jasig.portlet.cms.service.AntiSamyStringCleaningService
Set the resource to be used as the AntiSamy policy file.
setStringCleaningService(IStringCleaningService) - Method in class org.jasig.portlet.cms.mvc.portlet.ConfigureContentController
 
setStringCleaningService(IStringCleaningService) - Method in class org.jasig.portlet.cms.mvc.servlet.ContentPreviewAjaxController
 
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 O P S U V

Copyright © 2010 Jasig. All Rights Reserved.