|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
com.sun.rave.poweredby.util.AbstractUIComponentTag
com.sun.rave.poweredby.creator.PoweredByCreatorTag
PoweredByCreatorTag is the tag handler that processes the
poweredByCreator
custom tag.
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 | |
PoweredByCreatorTag()
|
Method Summary | |
java.lang.String |
getComponentType()
Return the type of the component. |
java.lang.String |
getRendererType()
Return the renderer type (if any) |
void |
release()
Release any resources used by this tag handler |
protected void |
setProperties(javax.faces.component.UIComponent component)
Set the component properties |
void |
setRounded(java.lang.String rounded)
|
void |
setTall(java.lang.String tall)
|
Methods inherited from class com.sun.rave.poweredby.util.AbstractUIComponentTag |
configureBoolean, configureInteger, configureObject, configureString, getStyle, setStyle, setStyleClass |
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 PoweredByCreatorTag()
Method Detail |
public java.lang.String getComponentType()
Return the type of the component.
getComponentType
in class AbstractUIComponentTag
public java.lang.String getRendererType()
Return the renderer type (if any)
getRendererType
in class AbstractUIComponentTag
public void release()
Release any resources used by this tag handler
release
in interface javax.servlet.jsp.tagext.Tag
release
in class AbstractUIComponentTag
protected void setProperties(javax.faces.component.UIComponent component)
Set the component properties
setProperties
in class AbstractUIComponentTag
component
- UIComponent
being configuredpublic void setTall(java.lang.String tall)
public void setRounded(java.lang.String rounded)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |