net.sourceforge.xwing.jelly.tags.prefs
Class PrefTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended bynet.sourceforge.xwing.jelly.tags.prefs.PrefTag
All Implemented Interfaces:
Tag

public class PrefTag
extends TagSupport


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
PrefTag()
           
 
Method Summary
 void doTag(XMLOutput output)
           
 void setDefault(Object def)
           
 void setKey(String key)
           
 void setType(String type)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

PrefTag

public PrefTag()
Method Detail

setKey

public void setKey(String key)

setType

public void setType(String type)

setDefault

public void setDefault(Object def)

doTag

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


Copyright © 2003 The Xwing Project. All Rights Reserved.