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, setupResponseWriter
public 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.UIComponentTag
component
- The component whose properties we're settingpublic void release()
Sets the functionName
property to null.
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.faces.webapp.UIComponentTag
public String getRendererType()
getRendererType
in class javax.faces.webapp.UIComponentTag
public String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTag
org.apache.shale.ValidatorScript
.Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.