Class HtmlMessages
- All Implemented Interfaces:
PartialStateHolder, StateHolder, TransientStateHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder, EventListener
By default, the rendererType property must be set to "jakarta.faces.Messages". This value
can be changed by calling the setRendererType() method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static enumThe property keys. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe standard component type for this component.Fields inherited from class UIMessages
COMPONENT_FAMILYModifier and TypeFieldDescriptionstatic final StringThe standard component family for this component.Fields inherited from class UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, VIEW_LOCATION_KEYModifier and TypeFieldDescriptionstatic final StringThis constant enables one to quickly discover the names of the declared composite component attributes that have been given default values by the composite component author.static final StringThe value of this constant is used as the key in the component attribute map, the value for which is ajava.beans.BeanInfoimplementation describing the composite component.static final StringThe value of this constant is used as the key in the composite component BeanDescriptor for aValueExpressionthat evaluates to thecomponent-typeof the composite component rootUIComponentfor this composite component, if one was declared by the composite component author.static final StringThe value of this constant is used as the key in theMapreturned as described inUIComponent.FACETS_KEYfor thePropertyDescriptordescribing the composite component facet.static final StringThe value of this constant is used as the key in the composite component BeanDescriptor for theMap<PropertyDescriptor>that contains meta-information for the declared facets for this composite component.static final StringThe value of this constant is used as the key in the component attributesMapfor theLocationin the view at which this component instance resides. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDir()Return the value of thedirproperty.Return the value of theerrorClassproperty.Return the value of theerrorStyleproperty.Return the value of thefatalClassproperty.Return the value of thefatalStyleproperty.Return the value of theinfoClassproperty.Return the value of theinfoStyleproperty.getLang()Return the value of thelangproperty.Return the value of thelayoutproperty.getRole()Return the value of theroleproperty.getStyle()Return the value of thestyleproperty.Return the value of thestyleClassproperty.Return the value of thesuccessClassproperty.Return the value of thesuccessStyleproperty.getTitle()Return the value of thetitleproperty.Return the value of thewarnClassproperty.Return the value of thewarnStyleproperty.booleanReturn the value of thetooltipproperty.voidSet the value of thedirproperty.voidsetErrorClass(String errorClass) Set the value of theerrorClassproperty.voidsetErrorStyle(String errorStyle) Set the value of theerrorStyleproperty.voidsetFatalClass(String fatalClass) Set the value of thefatalClassproperty.voidsetFatalStyle(String fatalStyle) Set the value of thefatalStyleproperty.voidsetInfoClass(String infoClass) Set the value of theinfoClassproperty.voidsetInfoStyle(String infoStyle) Set the value of theinfoStyleproperty.voidSet the value of thelangproperty.voidSet the value of thelayoutproperty.voidSet the value of theroleproperty.voidSet the value of thestyleproperty.voidsetStyleClass(String styleClass) Set the value of thestyleClassproperty.voidsetSuccessClass(String successClass) Set the value of thesuccessClassproperty.voidsetSuccessStyle(String successStyle) Set the value of thesuccessStyleproperty.voidSet the value of thetitleproperty.voidsetTooltip(boolean tooltip) Set the value of thetooltipproperty.voidsetWarnClass(String warnClass) Set the value of thewarnClassproperty.voidsetWarnStyle(String warnStyle) Set the value of thewarnStyleproperty.Methods inherited from class UIMessages
getFamily, getFor, isGlobalOnly, isRedisplay, isShowDetail, isShowSummary, setFor, setGlobalOnly, setRedisplay, setShowDetail, setShowSummaryModifier and TypeMethodDescriptionReturn the identifier of the component family to which this component belongs.getFor()Return the client identifier of the component for which this component represents associated message(s) (if any).booleanReturn the flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered.booleanbooleanReturn the flag indicating whether thedetailproperty of the associated message(s) should be displayed.booleanReturn the flag indicating whether thesummaryproperty of the associated message(s) should be displayed.voidSet the client identifier of the component for which this component represents associated message(s) (if any).voidsetGlobalOnly(boolean globalOnly) Set the flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered.voidsetRedisplay(boolean redisplay) Set the flag indicating whether thedetailproperty of the associated message(s) should be displayed.voidsetShowDetail(boolean showDetail) Set the flag indicating whether thedetailproperty of the associated message(s) should be displayed.voidsetShowSummary(boolean showSummary) Set the flag indicating whether thesummaryproperty of the associated message(s) should be displayed.Methods inherited from class UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventModifier and TypeMethodDescriptionvoidaddClientBehavior(String eventName, ClientBehavior behavior) This is a default implementation ofClientBehaviorHolder.addClientBehavior(String, ClientBehavior).protected voidaddFacesListener(FacesListener listener) Add the specifiedFacesListenerto the set of listeners registered to receive event notifications from thisUIComponent.voidbroadcast(FacesEvent event) Broadcast the specifiedFacesEventto all registered event listeners who have expressed an interest in events of this type.voidFor each of the attached objects on this instance that implementPartialStateHolder, callPartialStateHolder.clearInitialState()on the attached object.voiddecode(FacesContext context) Decode any new state of thisUIComponentfrom the request contained in the specifiedFacesContext, and store this state as needed.voidencodeBegin(FacesContext context) If ourrenderedproperty istrue, render the beginning of the current state of thisUIComponentto the response contained in the specifiedFacesContext.voidencodeChildren(FacesContext context) voidencodeEnd(FacesContext context) findComponent(String expression) Search for and return theUIComponentwith anidthat matches the specified search expression (if any), according to the algorithm described below.Return a mutableMaprepresenting the attributes (and properties, see below) associated wth thisUIComponent, keyed by attribute name (which must be a String).intReturn the number of childUIComponents that are associated with thisUIComponent.This is a default implementation ofClientBehaviorHolder.getClientBehaviors().getClientId(FacesContext context) Return a client-side identifier for this component, generating one if necessary.This is a default implementation ofClientBehaviorHolder.getDefaultEventName().This is a default implementation ofClientBehaviorHolder.getEventNames().protected FacesContextConvenience method to return theFacesContextinstance for the current request.protected FacesListener[]getFacesListeners(Class clazz) Return an array of registeredFacesListeners that are instances of the specified class.Convenience method to return the named facet, if it exists, ornullotherwise.intReturn the number of facetUIComponents that are associated with thisUIComponent.Return a mutableMaprepresenting the facetUIComponents associated with thisUIComponent, keyed by facet name (which must be a String).getId()Return the component identifier of thisUIComponent.getListenersForEventClass(Class<? extends SystemEvent> eventClass) Return theSystemEventListenerinstances registered on thisUIComponentinstance that are interested in events of typeeventClass.Return the parentUIComponentof thisUIComponent, if any.getPassThroughAttributes(boolean create) This method has the same specification asUIComponent.getPassThroughAttributes()except that it is allowed to returnnullif and only if the argumentcreateisfalseand no pass through attribute data structure exists for this instance.protected RenderergetRenderer(FacesContext context) Convenience method to return theRendererinstance associated with this component, if any; otherwise, returnnull.Return theRenderertype for thisUIComponent(if any).booleanReturn a flag indicating whether this component is responsible for rendering its child components.booleaninvokeOnComponent(FacesContext context, String clientId, ContextCallback callback) Starting at this component in the View hierarchy, search for a component with aclientIdequal to the argumentclientIdand, if found, call theContextCallback.invokeContextCallback(FacesContext, UIComponent)method on the argumentcallback, passing the currentFacesContextand the found component as arguments.booleanReturntrueif this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle.booleanIf true, the Object implementing this interface must not participate in state saving or restoring.voidFor each of the attached objects on this instance that implementPartialStateHolder, callPartialStateHolder.markInitialState()on the attached object.voidprocessDecodes(FacesContext context) Perform the component tree processing required by the Apply Request Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.voidprocessRestoreState(FacesContext context, Object state) Perform the component tree processing required by the Restore View phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.processSaveState(FacesContext context) Perform the component tree processing required by the state saving portion of the Render Response phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.voidprocessUpdates(FacesContext context) Perform the component tree processing required by the Update Model Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.voidprocessValidators(FacesContext context) Perform the component tree processing required by the Process Validations phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.voidqueueEvent(FacesEvent event) Queue an event for broadcast at the end of the current request processing lifecycle phase.protected voidremoveFacesListener(FacesListener listener) Remove the specifiedFacesListenerfrom the set of listeners registered to receive event notifications from thisUIComponent.static ObjectrestoreAttachedState(FacesContext context, Object stateObj) This method is called byUIComponentsubclasses that need to restore the objects they saved usingUIComponentBase.saveAttachedState(FacesContext, Object).voidrestoreState(FacesContext context, Object state) Perform any processing required to restore the state from the entries in the state Object.static ObjectsaveAttachedState(FacesContext context, Object attachedObject) This method is called byUIComponentsubclasses that want to save one or more attached objects.saveState(FacesContext context) Gets the state of the instance as aSerializableObject.voidSet the component identifier of thisUIComponent(if any).voidsetParent(UIComponent parent) Set the parentUIComponentof thisUIComponent.voidsetRendered(boolean rendered) Set therenderedproperty of thisUIComponent.voidsetRendererType(String rendererType) voidsetTransient(boolean transientFlag) Denotes whether or not the Object implementing this interface must or must not participate in state saving or restoring.voidsubscribeToEvent(Class<? extends SystemEvent> eventClass, ComponentSystemEventListener componentListener) Install the listener instance referenced by argumentcomponentListeneras a listener for events of typeeventClassoriginating from this specific instance ofUIComponent.voidunsubscribeFromEvent(Class<? extends SystemEvent> eventClass, ComponentSystemEventListener componentListener) Remove the listener instance referenced by argumentcomponentListeneras a listener for events of typeeventClassoriginating from this specific instance ofUIComponent.Methods inherited from class UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFacet, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeModifier and TypeMethodDescriptionvoidencodeAll(FacesContext context) If this component returnstruefromUIComponent.isRendered(), take the following action.Enable Jakarta Expression Language to access theclientIdof a component.static UIComponentgetCompositeComponentParent(UIComponent component) Finds the nearest composite component parent of the specified component.getContainerClientId(FacesContext context) Allow components that implementNamingContainerto selectively disable prepending their clientId to their descendent's clientIds by breaking the prepending logic into a separately callable method.static UIComponentgetCurrentComponent(FacesContext context) Return theUIComponentinstance that is currently processing.static UIComponentgetCurrentCompositeComponent(FacesContext context) Return the closest ancestor component, relative to the component returned fromUIComponent.getCurrentComponent(FacesContext), that is a composite component, ornullif no such component exists.Convenience method to return the named facet using an enum identifier, if it exists, ornullotherwise.Starting with "this", return the closest component in the ancestry that is aNamingContainerornullif none can be found.This is a convenience method that simply callsUIComponent.getPassThroughAttributes(boolean), passingtrueas the argument.Return aMap<String,String>of theResourceBundlefor this component.protected StateHelperReturn theStateHelperinstance used to help this component implementPartialStateHolder.protected StateHelpergetStateHelper(boolean create) LikeUIComponent.getStateHelper(), but only create a state helper instance if the argumentcreatistrue.Return theTransientStateHelperinstance for thisUIComponentinstance.getTransientStateHelper(boolean create) Return theTransientStateHelperinstance for thisUIComponentinstance.jakarta.el.ValueExpressiongetValueExpression(String name) Return theValueExpressionused to calculate the value for the specified attribute or property name, if any.booleanAn implementation ofPartialStateHolder.initialStateMarked(), this method is called by the runtime to test if thePartialStateHolder.markInitialState()method was called.static booleanisCompositeComponent(UIComponent component) Returntrueifcomponentis a composite component, otherwisefalse.booleanisInView()Returntrueif this component is within the view hierarchy otherwisefalseprotected booleanisVisitable(VisitContext context) Returntrueif this component should be visited,falseotherwise.voidpopComponentFromEL(FacesContext context) Pop the currentUIComponentfrom theFacesContextattributes map so that the previousUIComponent, if any, becomes the current component.voidprocessEvent(ComponentSystemEvent event) The default implementation performs the following action.voidpushComponentToEL(FacesContext context, UIComponent component) Push the currentUIComponentthisto theFacesContextattribute map saving the previousUIComponentfor a subsequent call toUIComponent.popComponentFromEL(FacesContext).voidrestoreTransientState(FacesContext context, Object state) For components that need to support the concept of transient state, this method will restore any state saved on a prior call toUIComponent.saveTransientState(FacesContext).saveTransientState(FacesContext context) For components that need to support the concept of transient state, this method will save any state that is known to be transient in nature.voidsetInView(boolean isInView) Updates the status as to whether or not this component is currently within the view hierarchy.voidsetValueExpression(String name, jakarta.el.ValueExpression binding) Set theValueExpressionused to calculate the value for the specified attribute or property name, if any.booleanvisitTree(VisitContext visitContext, VisitCallback callback) Perform a tree visit starting at this node in the tree.
-
Field Details
-
COMPONENT_TYPE
-
-
Constructor Details
-
HtmlMessages
public HtmlMessages()
-
-
Method Details
-
getDir
Return the value of the
dirproperty.- Returns:
- the property value
Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). These attributes are case sensitive when rendering to XHTML, so care must be taken to have the correct case.
-
setDir
Set the value of the
dirproperty.- Parameters:
dir- the new property value
-
getErrorClass
Return the value of the
errorClassproperty.- Returns:
- the property value
Contents: CSS style class to apply to any message with a severity class of "ERROR".
-
setErrorClass
Set the value of the
errorClassproperty.- Parameters:
errorClass- the new property value
-
getErrorStyle
Return the value of the
errorStyleproperty.- Returns:
- the property value
Contents: CSS style(s) to apply to any message with a severity class of "ERROR".
-
setErrorStyle
Set the value of the
errorStyleproperty.- Parameters:
errorStyle- the new property value
-
getFatalClass
Return the value of the
fatalClassproperty.- Returns:
- the property value
Contents: CSS style class to apply to any message with a severity class of "FATAL".
-
setFatalClass
Set the value of the
fatalClassproperty.- Parameters:
fatalClass- the new property value
-
getFatalStyle
Return the value of the
fatalStyleproperty.- Returns:
- the property value
Contents: CSS style(s) to apply to any message with a severity class of "FATAL".
-
setFatalStyle
Set the value of the
fatalStyleproperty.- Parameters:
fatalStyle- the new property value
-
getInfoClass
Return the value of the
infoClassproperty.- Returns:
- the property value
Contents: CSS style class to apply to any message with a severity class of "INFO".
-
setInfoClass
Set the value of the
infoClassproperty.- Parameters:
infoClass- the new property value
-
getInfoStyle
Return the value of the
infoStyleproperty.- Returns:
- the property value
Contents: CSS style(s) to apply to any message with a severity class of "INFO".
-
setInfoStyle
Set the value of the
infoStyleproperty.- Parameters:
infoStyle- the new property value
-
getLang
Return the value of the
langproperty.- Returns:
- the property value
Contents: Code describing the language used in the generated markup for this component.
-
setLang
Set the value of the
langproperty.- Parameters:
lang- the new property value
-
getLayout
Return the value of the
layoutproperty.- Returns:
- the property value
Contents: The type of layout markup to use when rendering error messages. Valid values are "table" (an HTML table) and "list" (an HTML list). If not specified, the default value is "list".
-
setLayout
Set the value of the
layoutproperty.- Parameters:
layout- the new property value
-
getRole
Return the value of the
roleproperty.- Returns:
- the property value
Contents:
Per the WAI-ARIA spec and its relationship to HTML5 (Section title ARIA Role Attriubute), every HTML element may have a "role" attribute whose value must be passed through unmodified on the element on which it is declared in the final rendered markup. The attribute, if specified, must have a value that is a string literal that is, or an EL Expression that evaluates to, a set of space-separated tokens representing the various WAI-ARIA roles that the element belongs to.
It is the page author's responsibility to ensure that the user agent is capable of correctly interpreting the value of this attribute.
-
setRole
Set the value of the
roleproperty.- Parameters:
role- the new property value
-
getStyle
Return the value of the
styleproperty.- Returns:
- the property value
Contents: CSS style(s) to be applied when this component is rendered.
-
setStyle
Set the value of the
styleproperty.- Parameters:
style- the new property value
-
getStyleClass
Return the value of the
styleClassproperty.- Returns:
- the property value
Contents: Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
-
setStyleClass
Set the value of the
styleClassproperty.- Parameters:
styleClass- the new property value
-
getSuccessClass
Return the value of the
successClassproperty.- Returns:
- the property value
Contents: CSS style class to apply to any message with a severity class of "INFO".
- Since:
- 5.0
-
setSuccessClass
Set the value of the
successClassproperty.- Parameters:
successClass- the new property value- Since:
- 5.0
-
getSuccessStyle
Return the value of the
successStyleproperty.- Returns:
- the property value
Contents: CSS style(s) to apply to any message with a severity class of "INFO".
- Since:
- 5.0
-
setSuccessStyle
Set the value of the
successStyleproperty.- Parameters:
successStyle- the new property value- Since:
- 5.0
-
getTitle
Return the value of the
titleproperty.- Returns:
- the property value
Contents: Advisory title information about markup elements generated for this component.
-
setTitle
Set the value of the
titleproperty.- Parameters:
title- the new property value
-
isTooltip
public boolean isTooltip()Return the value of the
tooltipproperty.- Returns:
- the property value
Contents: Flag indicating whether the detail portion of the message should be displayed as a tooltip.
-
setTooltip
public void setTooltip(boolean tooltip) Set the value of the
tooltipproperty.- Parameters:
tooltip- the new property value
-
getWarnClass
Return the value of the
warnClassproperty.- Returns:
- the property value
Contents: CSS style class to apply to any message with a severity class of "WARN".
-
setWarnClass
Set the value of the
warnClassproperty.- Parameters:
warnClass- the new property value
-
getWarnStyle
Return the value of the
warnStyleproperty.- Returns:
- the property value
Contents: CSS style(s) to apply to any message with a severity class of "WARN".
-
setWarnStyle
Set the value of the
warnStyleproperty.- Parameters:
warnStyle- the new property value
-