org.apache.myfaces.shared_tomahawk.renderkit.html
Class HtmlMessagesRendererBase
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlMessageRendererBase
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlMessagesRendererBase
- Direct Known Subclasses:
- HtmlMessagesRenderer
public abstract class HtmlMessagesRendererBase
- extends HtmlMessageRendererBase
- Version:
- $Revision: 1305679 $ $Date: 2012-03-26 18:42:04 -0500 (Mon, 26 Mar 2012) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
Method Summary |
protected String |
getComponentStyle(javax.faces.component.UIComponent messages)
|
protected String |
getComponentStyleClass(javax.faces.component.UIComponent messages)
|
protected String |
getFor(javax.faces.component.UIComponent component)
|
protected String |
getLayout(javax.faces.component.UIComponent component)
|
static String[] |
getStyleAndStyleClass(javax.faces.component.UIComponent messages,
javax.faces.application.FacesMessage.Severity severity)
|
protected String |
getTitle(javax.faces.component.UIComponent component)
|
protected boolean |
isGlobalOnly(javax.faces.component.UIComponent component)
|
protected boolean |
isRedisplay(javax.faces.component.UIComponent component)
|
protected boolean |
isShowDetail(javax.faces.component.UIComponent component)
|
protected boolean |
isShowSummary(javax.faces.component.UIComponent component)
|
protected boolean |
isTooltip(javax.faces.component.UIComponent component)
|
protected void |
renderMessages(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages)
|
protected void |
renderMessages(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages,
boolean alwaysRenderSpan)
|
protected void |
renderMessages(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages,
boolean alwaysRenderSpan,
boolean renderDivWhenNoMessagesAndIdSet)
|
Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, encodeBegin, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LAYOUT_LIST
protected static final String LAYOUT_LIST
- See Also:
- Constant Field Values
LAYOUT_TABLE
protected static final String LAYOUT_TABLE
- See Also:
- Constant Field Values
HtmlMessagesRendererBase
public HtmlMessagesRendererBase()
renderMessages
protected void renderMessages(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages)
throws IOException
- Throws:
IOException
renderMessages
protected void renderMessages(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages,
boolean alwaysRenderSpan)
throws IOException
- Throws:
IOException
renderMessages
protected void renderMessages(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages,
boolean alwaysRenderSpan,
boolean renderDivWhenNoMessagesAndIdSet)
throws IOException
- Throws:
IOException
getStyleAndStyleClass
public static String[] getStyleAndStyleClass(javax.faces.component.UIComponent messages,
javax.faces.application.FacesMessage.Severity severity)
getComponentStyleClass
protected String getComponentStyleClass(javax.faces.component.UIComponent messages)
getComponentStyle
protected String getComponentStyle(javax.faces.component.UIComponent messages)
getTitle
protected String getTitle(javax.faces.component.UIComponent component)
- Overrides:
getTitle
in class HtmlMessageRendererBase
isTooltip
protected boolean isTooltip(javax.faces.component.UIComponent component)
- Overrides:
isTooltip
in class HtmlMessageRendererBase
isShowSummary
protected boolean isShowSummary(javax.faces.component.UIComponent component)
- Overrides:
isShowSummary
in class HtmlMessageRendererBase
isShowDetail
protected boolean isShowDetail(javax.faces.component.UIComponent component)
- Overrides:
isShowDetail
in class HtmlMessageRendererBase
isGlobalOnly
protected boolean isGlobalOnly(javax.faces.component.UIComponent component)
getLayout
protected String getLayout(javax.faces.component.UIComponent component)
getFor
protected String getFor(javax.faces.component.UIComponent component)
- Overrides:
getFor
in class HtmlMessageRendererBase
isRedisplay
protected boolean isRedisplay(javax.faces.component.UIComponent component)
- Overrides:
isRedisplay
in class HtmlMessageRendererBase
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.