public class ValidatorScriptTag
extends javax.faces.webapp.UIComponentTag
s:validatorScript tag.
$Id: ValidatorScriptTag.java 464373 2006-10-16 04:21:54Z rahul $| Constructor and Description |
|---|
ValidatorScriptTag()
This constructor retrieves a managed bean
that has utility methods for implementing JSP
custom tags for JSF components.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic ValidatorScriptTag()
This constructor retrieves a managed bean that has utility methods for implementing JSP custom tags for JSF components.
public void setFunctionName(String newValue)
Setter method for the function name.
newValue - The new value for the function name.public void setProperties(javax.faces.component.UIComponent component)
Sets properties for the component.
setProperties in class javax.faces.webapp.UIComponentTagcomponent - The component whose properties we're settingpublic void release()
Sets the functionName property to null.
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentTagpublic String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagpublic String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagorg.apache.shale.ValidatorScript.Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.