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. |
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 String |
Faces.getBookmarkableURL(Collection<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<ParamHolder> params,
boolean includeViewParams) |
static String |
FacesLocal.getBookmarkableURL(FacesContext context,
String viewId,
Collection<ParamHolder> params,
boolean includeViewParams) |
static String |
Faces.getBookmarkableURL(String viewId,
Collection<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.
|
Copyright © 2012–2014 OmniFaces. All rights reserved.