org.apache.myfaces.shared_tomahawk.taglib
Class UIComponentELTagBase

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentELTag
              extended by org.apache.myfaces.shared_tomahawk.taglib.UIComponentELTagBase
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspIdConsumer, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
HtmlComponentELTagBase, SelectItemTagBase

public abstract class UIComponentELTagBase
extends javax.faces.webapp.UIComponentELTag

Version:
$Revision: 557350 $ $Date: 2007-07-18 13:19:50 -0500 (Wed, 18 Jul 2007) $
Author:
Manfred Geiler (latest modification by $Author: matzew $), Bruno Aranda (JSR-252)

Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
 
Fields inherited from class javax.faces.webapp.UIComponentTagBase
log
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
UIComponentELTagBase()
           
 
Method Summary
protected  void addValidatorProperty(javax.faces.component.UIComponent component, javax.el.MethodExpression value)
           
protected  void addValueChangedListenerProperty(javax.faces.component.UIComponent component, javax.el.MethodExpression valueChangedListener)
           
protected  java.lang.Object evaluateValueExpression(javax.el.ValueExpression expression)
           
 void release()
           
protected  void setActionListenerProperty(javax.faces.component.UIComponent component, javax.el.MethodExpression actionListener)
           
protected  void setActionListenerProperty(javax.faces.component.UIComponent component, java.lang.String actionListener)
          Deprecated. 
protected  void setActionProperty(javax.faces.component.UIComponent component, javax.el.MethodExpression action)
           
protected  void setActionProperty(javax.faces.component.UIComponent component, java.lang.String action)
          Deprecated. 
protected  void setBooleanProperty(javax.faces.component.UIComponent component, java.lang.String propName, java.lang.String value)
          Deprecated. 
protected  void setBooleanProperty(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value)
           
protected  void setBooleanProperty(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value, java.lang.Boolean defaultValue)
           
 void setConverter(javax.el.ValueExpression converter)
           
 void setForceId(javax.el.ValueExpression aForceId)
          Sets the forceId attribute of the tag.
 void setForceIdIndex(javax.el.ValueExpression aForceIdIndex)
          Sets the forceIdIndex attribute of the tag.
 void setImageLocation(javax.el.ValueExpression aImageLocation)
          Sets the image location attribute of the tag.
protected  void setIntegerProperty(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value)
           
protected  void setIntegerProperty(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value, java.lang.Integer defaultValue)
           
 void setJavascriptLocation(javax.el.ValueExpression aJavascriptLocation)
          Sets the javascript location attribute of the tag.
protected  void setLongProperty(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value)
           
protected  void setLongProperty(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value, java.lang.Long defaultValue)
           
protected  void setProperties(javax.faces.component.UIComponent component)
           
protected  void setStringProperty(javax.faces.component.UIComponent component, java.lang.String propName, java.lang.String value)
          Deprecated. 
protected  void setStringProperty(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value)
           
protected  void setStringProperty(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value, java.lang.String defaultValue)
           
 void setStyleLocation(javax.el.ValueExpression aStyleLocation)
          Sets the style location attribute of the tag.
 void setValue(javax.el.ValueExpression value)
           
protected  void setValueBinding(javax.faces.component.UIComponent component, java.lang.String propName, javax.el.ValueExpression value)
           
 
Methods inherited from class javax.faces.webapp.UIComponentELTag
createComponent, hasBinding, setBinding, setRendered
 
Methods inherited from class javax.faces.webapp.UIComponentClassicTagBase
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
 
Methods inherited from class javax.faces.webapp.UIComponentTagBase
getComponentType, getELContext, getRendererType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentELTagBase

public UIComponentELTagBase()
Method Detail

release

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

setProperties

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

setForceId

public void setForceId(javax.el.ValueExpression aForceId)
Sets the forceId attribute of the tag. NOTE: Not every tag that extends this class will actually make use of this attribute. Check the TLD to see which components actually implement it.

Parameters:
aForceId - The value of the forceId attribute.

setForceIdIndex

public void setForceIdIndex(javax.el.ValueExpression aForceIdIndex)
Sets the forceIdIndex attribute of the tag. NOTE: Not every tag that extends this class will actually make use of this attribute. Check the TLD to see which components actually implement it.

