public abstract class HtmlMessagesELTagBase extends HtmlComponentELTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
Constructor and Description |
---|
HtmlMessagesELTagBase() |
Modifier and Type | Method and Description |
---|---|
void |
release() |
void |
setErrorClass(javax.el.ValueExpression errorClass) |
void |
setErrorStyle(javax.el.ValueExpression errorStyle) |
void |
setFatalClass(javax.el.ValueExpression fatalClass) |
void |
setFatalStyle(javax.el.ValueExpression fatalStyle) |
void |
setGlobalOnly(javax.el.ValueExpression globalOnly) |
void |
setInfoClass(javax.el.ValueExpression infoClass) |
void |
setInfoStyle(javax.el.ValueExpression infoStyle) |
void |
setLayout(javax.el.ValueExpression layout) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setShowDetail(javax.el.ValueExpression showDetail) |
void |
setShowSummary(javax.el.ValueExpression showSummary) |
void |
setTooltip(javax.el.ValueExpression tooltip) |
void |
setWarnClass(javax.el.ValueExpression warnClass) |
void |
setWarnStyle(javax.el.ValueExpression warnStyle) |
setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle
addValidatorProperty, addValueChangedListenerProperty, evaluateValueExpression, setActionListenerProperty, setActionListenerProperty, setActionProperty, setActionProperty, setBooleanProperty, setBooleanProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setIntegerProperty, setJavascriptLocation, setLongProperty, setLongProperty, setStringProperty, setStringProperty, setStringProperty, setStyleLocation, setValue, setValueBinding
createComponent, hasBinding, setBinding, setRendered
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
getComponentType, getELContext, getRendererType
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class HtmlComponentELTagBase
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class HtmlComponentELTagBase
public void setShowSummary(javax.el.ValueExpression showSummary)
public void setShowDetail(javax.el.ValueExpression showDetail)
public void setGlobalOnly(javax.el.ValueExpression globalOnly)
public void setErrorClass(javax.el.ValueExpression errorClass)
public void setErrorStyle(javax.el.ValueExpression errorStyle)
public void setFatalClass(javax.el.ValueExpression fatalClass)
public void setFatalStyle(javax.el.ValueExpression fatalStyle)
public void setInfoClass(javax.el.ValueExpression infoClass)
public void setInfoStyle(javax.el.ValueExpression infoStyle)
public void setWarnClass(javax.el.ValueExpression warnClass)
public void setWarnStyle(javax.el.ValueExpression warnStyle)
public void setLayout(javax.el.ValueExpression layout)
public void setTooltip(javax.el.ValueExpression tooltip)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.