pnuts.servlet
Class PnutsJspTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--pnuts.servlet.PnutsJspTag

public class PnutsJspTag
extends javax.servlet.jsp.tagext.BodyTagSupport

JSP Tag Library for Pnuts

See Also:
Serialized Form

Field Summary
static java.lang.String CONTEXT_ATTRIBUTE_NAME
           
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
PnutsJspTag()
           
 
Method Summary
 int doEndTag()
          Process the end tag.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_ATTRIBUTE_NAME

public static final java.lang.String CONTEXT_ATTRIBUTE_NAME
Constructor Detail

PnutsJspTag

public PnutsJspTag()
Method Detail

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Description copied from class: javax.servlet.jsp.tagext.BodyTagSupport
Process the end tag. This method will be called on all Tag objects. All instance state associated with this instance must be reset. The release() method should be called after this invocation.
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport