public abstract class AbstractLocaleController extends Object implements Serializable
Constructor and Description |
---|
AbstractLocaleController() |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.faces.context.FacesContext |
getFacesContext()
Gets the current instance for the faces context.
|
Locale |
getLocale()
Gets the locale to be used in the JSF application.
|
void |
setLocale(Locale locale)
Sets the locale to be used in the JSF application.
|
protected abstract javax.faces.context.FacesContext getFacesContext()
public Locale getLocale()
public void setLocale(Locale locale)
locale
- New locale to be used in the JSF application.Copyright © 2013. All Rights Reserved.