org.zkoss.jsp.zul
Class FootTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.zkoss.jsp.zul.impl.AbstractTag
          extended by org.zkoss.jsp.zul.impl.LeafTag
              extended by org.zkoss.jsp.zul.impl.BranchTag
                  extended by org.zkoss.jsp.zul.FootTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag, ComponentTag

public class FootTag
extends BranchTag

The JSP tag to represent "Foot" component in ZK's component definition.

Author:
Ian Tsai

Field Summary
 
Fields inherited from class org.zkoss.jsp.zul.impl.LeafTag
_attrMap, _comp, _eventListenerMap, _forward, _parenttag, _roottag, _use, composeHandle
 
Constructor Summary
FootTag()
           
 
Method Summary
protected  java.lang.String getJspTagName()
          The name of Jsp Tag.
 
Methods inherited from class org.zkoss.jsp.zul.impl.BranchTag
addChildTag, doTag
 
Methods inherited from class org.zkoss.jsp.zul.impl.LeafTag
evaluateDynaAttributes, getComponent, getComponents, getForward, getParentTag, getRootTag, getUse, isInline, setDynamicAttribute, setForward, setParent, setUse
 
Methods inherited from class org.zkoss.jsp.zul.impl.AbstractTag
getIf, getUnless, isEffective, setIf, setUnless
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FootTag

public FootTag()
Method Detail

getJspTagName

protected java.lang.String getJspTagName()
Description copied from class: LeafTag
The name of Jsp Tag.

Specified by:
getJspTagName in class LeafTag
Returns:
the UI component name: "foot".


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.