org.apache.myfaces.taglib.html

Class HtmlOutputLinkTagBase


public abstract class HtmlOutputLinkTagBase
extends HtmlComponentTagBase

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

Method Summary

void
release()
void
setAccesskey(String accesskey)
void
setCharset(String charset)
void
setCoords(String coords)
void
setHreflang(String hreflang)
void
setOnblur(String onblur)
void
setOnfocus(String onfocus)
protected void
setProperties(UIComponent component)
void
setRel(String rel)
void
setRev(String rev)
void
setShape(String shape)
void
setTabindex(String tabindex)
void
setTarget(String target)
void
setType(String type)

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

release

public void release()
Overrides:
release in interface HtmlComponentTagBase

setAccesskey

public void setAccesskey(String accesskey)

setCharset

public void setCharset(String charset)

setCoords

public void setCoords(String coords)

setHreflang

public void setHreflang(String hreflang)

setOnblur

public void setOnblur(String onblur)

setOnfocus

public void setOnfocus(String onfocus)

setProperties

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

setRel

public void setRel(String rel)

setRev

public void setRev(String rev)

setShape

public void setShape(String shape)

setTabindex

public void setTabindex(String tabindex)

setTarget

public void setTarget(String target)

setType

public void setType(String type)