public class ClayTag
extends javax.faces.webapp.UIComponentBodyTag
JSP Tag for the Clay component.
| Constructor and Description |
|---|
ClayTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType()
Returns the logical component name registered in the faces config
for the
Clay component. |
String |
getJsfid()
Gets the display Element identifier to be rendered.
|
String |
getManagedBeanName()
Gets the name of the managed bean that is dynamically resolved
using a token replacement before binding the value expression.
|
String |
getRendererType()
Returns the render registered for the component.
|
String |
getShapeValidator()
Returns the expression literal defining the validator event method
binding.
|
void |
setJsfid(String jsfid)
Sets the identifier defining component metadata.
|
void |
setManagedBeanName(String managedBeanName)
Name of the managed bean that is dynamically resolved.
|
protected void |
setProperties(javax.faces.component.UIComponent component)
This method is invoked by the super and its purpose it
to push tag attributes to corresponding component property
values.
|
void |
setShapeValidator(String shapeValidator)
Sets the expression literal defining the validator event method binding.
|
doAfterBody, doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, release, setBodyContentdoEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic String getShapeValidator()
Returns the expression literal defining the validator event method binding.
public void setShapeValidator(String shapeValidator)
Sets the expression literal defining the validator event method binding.
shapeValidator - String validator binding expressionpublic String getJsfid()
Gets the display Element identifier to be rendered.
public void setJsfid(String jsfid)
Sets the identifier defining component metadata.
jsfid - String sets the component element to be renderedpublic String getManagedBeanName()
Gets the name of the managed bean that is dynamically resolved
using a token replacement before binding the value expression.
If not explicitly set, it will default to the literal UNKNOWN
public void setManagedBeanName(String managedBeanName)
Name of the managed bean that is dynamically resolved. The literal string "managed-bean-name" is replaced with the value of this property.
managedBeanName - Stringpublic String getComponentType()
Returns the logical component name registered in the faces config
for the Clay component.
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public String getRendererType()
Returns the render registered for the component. The
Clay component doesn't
have a render because the component invokes the rendering of
it's children.
getRendererType in class javax.faces.webapp.UIComponentTagnullUIComponentTag.getRendererType()protected void setProperties(javax.faces.component.UIComponent component)
This method is invoked by the super and its purpose it to push tag attributes to corresponding component property values.
setProperties in class javax.faces.webapp.UIComponentTagcomponent - UIComponent instance of ClayCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.