@ManagedBean @RequestScoped public class TobagoContext extends Object implements Serializable
Constructor and Description |
---|
TobagoContext() |
Modifier and Type | Method and Description |
---|---|
String |
getEnctype() |
String |
getFocusId() |
static TobagoContext |
getInstance(javax.faces.context.FacesContext facesContext) |
TobagoMessageBundle |
getMessageBundle()
Attention: Works not correctly with locales.
|
TobagoResourceBundle |
getResourceBundle()
Attention: Works not correctly with locales.
|
Theme |
getTheme() |
TobagoConfig |
getTobagoConfig() |
UserAgent |
getUserAgent() |
void |
setEnctype(String enctype) |
void |
setFocusId(String focusId) |
void |
setTheme(Theme theme) |
void |
setUserAgent(UserAgent userAgent) |
public static final String BEAN_NAME
public TobagoResourceBundle getResourceBundle()
public TobagoMessageBundle getMessageBundle()
public TobagoConfig getTobagoConfig()
public Theme getTheme()
public void setTheme(Theme theme)
public UserAgent getUserAgent()
public void setUserAgent(UserAgent userAgent)
public String getFocusId()
public void setFocusId(String focusId)
public String getEnctype()
public void setEnctype(String enctype)
public static TobagoContext getInstance(javax.faces.context.FacesContext facesContext)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.