Package org.apache.struts.faces.renderer
Class LoadMessagesRenderer
java.lang.Object
jakarta.faces.render.Renderer
org.apache.struts.faces.renderer.AbstractRenderer
org.apache.struts.faces.renderer.LoadMessagesRenderer
Renderer
implementation for the LoadMessages
tag
from the Struts-Faces Integration Library.- Version:
- $Rev$ $Date$
-
Field Summary
Fields inherited from class jakarta.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encodeBegin
(FacesContext context, UIComponent component) Expose aMessagesMap
wrapping the specifiedMessageResources
instance, for theLocale
specified in the view root component of the current view.Methods inherited from class org.apache.struts.faces.renderer.AbstractRenderer
decode, encodeChildren, encodeEnd, encodeRecursive, getAsString, isDisabled, isReadOnly, isXhtml, renderAttributes, renderBoolean, renderEnd, renderPassThrough, renderStart, searchComponent, setSubmittedValue
Methods inherited from class jakarta.faces.render.Renderer
convertClientId, getConvertedValue, getRendersChildren
-
Constructor Details
-
LoadMessagesRenderer
public LoadMessagesRenderer()
-
-
Method Details
-
encodeBegin
Expose aMessagesMap
wrapping the specifiedMessageResources
instance, for theLocale
specified in the view root component of the current view.- Overrides:
encodeBegin
in classAbstractRenderer
- Parameters:
context
-FacesContext
for the current requestcomponent
-UIComponent
to be decoded
-