org.apache.myfaces.taglib.html.ext

Class HtmlMessagesTag


public class HtmlMessagesTag
extends HtmlMessagesTagBase

Version:
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Method Summary

String
getComponentType()
String
getRendererType()
void
release()
void
setDetailFormat(String detailFormat)
void
setEnabledOnUserRole(String enabledOnUserRole)
void
setGlobalSummaryFormat(String globalSummaryFormat)
protected void
setProperties(UIComponent component)
void
setReplaceIdWithLabel(String replaceIdWithLabel)
void
setSummaryFormat(String summaryFormat)
void
setVisibleOnUserRole(String visibleOnUserRole)

Methods inherited from class org.apache.myfaces.taglib.html.HtmlMessagesTagBase

release, setErrorClass, setErrorStyle, setFatalClass, setFatalStyle, setGlobalOnly, setInfoClass, setInfoStyle, setLayout, setProperties, setShowDetail, setShowSummary, setTooltip, setWarnClass, setWarnStyle

Methods inherited from class org.apache.myfaces.taglib.html.HtmlComponentTagBase

release, setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setProperties, setStyle, setStyleClass, setTitle

Methods inherited from class org.apache.myfaces.taglib.UIComponentTagBase

release, setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setProperties, setStringProperty, setStyleLocation, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty

Method Details

getComponentType

public String getComponentType()

getRendererType

public String getRendererType()

release

public void release()
Overrides:
release in interface HtmlMessagesTagBase

setDetailFormat

public void setDetailFormat(String detailFormat)

setEnabledOnUserRole

public void setEnabledOnUserRole(String enabledOnUserRole)

setGlobalSummaryFormat

public void setGlobalSummaryFormat(String globalSummaryFormat)

setProperties

protected void setProperties(UIComponent component)
Overrides:
setProperties in interface HtmlMessagesTagBase

setReplaceIdWithLabel

public void setReplaceIdWithLabel(String replaceIdWithLabel)

setSummaryFormat

public void setSummaryFormat(String summaryFormat)

setVisibleOnUserRole

public void setVisibleOnUserRole(String visibleOnUserRole)