Class TobagoContext
java.lang.Object
org.apache.myfaces.tobago.context.TobagoContext
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TobagoContext
getInstance
(javax.faces.context.FacesContext facesContext) Attention: Works not correctly with locales.Attention: Works not correctly with locales.getTheme()
void
setEnctype
(String enctype) void
setFocusId
(String focusId) void
void
setUserAgent
(UserAgent userAgent)
-
Field Details
-
BEAN_NAME
- See Also:
-
-
Constructor Details
-
TobagoContext
public TobagoContext()
-
-
Method Details
-
getResourceBundle
Attention: Works not correctly with locales. -
getMessageBundle
Attention: Works not correctly with locales. -
getTobagoConfig
-
getTheme
-
setTheme
-
getUserAgent
-
setUserAgent
-
getFocusId
-
setFocusId
-
getEnctype
-
setEnctype
-
getInstance
-