Package | Description |
---|---|
org.omnifaces.component | |
org.omnifaces.component.output | |
org.omnifaces.util |
Modifier and Type | Class and Description |
---|---|
class |
SimpleParam
This class provides a basic and default implementation of the
ParamHolder interface. |
Constructor and Description |
---|
SimpleParam(ParamHolder param)
Construct a simple param with name, value and converter of given
ParamHolder instance. |
Modifier and Type | Class and Description |
---|---|
class |
Param
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. |
Modifier and Type | Method and Description |
---|---|
static List<ParamHolder> |
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<ParamHolder> params)
Converts the given parameter values list to request query string.
|
Copyright © 2012–2017 OmniFaces. All rights reserved.