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
ParamHolder interface. |
Constructor and Description |
---|
SimpleParam(ParamHolder<T> param)
Construct a simple param with name, value and converter of given
ParamHolder instance. |
Modifier and Type | Class and Description |
---|---|
class |
Param<T>
The
<o:param> is a component that extends the standard UIParameter to implement ValueHolder
and thus support a Converter to convert the supplied value to string, if necessary. |
class |
PathParam<T>
The
<o:pathParam> is a component that extends the OmniFaces Param to support
MultiViews feature of FacesViews . |
Modifier and Type | Method and Description |
---|---|
static <T> List<ParamHolder<T>> |
Components.getParams(UIComponent component)
Returns an unmodifiable list with all child
UIParameter components (<f|o:param> ) of
the given parent component as a list of ParamHolder instances. |
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–2020 OmniFaces. All rights reserved.