com.fc.taglibs.castor
Class CastorJdoTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.fc.taglibs.castor.CastorJdoTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class CastorJdoTag
extends javax.servlet.jsp.tagext.TagSupport

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CastorJdoTag()
           
 
Method Summary
 int doStartTag()
           
 void setId(java.lang.String _id)
          Sets the id by which this JDO instance will be referred to in the page
 void setJndiName(java.lang.String _jndiName)
          Sets the JNDI name of the JDO object so that in can be retrieved
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastorJdoTag

public CastorJdoTag()
Method Detail

setId

public void setId(java.lang.String _id)
Sets the id by which this JDO instance will be referred to in the page
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

setJndiName

public void setJndiName(java.lang.String _jndiName)
Sets the JNDI name of the JDO object so that in can be retrieved

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport


Copyright © 2003-2003 Patrick van Kann. All Rights Reserved.