Class TobagoContext
java.lang.Object
org.apache.myfaces.tobago.context.TobagoContext
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic TobagoContextgetInstance(jakarta.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()voidsetEnctype(String enctype) voidsetFocusId(String focusId) voidsetFocusOnError(Boolean focusOnError) voidvoidsetUserAgent(UserAgent userAgent) voidsetWaitOverlayDelayAjax(Integer waitOverlayDelayAjax) voidsetWaitOverlayDelayFull(Integer waitOverlayDelayFull) 
- 
Field Details- 
BEAN_NAME- See Also:
 
- 
FOCUS_ID_KEY- See Also:
 
- 
ENCTYPE_KEY- See Also:
 
 
- 
- 
Constructor Details- 
TobagoContextpublic TobagoContext()
 
- 
- 
Method Details- 
getResourceBundleDeprecated, 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.
- 
getMessageBundleDeprecated, 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.