org.apache.myfaces.taglib.html.ext
Class HtmlOutputLabelTag

java.lang.Object
  |
  +--javax.faces.webapp.UIComponentTag
        |
        +--org.apache.myfaces.taglib.UIComponentTagBase
              |
              +--org.apache.myfaces.taglib.html.HtmlComponentTagBase
                    |
                    +--org.apache.myfaces.taglib.html.HtmlOutputLabelTagBase
                          |
                          +--org.apache.myfaces.taglib.html.ext.HtmlOutputLabelTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class HtmlOutputLabelTag
extends HtmlOutputLabelTagBase

Version:
$Revision: 1.6 $ $Date: 2005/02/18 17:19:29 $ $Log: HtmlOutputLabelTag.java,v $ Revision 1.6 2005/02/18 17:19:29 matzew added release() to tag clazzes. Revision 1.5 2004/10/13 11:50:59 matze renamed packages to org.apache Revision 1.4 2004/07/01 21:53:06 mwessendorf ASF switch Revision 1.3 2004/05/18 14:31:38 manolito user role support completely moved to components source tree Revision 1.2 2004/04/05 11:04:55 manolito setter for renderer type removed, no more default renderer type needed Revision 1.1 2004/04/01 12:57:42 manolito additional extended component classes for user role support
Author:
Manfred Geiler (latest modification by $Author: matzew $)

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
HtmlOutputLabelTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
           
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setVisibleOnUserRole(java.lang.String visibleOnUserRole)
           
 
Methods inherited from class org.apache.myfaces.taglib.html.HtmlOutputLabelTagBase
setAccesskey, setFor, setOnblur, setOnfocus
 
Methods inherited from class org.apache.myfaces.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.taglib.UIComponentTagBase
setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setStringProperty, setStyleLocation, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getPathToComponent, 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

HtmlOutputLabelTag

public HtmlOutputLabelTag()
Method Detail

getComponentType

public java.lang.String getComponentType()
Specified by:
getComponentType in class javax.faces.webapp.UIComponentTag

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.UIComponentTag

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class HtmlOutputLabelTagBase

setProperties

protected void setProperties(javax.faces.component.UIComponent component)
Overrides:
setProperties in class HtmlOutputLabelTagBase

setEnabledOnUserRole

public void setEnabledOnUserRole(java.lang.String enabledOnUserRole)

setVisibleOnUserRole

public void setVisibleOnUserRole(java.lang.String visibleOnUserRole)