org.apache.myfaces.custom.aliasbean

Class AliasBeanTag


public class AliasBeanTag
extends UIComponentTagBase

Version:
$Revision: 169189 $ $Date: 2005-05-09 01:03:38 +0200 (Mon, 09 May 2005) $
Author:
Sylvain Vieujot (latest modification by $Author: svieujot $)

Method Summary

String
getComponentType()
String
getRendererType()
void
release()
void
setAlias(String alias)
protected void
setProperties(UIComponent component)
void
setValue(String valueExpression)

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 UIComponentTagBase

setAlias

public void setAlias(String alias)

setProperties

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

setValue

public void setValue(String valueExpression)
Overrides:
setValue in interface UIComponentTagBase