org.apache.shale.validator.faces
Class ValidatorScriptTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.shale.validator.faces.ValidatorScriptTag
All Implemented Interfaces:
JspTag, Tag

public class ValidatorScriptTag
extends javax.faces.webapp.UIComponentTag

The tag class for the s:validatorScript tag. $Id: ValidatorScriptTag.java 464373 2006-10-16 04:21:54Z rahul $


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
ValidatorScriptTag()
          This constructor retrieves a managed bean that has utility methods for implementing JSP custom tags for JSF components.
 
Method Summary
 String getComponentType()
           
 String getRendererType()
           
 void release()
          Sets the functionName property to null.
 void setFunctionName(String newValue)
          Setter method for the function name.
 void setProperties(javax.faces.component.UIComponent component)
          Sets properties for the component.
 
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

ValidatorScriptTag

public ValidatorScriptTag()

This constructor retrieves a managed bean that has utility methods for implementing JSP custom tags for JSF components.

Method Detail

setFunctionName

public void setFunctionName(String newValue)

Setter method for the function name.

Parameters:
newValue - The new value for the function name.

setProperties

public void setProperties(javax.faces.component.UIComponent component)

Sets properties for the component.

Overrides:
setProperties in class javax.faces.webapp.UIComponentTag
Parameters:
component - The component whose properties we're setting

release

public void release()

Sets the functionName property to null.

Specified by:
release in interface Tag
Overrides:
release in class javax.faces.webapp.UIComponentTag

getRendererType

public String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.UIComponentTag
Returns:
Returns the renderer type, which is null.

getComponentType

public String getComponentType()
Specified by:
getComponentType in class javax.faces.webapp.UIComponentTag
Returns:
Returns the component type, which is org.apache.shale.ValidatorScript.


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.