|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.shale.validator.faces.ValidatorScriptTag
public class ValidatorScriptTag
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 | |
|---|---|
java.lang.String |
getComponentType()
|
java.lang.String |
getRendererType()
|
void |
release()
Sets the functionName property to null. |
void |
setFunctionName(java.lang.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 |
|---|
public ValidatorScriptTag()
This constructor retrieves a managed bean that has utility methods for implementing JSP custom tags for JSF components.
| Method Detail |
|---|
public void setFunctionName(java.lang.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 java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagorg.apache.shale.ValidatorScript.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||