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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeBegin(FacesContext context, UIComponent component) Expose aMessagesMapwrapping the specifiedMessageResourcesinstance, for theLocalespecified 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, setSubmittedValueMethods inherited from class jakarta.faces.render.Renderer
convertClientId, getConvertedValue, getRendersChildren
-
Constructor Details
-
LoadMessagesRenderer
public LoadMessagesRenderer()
-
-
Method Details
-
encodeBegin
Expose aMessagesMapwrapping the specifiedMessageResourcesinstance, for theLocalespecified in the view root component of the current view.- Overrides:
encodeBeginin classAbstractRenderer- Parameters:
context-FacesContextfor the current requestcomponent-UIComponentto be decoded
-