org.apache.myfaces.custom.inputAjax
Class HtmlMessageTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.myfaces.shared_tomahawk.taglib.UIComponentTagBase
          extended by org.apache.myfaces.shared_tomahawk.taglib.html.HtmlComponentTagBase
              extended by org.apache.myfaces.shared_tomahawk.taglib.html.HtmlMessageTagBase
                  extended by org.apache.myfaces.taglib.html.ext.HtmlMessageTag
                      extended by org.apache.myfaces.custom.inputAjax.HtmlMessageTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class HtmlMessageTag
extends org.apache.myfaces.taglib.html.ext.HtmlMessageTag

User: treeder Date: Nov 22, 2005 Time: 12:10:58 PM


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
HtmlMessageTag()
           
 
Method Summary
protected  void encodeEnd()
           
protected  javax.faces.component.UIComponent findComponent(javax.faces.context.FacesContext context)
           
 java.lang.String getRendererType()
           
 void setFor(java.lang.String aFor)
           
 
Methods inherited from class org.apache.myfaces.taglib.html.ext.HtmlMessageTag
getComponentType, release, setDetailFormat, setEnabledOnUserRole, setForceSpan, setProperties, setReplaceIdWithLabel, setSummaryFormat, setVisibleOnUserRole
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.taglib.html.HtmlMessageTagBase
getFor, setErrorClass, setErrorStyle, setFatalClass, setFatalStyle, setInfoClass, setInfoStyle, setShowDetail, setShowSummary, setTooltip, setWarnClass, setWarnStyle
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.taglib.html.HtmlComponentTagBase
setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.taglib.UIComponentTagBase
setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setLongProperty, setStringProperty, setStyleLocation, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, encodeBegin, encodeChildren, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlMessageTag

public HtmlMessageTag()
Method Detail

encodeEnd

protected void encodeEnd()
                  throws java.io.IOException
Overrides:
encodeEnd in class javax.faces.webapp.UIComponentTag
Throws:
java.io.IOException

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class org.apache.myfaces.taglib.html.ext.HtmlMessageTag

setFor

public void setFor(java.lang.String aFor)
Overrides:
setFor in class org.apache.myfaces.shared_tomahawk.taglib.html.HtmlMessageTagBase

findComponent

protected javax.faces.component.UIComponent findComponent(javax.faces.context.FacesContext context)
                                                   throws javax.servlet.jsp.JspException
Overrides:
findComponent in class javax.faces.webapp.UIComponentTag
Throws:
javax.servlet.jsp.JspException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.