org.apache.shale.view.faces
Class SubviewTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.shale.view.faces.SubviewTag
All Implemented Interfaces:
JspTag, Tag

public class SubviewTag
extends javax.faces.webapp.UIComponentTag

JSP custom tag for the SubviewComponent component.

$Id: SubviewTag.java 464373 2006-10-16 04:21:54Z rahul $


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
SubviewTag()
           
 
Method Summary
 String getComponentType()
          Return the required component type.
 String getRendererType()
          Return the required renderer type.
 
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

SubviewTag

public SubviewTag()
Method Detail

getComponentType

public String getComponentType()

Return the required component type.

Specified by:
getComponentType in class javax.faces.webapp.UIComponentTag

getRendererType

public String getRendererType()

Return the required renderer type.

Specified by:
getRendererType in class javax.faces.webapp.UIComponentTag


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.