public class JosefUtilBean extends Object implements Serializable
| Constructor and Description |
|---|
JosefUtilBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsfVersion()
Gets the JSF version.
|
LocalizableEnumConverter |
getLocalizableEnumConverter()
Gets the converter for converting objects of type
LocalizableEnumeration. |
String |
getRequestUri()
Gets the request uri.
|
String |
getRequestUrlWithoutSessionId()
Gets the request Url without the optional ";jsessionid=..." information.
|
boolean |
hasConverter(javax.faces.component.UIComponent component)
Determines whether the supplied component has an attached converter.
|
public String getRequestUri()
public String getRequestUrlWithoutSessionId()
public LocalizableEnumConverter getLocalizableEnumConverter()
LocalizableEnumeration.LocalizableEnumeration.public boolean hasConverter(javax.faces.component.UIComponent component)
component - The component to check for a converter.JsfComponentUtil.hasConverter(UIComponent)public String getJsfVersion()
Copyright © 2008–2018. All rights reserved.