Skip navigation links
A B C D F G I L M O P R S U 

A

addInterceptors(InterceptorRegistry) - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.fenixedu.bennu.spring.portal.PortalHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.fenixedu.bennu.spring.security.CSRFInterceptor
 
afterPropertiesSet() - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
AuthenticatedUserArgumentResolver - Class in org.fenixedu.bennu.spring.resolvers
Argument resolver that allows retrieving the currently logged user.
AuthenticatedUserArgumentResolver() - Constructor for class org.fenixedu.bennu.spring.resolvers.AuthenticatedUserArgumentResolver
 

B

BACKEND_KEY - Static variable in class org.fenixedu.bennu.spring.portal.SpringPortalBackend
 
bennuCoreConfiguration() - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
BennuSpringConfiguration - Class in org.fenixedu.bennu.spring
 
BennuSpringConfiguration() - Constructor for class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
BennuSpringController - Annotation Type in org.fenixedu.bennu.spring.portal
Marks the annotated controller as being part of a Functionality.
BennuSpringExceptionResolver - Class in org.fenixedu.bennu.spring.resolvers
HandlerExceptionResolver that handles DomainExceptions, returning a status code and error message, as defined by the exception.
BennuSpringExceptionResolver() - Constructor for class org.fenixedu.bennu.spring.resolvers.BennuSpringExceptionResolver
 
BennuSpringInitializer - Class in org.fenixedu.bennu.spring
 
BennuSpringInitializer() - Constructor for class org.fenixedu.bennu.spring.BennuSpringInitializer
 
BennuSpringModule - Annotation Type in org.fenixedu.bennu.spring
Indicates that an annotated class is a configuration Bennu Spring Module.

C

configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
conversionService(GenericConversionService) - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.fenixedu.bennu.spring.converters.LocalizedStringConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.fenixedu.bennu.spring.converters.UserFromUsernameConverter
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.fenixedu.bennu.spring.DomainObjectConverter
 
createHandlerMethod(Object, Method) - Method in class org.fenixedu.bennu.spring.portal.PortalHandlerMapping
 
CSRFInterceptor - Class in org.fenixedu.bennu.spring.security
Interceptor to prevent CSRF attacks on POST, PUT and DELETE methods.
CSRFInterceptor(CSRFTokenRepository) - Constructor for class org.fenixedu.bennu.spring.security.CSRFInterceptor
 
CSRFToken - Class in org.fenixedu.bennu.spring.security
Representation of a token that is used to prevent CSRF attacks.
CSRFToken(String) - Constructor for class org.fenixedu.bennu.spring.security.CSRFToken
Constructs a new token with the given value, and default values for both headerName and parameterName.
CSRFToken(String, String, String) - Constructor for class org.fenixedu.bennu.spring.security.CSRFToken
Constructs a new token with the given Header Name, Parameter Name and Value.
CSRFTokenBean - Class in org.fenixedu.bennu.spring.security
Utility class to provide easy access to CSRFToken in JSP contexts.
CSRFTokenBean(CSRFTokenRepository) - Constructor for class org.fenixedu.bennu.spring.security.CSRFTokenBean
 
csrfTokenRepository() - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
CSRFTokenRepository - Class in org.fenixedu.bennu.spring.security
Repository responsible for the handling of CSRFTokens.
CSRFTokenRepository() - Constructor for class org.fenixedu.bennu.spring.security.CSRFTokenRepository
 
customizeRegistration(ServletRegistration.Dynamic) - Method in class org.fenixedu.bennu.spring.BennuSpringInitializer
 

D

DELEGATE - Static variable in class org.fenixedu.bennu.spring.portal.PortalHandlerMapping
 
DomainObjectConverter - Class in org.fenixedu.bennu.spring
Converts a string to a DomainObject
DomainObjectConverter() - Constructor for class org.fenixedu.bennu.spring.DomainObjectConverter
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.fenixedu.bennu.spring.resolvers.BennuSpringExceptionResolver
 

F

field() - Method in class org.fenixedu.bennu.spring.security.CSRFTokenBean
Prints a HTML input field with the CSRF Token associated with the current request.

G

generateNewToken() - Method in class org.fenixedu.bennu.spring.security.CSRFTokenRepository
Generates a new CSRFToken.
getBackendKey() - Method in class org.fenixedu.bennu.spring.portal.SpringPortalBackend
 
getConvertibleTypes() - Method in class org.fenixedu.bennu.spring.converters.LocalizedStringConverter
 
getConvertibleTypes() - Method in class org.fenixedu.bennu.spring.converters.UserFromUsernameConverter
 
getConvertibleTypes() - Method in class org.fenixedu.bennu.spring.DomainObjectConverter
 
getCurrentLocale() - Method in class org.fenixedu.bennu.spring.I18NBean
 
getHeaderName() - Method in class org.fenixedu.bennu.spring.security.CSRFToken
Returns the name of the header that is expected to contain the CSRF token.
getHeaderName() - Method in class org.fenixedu.bennu.spring.security.CSRFTokenBean
Returns the name of the header that is expected to contain the CSRF token.
getParameterName() - Method in class org.fenixedu.bennu.spring.security.CSRFToken
Returns the name of the form parameter that is expected to contain the CSRF token.
getParameterName() - Method in class org.fenixedu.bennu.spring.security.CSRFTokenBean
Returns the name of the form parameter that is expected to contain the CSRF token.
getRootConfigClasses() - Method in class org.fenixedu.bennu.spring.BennuSpringInitializer
 
