Interface | Description |
---|---|
Callback.Output |
Use this if you need an output stream callback.
|
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.SerializableReturning<R> |
Use this if you need a serializable callback which returns a value.
|
Callback.SerializableReturningWithArgument<R,A> |
Use this if you need a serializable callback which takes an argument and returns a value.
|
Callback.SerializableVoid |
Use this if you need a serializable void callback.
|
Callback.SerializableWithArgument<A> |
Use this if you need a serializable callback which takes an argument.
|
Callback.Void |
Use this if you need a void callback.
|
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
FacesContext argument. |
Hacks |
Collection of JSF implementation and/or JSF component library and/or server specific hacks.
|
JNDI |
Utility class for simplifying some web related tasks that use JNDI under the hood, such as getting the
<env-entry> from web.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.
|
Reflection.PropertyPath |
This class represents a property path.
|
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, slashes, 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.
|
Validators | |
Xml |
Collection of utility methods for the JAXP API in general.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.