Skip navigation links
A D E G I J L M N O P R S U V 

A

AjaxMethod - Annotation Type in org.sklsft.commons.mvc.annotations
This annotation will be used to make a method handled by the AjaxMethodAspect
AjaxMethodAspect - Class in org.sklsft.commons.mvc.ajax
This aspect executes around a method annotated with AjaxMethod
It should be used in any method that binds an ajax action where no redirection should be done
In that case : we log the method call we execute the method If no exception is thrown, we log and display a successful result Else we log and display an error The treatment of the error depends if it is an ApplicationException
The way we display a message is delegated to the MessageHandler
AjaxMethodAspect() - Constructor for class org.sklsft.commons.mvc.ajax.AjaxMethodAspect
 
AjaxMethodExecutor - Class in org.sklsft.commons.mvc.ajax
when AjaxMethodAspect is impossible due to redirection
It is possible to templatize your controller calls whith a AjaxMethodTemplate
the treatment is similar to what is done in the aspect but we handle a redirection that can depend on the result of the execution
AjaxMethodExecutor() - Constructor for class org.sklsft.commons.mvc.ajax.AjaxMethodExecutor
 
AjaxMethodTemplate - Interface in org.sklsft.commons.mvc.ajax
This interface must be used in combination to the AjaxMethodExecutor
It simply templatize the proceeding of a ajax method call : a service execution that can produce a result a redirection that can depend on the result of the execution

D

destroy() - Method in class org.sklsft.commons.mvc.servlet.filters.RequestContextFilter
 
displayError(String) - Method in class org.sklsft.commons.mvc.messages.JsfMessageHandler
 
displayError(String) - Method in interface org.sklsft.commons.mvc.messages.MessageHandler
 
displayInfo(String) - Method in class org.sklsft.commons.mvc.messages.JsfMessageHandler
 
displayInfo(String) - Method in interface org.sklsft.commons.mvc.messages.MessageHandler
 
displayMessage(String, FacesMessage.Severity) - Method in class org.sklsft.commons.mvc.messages.JsfMessageHandler
 
displayMessage(String, FacesMessage.Severity) - Method in class org.sklsft.commons.mvc.messages.PrimefacesMessageHandler
 
displayWarning(String) - Method in class org.sklsft.commons.mvc.messages.JsfMessageHandler
 
displayWarning(String) - Method in interface org.sklsft.commons.mvc.messages.MessageHandler
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.sklsft.commons.mvc.servlet.filters.RequestContextFilter
 

E

encodeBegin(FacesContext) - Method in class org.sklsft.commons.mvc.ui.components.bootstrap.js.UITooltip
 
execute(ProceedingJoinPoint) - Method in class org.sklsft.commons.mvc.ajax.AjaxMethodAspect
 
execute() - Method in interface org.sklsft.commons.mvc.ajax.AjaxMethodTemplate
 
execute(ProceedingJoinPoint) - Method in class org.sklsft.commons.mvc.loading.PageLoadAspect
 
executeAjaxMethod(String, AjaxMethodTemplate) - Method in class org.sklsft.commons.mvc.ajax.AjaxMethodExecutor
 

G

get(String, ObjectFactory<?>) - Method in class org.sklsft.commons.mvc.scopes.ViewScope
getAccessDeniedUrl() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandler
 
getAccessDeniedUrl() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandlerDefaultJsfImpl
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.sklsft.commons.mvc.converters.LocalDateConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.sklsft.commons.mvc.ui.converters.JsonSerializingConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.sklsft.commons.mvc.converters.LocalDateConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.sklsft.commons.mvc.ui.converters.JsonSerializingConverter
 
getConversationId() - Method in class org.sklsft.commons.mvc.scopes.ViewScope
getExceptionUrl() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandler
 
getExceptionUrl() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandlerDefaultJsfImpl
 
getFamily() - Method in class org.sklsft.commons.mvc.ui.components.bootstrap.js.UITooltip
 
getLocale() - Method in class org.sklsft.commons.mvc.i18n.JsfLocaleManager
 
