org.apache.myfaces.taglib.html.ext

Class HtmlOutputTextTag


public class HtmlOutputTextTag
extends HtmlOutputTextTagBase

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
setEnabledOnUserRole(String enabledOnUserRole)
protected void
setProperties(UIComponent component)
void
setVisibleOnUserRole(String visibleOnUserRole)

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

release, setEscape, setProperties

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 HtmlOutputTextTagBase

setEnabledOnUserRole

public void setEnabledOnUserRole(String enabledOnUserRole)

setProperties

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

setVisibleOnUserRole

public void setVisibleOnUserRole(String visibleOnUserRole)