getSemanticURLHandler() - Method in class org.fenixedu.bennu.spring.portal.SpringPortalBackend
 
getServletConfigClasses() - Method in class org.fenixedu.bennu.spring.BennuSpringInitializer
 
getServletMappings() - Method in class org.fenixedu.bennu.spring.BennuSpringInitializer
 
getSupportedLocales() - Method in class org.fenixedu.bennu.spring.I18NBean
 
getToken() - Method in class org.fenixedu.bennu.spring.security.CSRFToken
Returns the value of this token.
getToken() - Method in class org.fenixedu.bennu.spring.security.CSRFTokenBean
Returns the value of the token associated with the current request.
getToken(HttpServletRequest) - Method in class org.fenixedu.bennu.spring.security.CSRFTokenRepository
Returns the CSRFToken associated with the given request.
getViewResolver() - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 

I

i18n(MessageSource) - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
I18NBean - Class in org.fenixedu.bennu.spring
Utility bean that is meant to be used on JSPs for localized resources
initHandlerMethods() - Method in class org.fenixedu.bennu.spring.portal.PortalHandlerMapping
 

L

localeResolver() - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
LocalizedStringConverter - Class in org.fenixedu.bennu.spring.converters
 
LocalizedStringConverter() - Constructor for class org.fenixedu.bennu.spring.converters.LocalizedStringConverter
 

M

matches(TypeDescriptor, TypeDescriptor) - Method in class org.fenixedu.bennu.spring.converters.LocalizedStringConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.fenixedu.bennu.spring.converters.UserFromUsernameConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.fenixedu.bennu.spring.DomainObjectConverter
 
message(String) - Method in class org.fenixedu.bennu.spring.I18NBean
 
message(String, Object) - Method in class org.fenixedu.bennu.spring.I18NBean
 
message(String, Object, Object) - Method in class org.fenixedu.bennu.spring.I18NBean
 
message(String, Object, Object, Object) - Method in class org.fenixedu.bennu.spring.I18NBean
 
message(String, Object, Object, Object, Object) - Method in class org.fenixedu.bennu.spring.I18NBean
 
message(String, Object, Object, Object, Object, Object) - Method in class org.fenixedu.bennu.spring.I18NBean
 
messageSource(ApplicationContext) - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
multipartResolver() - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 

O

org.fenixedu.bennu.spring - package org.fenixedu.bennu.spring
 
org.fenixedu.bennu.spring.converters - package org.fenixedu.bennu.spring.converters
 
org.fenixedu.bennu.spring.portal - package org.fenixedu.bennu.spring.portal
 
org.fenixedu.bennu.spring.resolvers - package org.fenixedu.bennu.spring.resolvers
 
org.fenixedu.bennu.spring.security - package org.fenixedu.bennu.spring.security
 

P

PortalHandlerInterceptor - Class in org.fenixedu.bennu.spring.portal
 
PortalHandlerInterceptor() - Constructor for class org.fenixedu.bennu.spring.portal.PortalHandlerInterceptor
 
PortalHandlerMapping - Class in org.fenixedu.bennu.spring.portal
 
PortalHandlerMapping() - Constructor for class org.fenixedu.bennu.spring.portal.PortalHandlerMapping
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.fenixedu.bennu.spring.portal.PortalHandlerInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.fenixedu.bennu.spring.security.CSRFInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.fenixedu.bennu.spring.portal.PortalHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.fenixedu.bennu.spring.security.CSRFInterceptor
 

R

requestMappingHandlerMapping() - Method in class org.fenixedu.bennu.spring.BennuSpringConfiguration
 
requiresServerSideLayout() - Method in class org.fenixedu.bennu.spring.portal.SpringPortalBackend
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.fenixedu.bennu.spring.resolvers.AuthenticatedUserArgumentResolver
 

S

SpringApplication - Annotation Type in org.fenixedu.bennu.spring.portal
Marks the annotated class as a Spring-based Application
SpringFunctionality - Annotation Type in org.fenixedu.bennu.spring.portal
Marks the annotated Controller as a Spring-based Functionality.
SpringPortalBackend - Class in org.fenixedu.bennu.spring.portal
 
SpringPortalBackend() - Constructor for class org.fenixedu.bennu.spring.portal.SpringPortalBackend
 
supportsParameter(MethodParameter) - Method in class org.fenixedu.bennu.spring.resolvers.AuthenticatedUserArgumentResolver
 

U

UserFromUsernameConverter - Class in org.fenixedu.bennu.spring.converters
Converts a string to a User object This converter will try to get the User object by using the source value as an username.
UserFromUsernameConverter() - Constructor for class org.fenixedu.bennu.spring.converters.UserFromUsernameConverter
 
A B C D F G I L M O P R S U 
Skip navigation links

Copyright © 2018 FenixEdu. All rights reserved.