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) Deprecated.since 5.0.0.Deprecated.since 5.0.0.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.since 5.0.0. Please useResourceUtils.getString(java.lang.String)
in Java or #{tobagoResourceBundle.key} in Facelets. -
getMessageBundle
Deprecated.since 5.0.0. 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
-