org.apache.myfaces.shared_tomahawk.taglib
Class UIComponentTagBase

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentTag
              extended by org.apache.myfaces.shared_tomahawk.taglib.UIComponentTagBase
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:
HtmlComponentTagBase

Deprecated. use UIComponentELTagBase instead

public abstract class UIComponentTagBase
extends javax.faces.webapp.UIComponentTag

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

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
UIComponentTagBase()
          Deprecated.  
 
Method Summary
 void release()
          Deprecated.  
protected  void setActionListenerProperty(javax.faces.component.UIComponent component, java.lang.String actionListener)
          Deprecated.  
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.  
 void setConverter(java.lang.String converter)
          Deprecated.  
 void setForceId(java.lang.String aForceId)
          Deprecated. Sets the forceId attribute of the tag.
 void setForceIdIndex(java.lang.String aForceIdIndex)
          Deprecated. Sets the forceIdIndex attribute of the tag.
 void setImageLocation(java.lang.String aImageLocation)
          Deprecated. Sets the image location attribute of the tag.
protected  void setIntegerProperty(javax.faces.component.UIComponent component, java.lang.String propName, java.lang.String value)
          Deprecated.  
 void setJavascriptLocation(java.lang.String aJavascriptLocation)
          Deprecated. Sets the javascript location attribute of the tag.
protected  void setLongProperty(javax.faces.component.UIComponent component, java.lang.String propName, java.lang.String value)
          Deprecated.  
protected  void setProperties(javax.faces.component.UIComponent component)
          Deprecated.  
protected  void setStringProperty(javax.faces.component.UIComponent component, java.lang.String propName, java.lang.String value)
          Deprecated.  
 void setStyleLocation(java.lang.String aStyleLocation)
          Deprecated. Sets the style location attribute of the tag.
protected  void setValidatorProperty(javax.faces.component.UIComponent component, java.lang.String value)
          Deprecated.  
 void setValue(java.lang.String value)
          Deprecated.  
protected  void setValueBinding(javax.faces.component.UIComponent component, java.lang.String propName, java.lang.String value)
          Deprecated.  
protected  void setValueChangedListenerProperty(javax.faces.component.UIComponent component, java.lang.String valueChangedListener)
          Deprecated.  
 
Methods inherited from class javax.faces.webapp.UIComponentTag
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, 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

UIComponentTagBase

public UIComponentTagBase()
Deprecated. 
Method Detail

release

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

setProperties

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

setForceId

public void setForceId(java.lang.String aForceId)
Deprecated. 
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(java.lang.String aForceIdIndex)
Deprecated. 
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(java.lang.String value)
Deprecated. 

setConverter

public void setConverter(java.lang.String converter)
Deprecated. 

setJavascriptLocation

public void setJavascriptLocation(java.lang.String aJavascriptLocation)
Deprecated. 
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(java.lang.String aImageLocation)
Deprecated. 
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(java.lang.String aStyleLocation)
Deprecated. 
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,
                                  java.lang.String value)
Deprecated. 

setLongProperty

protected void setLongProperty(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,
                                 java.lang.String value)
Deprecated. 

setBooleanProperty

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

setValidatorProperty

protected void setValidatorProperty(javax.faces.component.UIComponent component,
                                    java.lang.String value)
Deprecated. 

setActionProperty

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

setActionListenerProperty

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

setValueChangedListenerProperty

protected void setValueChangedListenerProperty(javax.faces.component.UIComponent component,
                                               java.lang.String valueChangedListener)
Deprecated. 

setValueBinding

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


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