net.sourceforge.xwing.jelly.tags.xwing
Class BeanComponentTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.DynaTagSupport
          extended byorg.apache.commons.jelly.MapTagSupport
              extended byorg.apache.commons.jelly.tags.core.UseBeanTag
                  extended byorg.apache.commons.jelly.tags.swing.ComponentTag
                      extended bynet.sourceforge.xwing.jelly.tags.xwing.BeanComponentTag
All Implemented Interfaces:
BeanSource, ContainerTag, DynaTag, Tag

public class BeanComponentTag
extends ComponentTag


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
BeanComponentTag()
           
 
Method Summary
 void doTag(XMLOutput output)
           
 
Methods inherited from class org.apache.commons.jelly.tags.swing.ComponentTag
addChild, addWindowListener, convertToClass, getComponent, getConstraint, newInstance, processBean, setAction, setBeanProperties, setBorder, setFont, setLayout, toString
 
Methods inherited from class org.apache.commons.jelly.tags.core.UseBeanTag
getBean, getDefaultClass, loadClass, setBean
 
Methods inherited from class org.apache.commons.jelly.MapTagSupport
createAttributes, getAttributes, setAttribute
 
Methods inherited from class org.apache.commons.jelly.DynaTagSupport
getAttributeType
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.jelly.Tag
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
 

Constructor Detail

BeanComponentTag

public BeanComponentTag()
Method Detail

doTag

public void doTag(XMLOutput output)
           throws JellyTagException
Throws:
JellyTagException


Copyright © 2003 The Xwing Project. All Rights Reserved.