org.ajax4jsf.taglib.html.jsp
Class ActionParamTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.ajax4jsf.webapp.taglib.UIComponentTagBase
          extended by org.ajax4jsf.taglib.html.jsp.ActionParamTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
ActionParam

public class ActionParamTag
extends org.ajax4jsf.webapp.taglib.UIComponentTagBase

Version:
$Revision: 1.1.2.1 $ $Date: 2007/02/01 15:31:31 $
Author:
shura (latest modification by $Author: alexsmirnov $)

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
ActionParamTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setAssignTo(java.lang.String property)
           
 void setConverter(java.lang.String converter)
           
 void setName(java.lang.String name)
           
 void setNoEscape(java.lang.String noEscape)
           
protected  void setProperties(javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.ajax4jsf.webapp.taglib.UIComponentTagBase
setActionListenerProperty, setActionProperty, setBooleanProperty, setCharterProperty, setConverterProperty, setDoubleProperty, setFloatProperty, setIntegerProperty, setLongProperty, setStringProperty, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty, setValueProperty
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, 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

ActionParamTag

public ActionParamTag()
Method Detail

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

setProperties

protected void setProperties(javax.faces.component.UIComponent component)
Overrides:
setProperties in class org.ajax4jsf.webapp.taglib.UIComponentTagBase

setName

public void setName(java.lang.String name)

setConverter

public void setConverter(java.lang.String converter)
Overrides:
setConverter in class org.ajax4jsf.webapp.taglib.UIComponentTagBase
Parameters:
converter - The converter to set.

setNoEscape

public void setNoEscape(java.lang.String noEscape)
Parameters:
noEscape - The noEscape to set.

setAssignTo

public void setAssignTo(java.lang.String property)
Parameters:
property - The property to set.

release

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


Copyright © 2007. All Rights Reserved.