Parameters:
aForceIdIndex - The value of the forceIdIndex attribute.

setValue

public void setValue(javax.el.ValueExpression value)

setConverter

public void setConverter(javax.el.ValueExpression converter)

setJavascriptLocation

public void setJavascriptLocation(javax.el.ValueExpression aJavascriptLocation)
Sets the javascript location attribute of the tag. NOTE: Not every tag that extends this class will actually make use of this attribute. Check the TLD to see which components actually implement it.

Parameters:
aJavascriptLocation - The alternate javascript location to use.

setImageLocation

public void setImageLocation(javax.el.ValueExpression aImageLocation)
Sets the image location attribute of the tag. NOTE: Not every tag that extends this class will actually make use of this attribute. Check the TLD to see which components actually implement it.

Parameters:
aImageLocation - The alternate image location to use.

setStyleLocation

public void setStyleLocation(javax.el.ValueExpression aStyleLocation)
Sets the style location attribute of the tag. NOTE: Not every tag that extends this class will actually make use of this attribute. Check the TLD to see which components actually implement it.

Parameters:
aStyleLocation - The alternate style location to use.

setIntegerProperty

protected void setIntegerProperty(javax.faces.component.UIComponent component,
                                  java.lang.String propName,
                                  javax.el.ValueExpression value)

setIntegerProperty

protected void setIntegerProperty(javax.faces.component.UIComponent component,
                                  java.lang.String propName,
                                  javax.el.ValueExpression value,
                                  java.lang.Integer defaultValue)

setLongProperty

protected void setLongProperty(javax.faces.component.UIComponent component,
                               java.lang.String propName,
                               javax.el.ValueExpression value)

setLongProperty

protected void setLongProperty(javax.faces.component.UIComponent component,
                               java.lang.String propName,
                               javax.el.ValueExpression value,
                               java.lang.Long defaultValue)

setStringProperty

@Deprecated
protected void setStringProperty(javax.faces.component.UIComponent component,
                                            java.lang.String propName,
                                            java.lang.String value)
Deprecated. 


setStringProperty

protected void setStringProperty(javax.faces.component.UIComponent component,
                                 java.lang.String propName,
                                 javax.el.ValueExpression value)

setStringProperty

protected void setStringProperty(javax.faces.component.UIComponent component,
                                 java.lang.String propName,
                                 javax.el.ValueExpression value,
                                 java.lang.String defaultValue)

setBooleanProperty

@Deprecated
protected void setBooleanProperty(javax.faces.component.UIComponent component,
                                             java.lang.String propName,
                                             java.lang.String value)
Deprecated. 


setBooleanProperty

protected void setBooleanProperty(javax.faces.component.UIComponent component,
                                  java.lang.String propName,
                                  javax.el.ValueExpression value)

setBooleanProperty

protected void setBooleanProperty(javax.faces.component.UIComponent component,
                                  java.lang.String propName,
                                  javax.el.ValueExpression value,
                                  java.lang.Boolean defaultValue)

addValidatorProperty

protected void addValidatorProperty(javax.faces.component.UIComponent component,
                                    javax.el.MethodExpression value)

setActionProperty

@Deprecated
protected void setActionProperty(javax.faces.component.UIComponent component,
                                            java.lang.String action)
Deprecated. 


setActionProperty

protected void setActionProperty(javax.faces.component.UIComponent component,
                                 javax.el.MethodExpression action)

setActionListenerProperty

@Deprecated
protected void setActionListenerProperty(javax.faces.component.UIComponent component,
                                                    java.lang.String actionListener)
Deprecated. 


setActionListenerProperty

protected void setActionListenerProperty(javax.faces.component.UIComponent component,
                                         javax.el.MethodExpression actionListener)

addValueChangedListenerProperty

protected void addValueChangedListenerProperty(javax.faces.component.UIComponent component,
                                               javax.el.MethodExpression valueChangedListener)

setValueBinding

protected void setValueBinding(javax.faces.component.UIComponent component,
                               java.lang.String propName,
                               javax.el.ValueExpression value)

evaluateValueExpression

protected java.lang.Object evaluateValueExpression(javax.el.ValueExpression expression)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.