Class TobagoContext
java.lang.Object
org.apache.myfaces.tobago.context.TobagoContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TobagoContext
getInstance
(javax.faces.context.FacesContext facesContext) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Please useResourceUtils.getString(java.lang.String)
in Java or #{tobagoResourceBundle.key} in Facelets.getTheme()
void
setEnctype
(String enctype) void
setFocusId
(String focusId) void
setFocusOnError
(Boolean focusOnError) void
void
setUserAgent
(UserAgent userAgent) void
setWaitOverlayDelayAjax
(Integer waitOverlayDelayAjax) void
setWaitOverlayDelayFull
(Integer waitOverlayDelayFull)
-
Field Details
-
BEAN_NAME
- See Also:
-
FOCUS_ID_KEY
- See Also:
-
ENCTYPE_KEY
- See Also:
-
-
Constructor Details
-
TobagoContext
public TobagoContext()
-
-
Method Details
-
getResourceBundle
Deprecated, for removal: This API element is subject to removal in a future version.Please useResourceUtils.getString(java.lang.String)
in Java or #{tobagoResourceBundle.key} in Facelets. -
getMessageBundle
Deprecated, for removal: This API element is subject to removal in a future version.Please useMessageUtils
. -
getTobagoConfig
-
getTheme
-
setTheme
-
getUserAgent
-
setUserAgent
-
getFocusId
-
setFocusId
-
getEnctype
-
setEnctype
-
getFocusOnError
- Since:
- 5.4.0
-
setFocusOnError
- Since:
- 5.4.0
-
getWaitOverlayDelayFull
- Since:
- 5.4.0
-
setWaitOverlayDelayFull
- Since:
- 5.4.0
-
getWaitOverlayDelayAjax
- Since:
- 5.4.0
-
setWaitOverlayDelayAjax
- Since:
- 5.4.0
-
getInstance
-
MessageUtils
.