Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

info.crossbar.view.taglib
Class JavascriptGenerator  view JavascriptGenerator download JavascriptGenerator.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byinfo.crossbar.view.taglib.JavascriptGenerator
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

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

JavascriptGenerator class for use by Crossbar

Version:
View source, revision history $Revision: 1.3 $ $Date: 2003/06/04 04:55:20 $

DESCRIPTION: This tag outputs Javascript functions for use by pages in a Crossbar web application.


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
JavascriptGenerator()
           
 
Method Summary
 int doStartTag()
          Process the start tag for this instance.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, 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

JavascriptGenerator

public JavascriptGenerator()
Method Detail

doStartTag

public int doStartTag()
Process the start tag for this instance. See the JSP API specification for details.