net.sourceforge.jsptabcontrol.taglib
Class JavascriptStateConfigTag

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

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

Taglib which generate Javascript for States which is configurate into jsptabcontol-config.xml. To use it you must include jsptabcontrol-states.js in your JSP.

Version:
1.0.0
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
JavascriptStateConfigTag()
           
 
Method Summary
 int doEndTag()
          doStartTag
 void release()
           
 
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

JavascriptStateConfigTag

public JavascriptStateConfigTag()
Method Detail

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 2007 null. All Rights Reserved.