| Interface | Description | 
|---|---|
| Callback.Returning<R> | Use this if you need a callback which returns a value. | 
| Callback.ReturningWithArgument<R,A> | Use this if you need a callback which takes an argument and returns a value. | 
| Callback.Void | Use this if you need a void callback. | 
| Callback.With2Arguments<A,B> | Use this if you need a callback which takes two arguments. | 
| Callback.WithArgument<A> | Use this if you need a callback which takes an argument. | 
| Messages.Resolver | The message resolver allows the developers to change the way how messages are resolved. | 
| Class | Description | 
|---|---|
| Ajax | 
 Collection of utility methods for working with  PartialViewContext. | 
| Beans | 
 Collection of utility methods for the CDI API that are mainly shortcuts for obtaining stuff from the
  BeanManager. | 
| BeansLocal | 
 Collection of utility methods for the CDI API that are mainly shortcuts for obtaining stuff from the
  BeanManager. | 
| Callback | Collection of callback interfaces. | 
| Components | 
 Collection of utility methods for the JSF API with respect to working with  UIComponent. | 
| Components.ForEach | Builder class used to collect a number of query parameters for a visit (for each) of components in the JSF
 component tree. | 
| Events | 
 Collection of utility methods for the JSF API with respect to working with system and phase events. | 
| Exceptions | 
 Collection of general utility methods with respect to working with exceptions. | 
| Facelets | 
 Collection of utility methods for Facelets code. | 
| Faces | 
 Collection of utility methods for the JSF API that are mainly shortcuts for obtaining stuff from the thread local
  FacesContext. | 
| FacesLocal | 
 Collection of utility methods for the JSF API that are mainly shortcuts for obtaining stuff from the provided
  FacesContextargument. | 
| Hacks | Collection of JSF implementation and/or JSF component library specific hacks. | 
| JNDI | 
 Utility class for simplifying some web related tasks that use JNDI under the hood, such as getting the
  <env-entry>fromweb.xml. | 
| Json | A simple JSON encoder. | 
| MapWrapper<K,V> | Implementation of Map that wraps another map. | 
| Messages | 
 Collection of utility methods for the JSF API with respect to working with  FacesMessage. | 
| Messages.Message | Faces message builder. | 
| Platform | This class provides access to (Java EE 6) platform services from the view point of JSF. | 
| Reflection | Collection of utility methods for working with reflection. | 
| Renderers | Collection of utility methods for the JSF API with respect to working with  Renderer. | 
| ResourcePaths | Utility class for working with (Servlet) resource paths, providing methods to handle their
 prefixes, extensions etc. | 
| Servlets | 
 Collection of utility methods for the Servlet API in general. | 
| State | Helper class for StateHelper that uses generic type-inference to make code that uses the StateHelper slightly less verbose. | 
| Utils | 
 Collection of general utility methods that do not fit in one of the more specific classes. | 
Copyright © 2012–2014 OmniFaces. All rights reserved.