getLocale() - Method in interface org.sklsft.commons.mvc.i18n.LocaleManager
 
getMissingResourceUrl() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandler
 
getMissingResourceUrl() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandlerDefaultJsfImpl
 

I

init(FilterConfig) - Method in class org.sklsft.commons.mvc.servlet.filters.RequestContextFilter
 

J

JsfLocaleManager - Class in org.sklsft.commons.mvc.i18n
Simple implementation of LocaleManager for JSF
JsfLocaleManager() - Constructor for class org.sklsft.commons.mvc.i18n.JsfLocaleManager
 
JsfMessageHandler - Class in org.sklsft.commons.mvc.messages
Simple implementation of a MessageHandler for JSF
JsfMessageHandler() - Constructor for class org.sklsft.commons.mvc.messages.JsfMessageHandler
 
JsfRedirectionHandler - Class in org.sklsft.commons.mvc.redirection
 
JsfRedirectionHandler() - Constructor for class org.sklsft.commons.mvc.redirection.JsfRedirectionHandler
 
JsonSerializingConverter<T> - Class in org.sklsft.commons.mvc.ui.converters
Implementation of a JSF converter that uses Json serialization
JsonSerializingConverter(Class<T>, JsonSerializer) - Constructor for class org.sklsft.commons.mvc.ui.converters.JsonSerializingConverter
 

L

LocalDateConverter - Class in org.sklsft.commons.mvc.converters
 
LocalDateConverter() - Constructor for class org.sklsft.commons.mvc.converters.LocalDateConverter
 
LocaleManager - Interface in org.sklsft.commons.mvc.i18n
This interface will be used to access or switch the locale used in a session

M

MessageHandler - Interface in org.sklsft.commons.mvc.messages
This interface defines 3 methods to raise a message that will be displayed in the view
INFO WARNING ERROR Its implementations should be in charge of the internationalization of the message

N

NAME - Static variable in class org.sklsft.commons.mvc.scopes.ViewScope
 

O

org.sklsft.commons.mvc.ajax - package org.sklsft.commons.mvc.ajax
 
org.sklsft.commons.mvc.annotations - package org.sklsft.commons.mvc.annotations
 
org.sklsft.commons.mvc.converters - package org.sklsft.commons.mvc.converters
 
org.sklsft.commons.mvc.i18n - package org.sklsft.commons.mvc.i18n
 
org.sklsft.commons.mvc.loading - package org.sklsft.commons.mvc.loading
 
org.sklsft.commons.mvc.messages - package org.sklsft.commons.mvc.messages
 
org.sklsft.commons.mvc.redirection - package org.sklsft.commons.mvc.redirection
 
org.sklsft.commons.mvc.scopes - package org.sklsft.commons.mvc.scopes
 
org.sklsft.commons.mvc.servlet.filters - package org.sklsft.commons.mvc.servlet.filters
 
org.sklsft.commons.mvc.ui.components.bootstrap.js - package org.sklsft.commons.mvc.ui.components.bootstrap.js
 
org.sklsft.commons.mvc.ui.converters - package org.sklsft.commons.mvc.ui.converters
 

P

PageLoad - Annotation Type in org.sklsft.commons.mvc.annotations
This annotation will be used to make a method handled by the PageLoadAspect
PageLoadAspect - Class in org.sklsft.commons.mvc.loading
Aspect used around method used when loading a page in JSF
PageLoadAspect() - Constructor for class org.sklsft.commons.mvc.loading.PageLoadAspect
 
PageLoadExceptionHandler - Class in org.sklsft.commons.mvc.loading
Defines what happens when an exception is thrown during a page load
PageLoadExceptionHandler() - Constructor for class org.sklsft.commons.mvc.loading.PageLoadExceptionHandler
 
PageLoadExceptionHandlerDefaultJsfImpl - Class in org.sklsft.commons.mvc.loading
 
PageLoadExceptionHandlerDefaultJsfImpl() - Constructor for class org.sklsft.commons.mvc.loading.PageLoadExceptionHandlerDefaultJsfImpl
 
