net.sourceforge.formview.taglib
Class DebugFormViewTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by net.sourceforge.formview.taglib.DebugFormViewTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

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

Description : debug form view tag. Display html div with information about state and field (isDate, required...).

Author:
Angelo ZERR
See Also:
Serialized Form

Field Summary
 
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
DebugFormViewTag()
          DebugViewTag : constructor
 
Method Summary
 int doEndTag()
          doStartTag
 java.lang.String getDebugEnabled()
           
 void release()
           
 void setDebugEnabled(java.lang.String debugEnabled)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, 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
 

Constructor Detail

DebugFormViewTag

public DebugFormViewTag()
DebugViewTag : constructor

Method Detail

getDebugEnabled

public java.lang.String getDebugEnabled()

setDebugEnabled

public void setDebugEnabled(java.lang.String debugEnabled)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
doStartTag

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
int
Throws:
javax.servlet.jsp.JspException

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport


Copyright 2006 null. All Rights Reserved.