A B C D E F G H I L M N O P R S T V W

A

addRequiredProperty(String) - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
afterPropertiesSet() - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Calls the initFilterBean() method that might contain custom initialization of a subclass.

B

BasePortletTest - Class in org.jasig.portlet.test.mvc.tests
 
BasePortletTest() - Constructor for class org.jasig.portlet.test.mvc.tests.BasePortletTest
 

C

CacheControlFormBackingObject - Class in org.jasig.portlet.test.mvc.tests
 
CacheControlFormBackingObject() - Constructor for class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
CacheControlFormBackingObject(CacheControl) - Constructor for class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
CacheControlTestController - Class in org.jasig.portlet.test.mvc.tests
Simple form based BasePortletTest for testing CacheControl support.
CacheControlTestController() - Constructor for class org.jasig.portlet.test.mvc.tests.CacheControlTestController
 
CacheControlTestPortlet - Class in org.jasig.portlet.test.cachecontrol.publicscope
Subclass of GenericPortlet intended to mimic the validation CacheControl example in the Portlet 2.0 specification (section PLT.22.2).
CacheControlTestPortlet() - Constructor for class org.jasig.portlet.test.cachecontrol.publicscope.CacheControlTestPortlet
 
compare(PortletTest, PortletTest) - Method in class org.jasig.portlet.test.mvc.tests.PortletTestComparator
 
CookieBeanWrapper - Class in org.jasig.portlet.test.cookie
Java bean that wraps a Cookie object.
CookieBeanWrapper(Cookie) - Constructor for class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
CookieTestController - Class in org.jasig.portlet.test.mvc.tests
Controller for testing Portlet Cookie support.
CookieTestController() - Constructor for class org.jasig.portlet.test.mvc.tests.CookieTestController
 
CreateCookieFormBackingObject - Class in org.jasig.portlet.test.cookie
 
