Class MessageBase

  • All Implemented Interfaces:
    EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, UINotification, Widget
    Direct Known Subclasses:
    Message

    public abstract class MessageBase
    extends javax.faces.component.UIMessage
    implements UINotification, Widget
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDisplay()  
      String getFamily()  
      String getSeverity()  
      String getStyle()  
      String getStyleClass()  
      boolean isEscape()  
      boolean isSkipDetailIfEqualsSummary()  
      void setDisplay​(String display)  
      void setEscape​(boolean escape)  
      void setSeverity​(String severity)  
      void setSkipDetailIfEqualsSummary​(boolean skipDetailIfEqualsSummary)  
      void setStyle​(String style)  
      void setStyleClass​(String styleClass)  
      • Methods inherited from class javax.faces.component.UIMessage

        getFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummary
      • Methods inherited from class javax.faces.component.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, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
      • Methods inherited from class javax.faces.component.UIComponent

        encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
    • Constructor Detail

      • MessageBase

        public MessageBase()
    • Method Detail

      • getFamily

        public String getFamily()
        Overrides:
        getFamily in class javax.faces.component.UIMessage
      • getDisplay

        public String getDisplay()
      • setDisplay

        public void setDisplay​(String display)
      • isEscape

        public boolean isEscape()
      • setEscape

        public void setEscape​(boolean escape)
      • setSeverity

        public void setSeverity​(String severity)
      • getStyle

        public String getStyle()
      • setStyle

        public void setStyle​(String style)
      • getStyleClass

        public String getStyleClass()
      • setStyleClass

        public void setStyleClass​(String styleClass)
      • setSkipDetailIfEqualsSummary

        public void setSkipDetailIfEqualsSummary​(boolean skipDetailIfEqualsSummary)