|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
javax.faces.webapp.UIComponentBodyTag
org.apache.shale.clay.taglib.ClayTag
public class ClayTag
JSP Tag for the Clay component.
| Field Summary |
|---|
| Fields inherited from class javax.faces.webapp.UIComponentBodyTag |
|---|
bodyContent |
| Fields inherited from class javax.faces.webapp.UIComponentTag |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
ClayTag()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComponentType()
Returns the logical component name registered in the faces config for the Clay component. |
java.lang.String |
getJsfid()
Gets the display Element identifier to be rendered. |
java.lang.String |
getManagedBeanName()
Gets the name of the managed bean that is dynamically resolved using a token replacement before binding the value expression. |
java.lang.String |
getRendererType()
Returns the render registered for the component. |
java.lang.String |
getShapeValidator()
Returns the expression literal defining the validator event method binding. |
void |
setJsfid(java.lang.String jsfid)
Sets the identifier defining component metadata. |
void |
setManagedBeanName(java.lang.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(java.lang.String shapeValidator)
Sets the expression literal defining the validator event method binding. |
| Methods inherited from class javax.faces.webapp.UIComponentBodyTag |
|---|
doAfterBody, doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
|---|
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, 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 |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public ClayTag()
| Method Detail |
|---|
public java.lang.String getShapeValidator()
Returns the expression literal defining the validator event method binding.
public void setShapeValidator(java.lang.String shapeValidator)
Sets the expression literal defining the validator event method binding.
shapeValidator - String validator binding expressionpublic java.lang.String getJsfid()
Gets the display Element identifier to be rendered.
public void setJsfid(java.lang.String jsfid)
Sets the identifier defining component metadata.
jsfid - String sets the component element to be renderedpublic java.lang.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(java.lang.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 java.lang.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 java.lang.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 Clay
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||