PrimefacesMessageHandler - Class in org.sklsft.commons.mvc.messages
Simple implementation of a MessageHandler for Primefaces
A Callback is required to be correctly handled in views
PrimefacesMessageHandler() - Constructor for class org.sklsft.commons.mvc.messages.PrimefacesMessageHandler
 

R

redirect(String, boolean) - Method in class org.sklsft.commons.mvc.redirection.JsfRedirectionHandler
 
redirect(String) - Method in class org.sklsft.commons.mvc.redirection.JsfRedirectionHandler
 
redirect(String, boolean) - Method in interface org.sklsft.commons.mvc.redirection.RedirectionHandler
 
redirect(String) - Method in interface org.sklsft.commons.mvc.redirection.RedirectionHandler
 
RedirectionHandler - Interface in org.sklsft.commons.mvc.redirection
 
redirectOnAccessDenied() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandler
redirects to dedicated page for access denied
redirectOnComplete(Object) - Method in interface org.sklsft.commons.mvc.ajax.AjaxMethodTemplate
 
redirectOnException() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandler
redirects to dedicated page for other exceptions
redirectOnMissingResource() - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandler
redirects to dedicated page for missing resource
redirectToExterior(String, boolean) - Method in class org.sklsft.commons.mvc.redirection.JsfRedirectionHandler
 
redirectToExterior(String) - Method in class org.sklsft.commons.mvc.redirection.JsfRedirectionHandler
 
redirectToExterior(String, boolean) - Method in interface org.sklsft.commons.mvc.redirection.RedirectionHandler
 
redirectToExterior(String) - Method in interface org.sklsft.commons.mvc.redirection.RedirectionHandler
 
registerDestructionCallback(String, Runnable) - Method in class org.sklsft.commons.mvc.scopes.ViewScope
remove(String) - Method in class org.sklsft.commons.mvc.scopes.ViewScope
RequestContextFilter - Class in org.sklsft.commons.mvc.servlet.filters
 
RequestContextFilter() - Constructor for class org.sklsft.commons.mvc.servlet.filters.RequestContextFilter
 
resolveContextualObject(String) - Method in class org.sklsft.commons.mvc.scopes.ViewScope

S

SelectItemConverter - Class in org.sklsft.commons.mvc.ui.converters
SelectItemConverter(JsonSerializer) - Constructor for class org.sklsft.commons.mvc.ui.converters.SelectItemConverter
 
setAccessLogger(AccessLogger) - Method in class org.sklsft.commons.mvc.ajax.AjaxMethodExecutor
 
setErrorLogger(ErrorLogger) - Method in class org.sklsft.commons.mvc.ajax.AjaxMethodExecutor
 
setExceptionHandler(PageLoadExceptionHandler) - Method in class org.sklsft.commons.mvc.loading.PageLoadAspect
 
setExecutor(AjaxMethodExecutor) - Method in class org.sklsft.commons.mvc.ajax.AjaxMethodAspect
 
setMessageHandler(MessageHandler) - Method in class org.sklsft.commons.mvc.ajax.AjaxMethodExecutor
 
setRedirectionHandler(RedirectionHandler) - Method in class org.sklsft.commons.mvc.loading.PageLoadExceptionHandler
 
switchLocale(String) - Method in class org.sklsft.commons.mvc.i18n.JsfLocaleManager
 
switchLocale(String) - Method in interface org.sklsft.commons.mvc.i18n.LocaleManager
 

U

UITooltip - Class in org.sklsft.commons.mvc.ui.components.bootstrap.js
customized component to attach a toooltip behavior to components Attribute: - for : the component id/class to attach the tooltip behavior
UITooltip() - Constructor for class org.sklsft.commons.mvc.ui.components.bootstrap.js.UITooltip
 

V

ViewScope - Class in org.sklsft.commons.mvc.scopes
Implementation of the a JSF view scope that can be handled by spring.
ViewScope() - Constructor for class org.sklsft.commons.mvc.scopes.ViewScope
 
A D E G I J L M N O P R S U V 
Skip navigation links

Copyright © 2022. All rights reserved.