com.sun.rave.poweredby.creator
Class PoweredByCreatorTag

java.lang.Object
  extended byjavax.faces.webapp.UIComponentTag
      extended bycom.sun.rave.poweredby.util.AbstractUIComponentTag
          extended bycom.sun.rave.poweredby.creator.PoweredByCreatorTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
PoweredByEnterpriseTag

public class PoweredByCreatorTag
extends AbstractUIComponentTag

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

PoweredByCreatorTag

public PoweredByCreatorTag()
Method Detail

getComponentType

public java.lang.String getComponentType()

Return the type of the component.

Specified by:
getComponentType in class AbstractUIComponentTag

getRendererType

public java.lang.String getRendererType()

Return the renderer type (if any)

Specified by:
getRendererType in class AbstractUIComponentTag

release

public void release()

Release any resources used by this tag handler

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class AbstractUIComponentTag

setProperties

protected void setProperties(javax.faces.component.UIComponent component)

Set the component properties

Overrides:
setProperties in class AbstractUIComponentTag
Parameters:
component - UIComponent being configured

setTall

public void setTall(java.lang.String tall)

setRounded

public void setRounded(java.lang.String rounded)