com.mycompany.jsf.taglib
Class TabLabelTag

java.lang.Object
  extended byjavax.faces.webapp.UIComponentTag
      extended bycom.mycompany.jsf.taglib.TabLabelTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class TabLabelTag
extends javax.faces.webapp.UIComponentTag

This class is a tag handler that creates and configures a "com.mycompany.TabLabel" component with a "javax.faces.Link" renderer.

Version:
1.0
Author:
Hans Bergsten, Gefion Software

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
TabLabelTag()
           
 
Method Summary
 java.lang.String getComponentType()
          Returns "com.mycompany.TabLabel".
 java.lang.String getRendererType()
          Returns "javax.faces.Link".
 
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, release, setBinding, setId, setPageContext, setParent, setProperties, setRendered, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabLabelTag

public TabLabelTag()
Method Detail

getComponentType

public java.lang.String getComponentType()
Returns "com.mycompany.TabLabel".


getRendererType

public java.lang.String getRendererType()
Returns "javax.faces.Link".