CreateCookieFormBackingObject() - Constructor for class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
createFormCookie(CreateCookieFormBackingObject, BindingResult, ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.CookieTestController
Creates a cookie from the form.
createRandomCookie(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.CookieTestController
Generates a new cookie with random name and value.
CURRENT_TEST_ATTR - Static variable in class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 

D

DelegatingPortletFilterProxy - Class in org.springframework.portlet.filter
 
DelegatingPortletFilterProxy() - Constructor for class org.springframework.portlet.filter.DelegatingPortletFilterProxy
 
destroy() - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
destroy() - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
 
destroy() - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Subclasses may override this to perform custom filter shutdown.
destroyDelegate(PortletFilter) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Destroy the PortletFilter delegate.
displayBasicTestView() - Method in class org.jasig.portlet.test.mvc.tests.ResourceURLController
 
displayCookies(ModelMap, RenderRequest) - Method in class org.jasig.portlet.test.mvc.tests.CookieTestController
 
displayParameterTestView(ModelMap, String) - Method in class org.jasig.portlet.test.mvc.tests.ResourceURLController
 
doExceptionThrowing(PortletRequest) - Method in class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
doFilter(ResourceRequest, ResourceResponse, FilterChain) - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
doFilter(RenderRequest, RenderResponse, FilterChain) - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
doFilter(EventRequest, EventResponse, FilterChain) - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
doFilter(ActionRequest, ActionResponse, FilterChain) - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
doFilter(ResourceRequest, ResourceResponse, FilterChain) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
 
doFilter(EventRequest, EventResponse, FilterChain) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
 
doFilter(RenderRequest, RenderResponse, FilterChain) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
 
doFilter(ActionRequest, ActionResponse, FilterChain) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
 
doFilterInternal(R, Function<R, W>) - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
doHeaders(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.header.HeaderTestPortlet
Checks for the correct value of PortletRequest.RENDER_PART (expects PortletRequest.RENDER_HEADERS.
doView(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.cachecontrol.publicscope.CacheControlTestPortlet
Example copied from Portlet version 2.0 Specification, section PLT.22.2, with minor modifications.
doView(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.header.HeaderTestPortlet
Checks for correct value of PortalContext.MARKUP_HEAD_ELEMENT_SUPPORT Checks for correct value of PortletRequest.RENDER_PART Prints sample text that should display using the style provided by the HeaderTestPortlet.doHeaders(RenderRequest, RenderResponse) implementation
DynamicTitleTest - Class in org.jasig.portlet.test.mvc.tests
 
DynamicTitleTest() - Constructor for class org.jasig.portlet.test.mvc.tests.DynamicTitleTest
 

E

editExistingCookie(CreateCookieFormBackingObject, ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.CookieTestController
Alter an existing cookie that has the same name as the command object.
emptyAction() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlTestController
Each subclass must of have an empty ActionMapping annotated method with no value.
equals(Object) - Method in class org.jasig.portlet.test.om.prefs.Preference
 
equals(Object) - Method in class org.jasig.portlet.test.om.prefs.Preferences
 
EventTestController - Class in org.jasig.portlet.test.mvc.tests
 
EventTestController() - Constructor for class org.jasig.portlet.test.mvc.tests.EventTestController
 
ExceptionThrowingTest - Class in org.jasig.portlet.test.mvc.tests
Provides a way to throw exceptions and base the excpetion being thrown on a request parameter, portlet scoped session attribute, or application scoped session attribute.
ExceptionThrowingTest() - Constructor for class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
exponentialEventTest(ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.EventTestController
 
exponentialEventTest(EventRequest, EventResponse) - Method in class org.jasig.portlet.test.mvc.tests.EventTestController
 

F

FileUploadController - Class in org.jasig.portlet.test.mvc.tests
 
FileUploadController() - Constructor for class org.jasig.portlet.test.mvc.tests.FileUploadController
 
findWebApplicationContext() - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Retrieve a WebApplicationContext from the PortletContext attribute with the configured name.

G

GenericPortletFilterBean - Class in org.springframework.portlet.filter
 
GenericPortletFilterBean() - Constructor for class org.springframework.portlet.filter.GenericPortletFilterBean
 
getCacheability() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getCharacterEncoding() - Method in class org.springframework.portlet.ParameterAddingActionRequestWrapper
 
getCharacterEncoding() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getComment() - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
getComment() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
getContentLength() - Method in class org.springframework.portlet.ParameterAddingActionRequestWrapper
 
getContentLength() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getContentType() - Method in class org.springframework.portlet.ParameterAddingActionRequestWrapper
 
getContentType() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getCurrentTestName(PortletRequest) - Method in class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 
getDomain() - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
getDomain() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
getEtag() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
getETag() - Method in class org.springframework.portlet.ParameterAddingRenderRequestWrapper
 
getETag() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getEvent() - Method in class org.springframework.portlet.ParameterAddingEventRequestWrapper
 
GetExpectedUserAttributesTest - Class in org.jasig.portlet.test.mvc.tests
 
GetExpectedUserAttributesTest() - Constructor for class org.jasig.portlet.test.mvc.tests.GetExpectedUserAttributesTest
 
getExpirationTime() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
getFilterConfig() - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Make the FilterConfig of this filter available, if any.
getFilterName() - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Make the name of this filter available to subclasses.
getFormattedDate() - Method in class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
getHandlerInternal(PortletRequest) - Method in class org.jasig.spring.web.portlet.handler.SingleControllerHandlerMapping
 
getMaxAge() - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
getMaxAge() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
getMethod() - Method in class org.springframework.portlet.ParameterAddingActionRequestWrapper
 
getMethod() - Method in class org.springframework.portlet.ParameterAddingEventRequestWrapper
 
getMethod() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getName() - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
getName() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
getName() - Method in class org.jasig.portlet.test.om.prefs.Preference
 
getParameter(String) - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
getParameterMap() - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
getParameterNames() - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
getParameterValues(String) - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
getPath() - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
getPath() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
getPortletContext() - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Make the PortletContext of this filter available to subclasses.
getPortletInputStream() - Method in class org.springframework.portlet.ParameterAddingActionRequestWrapper
 
getPortletInputStream() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getPreferences() - Method in class org.jasig.portlet.test.om.prefs.Preferences
 
getPrivateParameterMap() - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
getPrivateRenderParameterMap() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getPublicParameterMap() - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
getReader() - Method in class org.springframework.portlet.ParameterAddingActionRequestWrapper
 
getReader() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getResourceID() - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
getTargetBeanName() - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Return the name of the target bean in the Spring application context.
getTestControllers() - Method in class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 
getTestKey() - Method in class org.jasig.portlet.test.mvc.tests.BasePortletTest
 
getTestKey() - Method in interface org.jasig.portlet.test.mvc.tests.PortletTest
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlTestController
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.CookieTestController
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.DynamicTitleTest
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.EventTestController
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.FileUploadController
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.GetExpectedUserAttributesTest
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.IsUserInRoleTest
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.LocaleTest
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.PortletPrefrencesTest
 
getTestName() - Method in interface org.jasig.portlet.test.mvc.tests.PortletTest
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.ResourceURLController
 
getTestName() - Method in class org.jasig.portlet.test.mvc.tests.StateModeTest
 
getValue() - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
getValue() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
getValues() - Method in class org.jasig.portlet.test.om.prefs.Preference
 
getVersion() - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
getVersion() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 

H

handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.DynamicTitleTest
 
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.GetExpectedUserAttributesTest
 
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.StateModeTest
 
handleBasicJsonResourceUrl(ModelMap) - Method in class org.jasig.portlet.test.mvc.tests.ResourceURLController
 
handleParamResourceUrl(ResourceRequest, ModelMap) - Method in class org.jasig.portlet.test.mvc.tests.ResourceURLController
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.mvc.tests.DynamicTitleTest
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.mvc.tests.GetExpectedUserAttributesTest
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.mvc.tests.IsUserInRoleTest
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.mvc.tests.LocaleTest
 
handleRenderRequestInternal(RenderRequest) - Method in class org.jasig.portlet.test.mvc.tests.PortletPrefrencesTest
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.test.mvc.tests.StateModeTest
 
handleResourceInclude(ResourceRequest, ResourceResponse) - Method in class org.jasig.portlet.test.mvc.tests.ResourceURLController
 
hashCode() - Method in class org.jasig.portlet.test.om.prefs.Preference
 
hashCode() - Method in class org.jasig.portlet.test.om.prefs.Preferences
 
HeaderTestPortlet - Class in org.jasig.portlet.test.header
Subclass of GenericPortlet that simulates a portlet that provides output for the "head" (as well as the body).
HeaderTestPortlet() - Constructor for class org.jasig.portlet.test.header.HeaderTestPortlet
 

I

init(FilterConfig) - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
init(FilterConfig) - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
 
initBeanWrapper(BeanWrapper) - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Initialize the BeanWrapper for this GenericPortletFilterBean, possibly with custom editors.
initBinder(WebDataBinder) - Method in class org.jasig.portlet.test.mvc.tests.CookieTestController
Sets up a Validator for the forms in this Controller.
initDelegate(boolean) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Initialize the PortletFilter delegate, defined as bean the given Spring application context.
initFilterBean() - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
 
initFilterBean() - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Subclasses may override this to perform custom initialization.
INSTANCE - Static variable in class org.jasig.portlet.test.mvc.tests.PortletTestComparator
 
invokeDelegate(ActionFilter, ActionRequest, ActionResponse, FilterChain) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Actually invoke the delegate ActionFilter with the given request and response.
invokeDelegate(EventFilter, EventRequest, EventResponse, FilterChain) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Actually invoke the delegate EventFilter with the given request and response.
invokeDelegate(RenderFilter, RenderRequest, RenderResponse, FilterChain) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Actually invoke the delegate RenderFilter with the given request and response.
invokeDelegate(ResourceFilter, ResourceRequest, ResourceResponse, FilterChain) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Actually invoke the delegate ResourceFilter with the given request and response.
isSecure() - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
isSecure() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
isTargetFilterLifecycle() - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Return whether to invoke the PortletFilter.init and PortletFilter.destroy lifecycle methods on the target bean.
isUseCachedContent() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
isUsePublicScope() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
IsUserInRoleTest - Class in org.jasig.portlet.test.mvc.tests
 
IsUserInRoleTest() - Constructor for class org.jasig.portlet.test.mvc.tests.IsUserInRoleTest
 

L

LocaleTest - Class in org.jasig.portlet.test.mvc.tests
 
LocaleTest() - Constructor for class org.jasig.portlet.test.mvc.tests.LocaleTest
 
logger - Variable in class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 
logger - Variable in class org.jasig.portlet.test.mvc.tests.BasePortletTest
 
logger - Variable in class org.jasig.portlet.test.web.TestNameParameterFilter
 
logger - Variable in class org.springframework.portlet.filter.GenericPortletFilterBean
Logger available to subclasses

M

markupIsStillValid() - Method in class org.jasig.portlet.test.cachecontrol.publicscope.CacheControlTestPortlet
Implemented by inverse of MessageService#hasNewMessages().

N

noopAction() - Method in class org.jasig.portlet.test.mvc.tests.CookieTestController
 
noopAction() - Method in class org.jasig.portlet.test.mvc.tests.EventTestController
 
noopAction() - Method in class org.jasig.portlet.test.mvc.tests.FileUploadController
 
noopAction() - Method in class org.jasig.portlet.test.mvc.tests.IsUserInRoleTest
 
noopAction() - Method in class org.jasig.portlet.test.mvc.tests.LocaleTest
 
noopAction() - Method in class org.jasig.portlet.test.mvc.tests.PortletPrefrencesTest
 
noopAction() - Method in class org.jasig.portlet.test.mvc.tests.ResourceURLController
 

O

org.jasig.portlet.test.cachecontrol.publicscope - package org.jasig.portlet.test.cachecontrol.publicscope
 
org.jasig.portlet.test.cookie - package org.jasig.portlet.test.cookie
 
org.jasig.portlet.test.header - package org.jasig.portlet.test.header
 
org.jasig.portlet.test.mvc - package org.jasig.portlet.test.mvc
 
org.jasig.portlet.test.mvc.tests - package org.jasig.portlet.test.mvc.tests
 
org.jasig.portlet.test.om.prefs - package org.jasig.portlet.test.om.prefs
 
org.jasig.portlet.test.web - package org.jasig.portlet.test.web
 
org.jasig.spring.web.portlet.handler - package org.jasig.spring.web.portlet.handler
 
org.springframework.portlet - package org.springframework.portlet
 
org.springframework.portlet.filter - package org.springframework.portlet.filter
 

P

ParameterAddingActionRequestWrapper - Class in org.springframework.portlet
 
ParameterAddingActionRequestWrapper(ActionRequest) - Constructor for class org.springframework.portlet.ParameterAddingActionRequestWrapper
 
ParameterAddingEventRequestWrapper - Class in org.springframework.portlet
 
ParameterAddingEventRequestWrapper(EventRequest) - Constructor for class org.springframework.portlet.ParameterAddingEventRequestWrapper
 
ParameterAddingPortletRequestWrapper - Class in org.springframework.portlet
Adds parameters to a portlet request
ParameterAddingPortletRequestWrapper(PortletRequest) - Constructor for class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
ParameterAddingRenderRequestWrapper - Class in org.springframework.portlet
 
ParameterAddingRenderRequestWrapper(RenderRequest) - Constructor for class org.springframework.portlet.ParameterAddingRenderRequestWrapper
 
ParameterAddingResourceRequestWrapper - Class in org.springframework.portlet
 
ParameterAddingResourceRequestWrapper(ResourceRequest) - Constructor for class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
PortletPrefrencesTest - Class in org.jasig.portlet.test.mvc.tests
 
PortletPrefrencesTest() - Constructor for class org.jasig.portlet.test.mvc.tests.PortletPrefrencesTest
 
PortletTest - Interface in org.jasig.portlet.test.mvc.tests
 
PortletTestComparator - Class in org.jasig.portlet.test.mvc.tests
 
PortletTestComparator() - Constructor for class org.jasig.portlet.test.mvc.tests.PortletTestComparator
 
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in class org.jasig.portlet.test.web.TestPickerInterceptor
 
Preference - Class in org.jasig.portlet.test.om.prefs
 
Preference() - Constructor for class org.jasig.portlet.test.om.prefs.Preference
 
Preferences - Class in org.jasig.portlet.test.om.prefs
 
Preferences() - Constructor for class org.jasig.portlet.test.om.prefs.Preferences
 
processAction(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.test.cachecontrol.publicscope.CacheControlTestPortlet
Add a new message, if the "message" request parameter is not empty.
putPrivateAllParameter(Map<String, String[]>) - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
putPrivateParameters(String, String[]) - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
putPublicAllParameter(Map<String, String[]>) - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 
putPublicParameters(String, String[]) - Method in class org.springframework.portlet.ParameterAddingPortletRequestWrapper
 

R

ResourceURLController - Class in org.jasig.portlet.test.mvc.tests
Simple Controller that responds to test resource urls.
ResourceURLController() - Constructor for class org.jasig.portlet.test.mvc.tests.ResourceURLController
 

S

setBeanName(String) - Method in class org.jasig.portlet.test.mvc.tests.BasePortletTest
 
setBeanName(String) - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Stores the bean name as defined in the Spring bean factory.
setCharacterEncoding(String) - Method in class org.springframework.portlet.ParameterAddingActionRequestWrapper
 
setCharacterEncoding(String) - Method in class org.springframework.portlet.ParameterAddingResourceRequestWrapper
 
setComment(String) - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
setComment(String) - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
setCurrentTestAttributeName(String) - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
setCurrentTestParameterName(String) - Method in class org.jasig.portlet.test.web.TestNameParameterFilter
 
setDomain(String) - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
setDomain(String) - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
setEmptyAndNullPrefernces(PortletRequest) - Method in class org.jasig.portlet.test.mvc.tests.PortletPrefrencesTest
 
setEtag(String) - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
setExpirationTime(int) - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
setMaxAge(int) - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
setMaxAge(int) - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
setName(String) - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
setName(String) - Method in class org.jasig.portlet.test.om.prefs.Preference
 
setPath(String) - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
setPath(String) - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
setPortletContext(PortletContext) - Method in class org.jasig.portlet.test.mvc.tests.ResourceURLController
 
setPortletContext(PortletContext) - Method in class org.springframework.portlet.filter.GenericPortletFilterBean
Stores the PortletContext that the bean factory runs in.
setPortletTests(Collection<PortletTest>) - Method in class org.jasig.portlet.test.web.TestPickerInterceptor
 
setPreferences(List<Preference>) - Method in class org.jasig.portlet.test.om.prefs.Preferences
 
setRoles(Map<String, String>) - Method in class org.jasig.portlet.test.mvc.tests.IsUserInRoleTest
 
setSecure(boolean) - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
setSecure(boolean) - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
setTargetBeanName(String) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Set the name of the target bean in the Spring application context.
setTargetFilterLifecycle(boolean) - Method in class org.springframework.portlet.filter.DelegatingPortletFilterProxy
Set whether to invoke the PortletFilter.init and PortletFilter.destroy lifecycle methods on the target bean.
setTestControllers(Map<String, Controller>) - Method in class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 
setUseCachedContent(boolean) - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
setUsePublicScope(boolean) - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
setValue(String) - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
setValue(String) - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
setValues(List<String>) - Method in class org.jasig.portlet.test.om.prefs.Preference
 
setVersion(int) - Method in class org.jasig.portlet.test.cookie.CookieBeanWrapper
 
setVersion(int) - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
showExpirationTestForm() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlTestController
 
showValidationTestForm() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlTestController
 
simpleEventHandler(EventRequest, EventResponse) - Method in class org.jasig.portlet.test.mvc.tests.EventTestController
 
simpleEventTest(ActionResponse) - Method in class org.jasig.portlet.test.mvc.tests.EventTestController
 
simpleFileUpload(PortletSession, MultipartFile) - Method in class org.jasig.portlet.test.mvc.tests.FileUploadController
 
SingleControllerHandlerMapping - Class in org.jasig.spring.web.portlet.handler
 
SingleControllerHandlerMapping() - Constructor for class org.jasig.spring.web.portlet.handler.SingleControllerHandlerMapping
 
StateModeTest - Class in org.jasig.portlet.test.mvc.tests
 
StateModeTest() - Constructor for class org.jasig.portlet.test.mvc.tests.StateModeTest
 

T

TEST_CONTROLLER_NAMES_ATTR - Static variable in class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 
TestDelegatingSelectorController - Class in org.jasig.portlet.test.mvc
Central hub for test execution.
TestDelegatingSelectorController() - Constructor for class org.jasig.portlet.test.mvc.TestDelegatingSelectorController
 
TestNameParameterFilter - Class in org.jasig.portlet.test.web
 
TestNameParameterFilter() - Constructor for class org.jasig.portlet.test.web.TestNameParameterFilter
 
TestPickerInterceptor - Class in org.jasig.portlet.test.web
Add the set of available tests to the model
TestPickerInterceptor() - Constructor for class org.jasig.portlet.test.web.TestPickerInterceptor
 
testPreference(PortletPreferences, Map<String, Object>, String, String, String[]) - Method in class org.jasig.portlet.test.mvc.tests.PortletPrefrencesTest
 
TestSelectingController - Class in org.jasig.portlet.test.mvc
 
TestSelectingController() - Constructor for class org.jasig.portlet.test.mvc.TestSelectingController
 
testSelector() - Method in class org.jasig.portlet.test.mvc.TestSelectingController
 
THROW_EXCEPTION_PARAMETER - Static variable in class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
THROW_EXECEPTION_APPLICATION_SESSION - Static variable in class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
THROW_EXECEPTION_PORTLET_SESSION - Static variable in class org.jasig.portlet.test.mvc.tests.ExceptionThrowingTest
 
toCookie() - Method in class org.jasig.portlet.test.cookie.CreateCookieFormBackingObject
 
toString() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlFormBackingObject
 
toString() - Method in class org.jasig.portlet.test.om.prefs.Preference
 
toString() - Method in class org.jasig.portlet.test.om.prefs.Preferences
 
toStringList(Enumeration<?>) - Method in class org.jasig.portlet.test.mvc.tests.StateModeTest
 
triggerCacheClear() - Method in class org.jasig.portlet.test.mvc.tests.CacheControlTestController
Empty action; actions (and events) trigger the portlet renderer to clear the output cache for this portlet.

V

viewEventsTest(String, PortletSession, ModelMap) - Method in class org.jasig.portlet.test.mvc.tests.EventTestController
 
viewFileUploadTest(PortletSession, ModelMap) - Method in class org.jasig.portlet.test.mvc.tests.FileUploadController
 

W

writeJsonContentWithExpirationCaching(ResourceRequest, ResourceResponse) - Method in class org.jasig.portlet.test.mvc.tests.CacheControlTestController
Writes some simple JSON output.
writeJsonContentWithValidationCaching(ResourceRequest, ResourceResponse) - Method in class org.jasig.portlet.test.mvc.tests.CacheControlTestController
 

A B C D E F G H I L M N O P R S T V W

Copyright © 2012 Jasig. All Rights Reserved.