A D E G J L M O P R S 

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.aspects
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.aspects.AjaxMethodAspect
 

D

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
 

E

execute(ProceedingJoinPoint) - Method in class org.sklsft.commons.mvc.aspects.AjaxMethodAspect
 

G

getLocale() - Method in class org.sklsft.commons.mvc.i18n.JsfLocaleManager
 
getLocale() - Method in interface org.sklsft.commons.mvc.i18n.LocaleManager
 

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
 

L

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

O

org.sklsft.commons.mvc.annotations - package org.sklsft.commons.mvc.annotations
 
org.sklsft.commons.mvc.aspects - package org.sklsft.commons.mvc.aspects
 
org.sklsft.commons.mvc.i18n - package org.sklsft.commons.mvc.i18n
 
org.sklsft.commons.mvc.messages - package org.sklsft.commons.mvc.messages
 
org.sklsft.commons.mvc.redirection - package org.sklsft.commons.mvc.redirection
 

P

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
 
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
 

S

setMessageHandler(MessageHandler) - Method in class org.sklsft.commons.mvc.aspects.AjaxMethodAspect
 
switchLocale(String) - Method in class org.sklsft.commons.mvc.i18n.JsfLocaleManager
 
switchLocale(String) - Method in interface org.sklsft.commons.mvc.i18n.LocaleManager
 
A D E G J L M O P R S 

Copyright © 2015. All rights reserved.