| Package | Description | 
|---|---|
| org.omnifaces.component | |
| org.omnifaces.component.output | |
| org.omnifaces.util | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleParam<T>This class provides a basic and default implementation of the  ParamHolderinterface. | 
| Constructor and Description | 
|---|
| SimpleParam(ParamHolder<T> param)Construct a simple param with name, value and converter of given  ParamHolderinstance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Param<T>
 The     <o:param>is a component that extends the standardUIParameterto implementValueHolderand thus support aConverterto convert the supplied value to string, if necessary. | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<ParamHolder<Object>> | Components. getParams(UIComponent component)Returns an unmodifiable list with all child  UIParametercomponents (<f|o:param>) of
 the given parent component as a list ofParamHolderinstances. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | Faces. getBookmarkableURL(Collection<? extends ParamHolder<?>> params,
                  boolean includeViewParams)Returns the concrete domain-relative URL to the current view with the given params URL-encoded in the query
 string and optionally include view parameters as well. | 
| static String | FacesLocal. getBookmarkableURL(FacesContext context,
                  Collection<? extends ParamHolder<?>> params,
                  boolean includeViewParams) | 
| static String | FacesLocal. getBookmarkableURL(FacesContext context,
                  String viewId,
                  Collection<? extends ParamHolder<?>> params,
                  boolean includeViewParams) | 
| static String | Faces. getBookmarkableURL(String viewId,
                  Collection<? extends ParamHolder<?>> params,
                  boolean includeViewParams)Returns the concrete domain-relative URL to the given view with the given params URL-encoded in the query
 string and optionally include view parameters as well. | 
| static String | Servlets. toQueryString(List<? extends ParamHolder<?>> params)Converts the given parameter values list to request query string. | 
Copyright © 2012–2018 OmniFaces. All rights reserved.