org.apache.myfaces.custom.aliasbean
Class AliasBeanTag

java.lang.Object
  |
  +--javax.faces.webapp.UIComponentTag
        |
        +--org.apache.myfaces.taglib.UIComponentTagBase
              |
              +--org.apache.myfaces.custom.aliasbean.AliasBeanTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class AliasBeanTag
extends UIComponentTagBase

Version:
$Revision: 1.5 $ $Date: 2005/02/18 17:19:30 $ $Log: AliasBeanTag.java,v $ Revision 1.5 2005/02/18 17:19:30 matzew added release() to tag clazzes. Revision 1.4 2005/01/27 01:59:45 svieujot AliasBean : Change sourceBean attribute for value. Make it work with both beans references ( #{myBean} ), and fix strings as value. Document tld. Revision 1.3 2004/11/23 11:03:35 svieujot Get ride of the x:aliasBean "permanent" attribute. Revision 1.2 2004/11/23 04:46:40 svieujot Add an ugly "permanent" tag to x:aliasBean to handle children events. Revision 1.1 2004/11/08 20:43:15 svieujot Add an x:aliasBean component
Author:
Sylvain Vieujot (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
AliasBeanTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setAlias(java.lang.String alias)
           
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setValue(java.lang.String valueExpression)
           
 
Methods inherited from class org.apache.myfaces.taglib.UIComponentTagBase
setActionListenerProperty, setActionProperty, setBooleanProperty, setConverter, setForceId, setForceIdIndex, setImageLocation, setIntegerProperty, setJavascriptLocation, setStringProperty, setStyleLocation, setValidatorProperty, 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

AliasBeanTag

public AliasBeanTag()
Method Detail

release

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

setProperties

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

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

setAlias

public void setAlias(java.lang.String alias)

setValue

public void setValue(java.lang.String valueExpression)
Overrides:
setValue in class UIComponentTagBase