Package org.javalid.external.jsf

Interface Summary
JsfFacade This interface is implemented by two classes, each for a different JSF version (1.1 and 1.2).
 

Class Summary
JsfFacadeImpl_11 This implements the JSF version facade, for JSF 1.1 implementations.
JsfFacadeImpl_12 This implements the JSF version facade, for JSF 1.2 implementations.
JsfFacadeShared Shared methods for the jsf part of the framework.
JsfMessageConverter This class can be used to convert a standard List<ValidationMessage> result to JSF (Java Server Faces) messages.
JsfSupport Utility class for JSF.
JvJsfContextListener Use this context listener to store both the AnnotationValidator and the JvJsfConfiguration instance in the servlet context.
JvJsfUpdateValuesPhaseListener This class allows xml-driven validation for jsf pages.