com.cc.framework.taglib.util
Class JspTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.cc.framework.taglib.util.JspTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

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

Possible values for the JSP tag are:

Since:
1.0
Version:
$Revision: 1.13 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private  JspDirective directive
          jsp directive
private static long serialVersionUID
          Serial Version UID
 
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
JspTag()
          Constructor for JspTag
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setDirective(java.lang.String directive)
          Sets the JSP directive
 void setPageContext(javax.servlet.jsp.PageContext arg0)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

directive

private JspDirective directive
jsp directive

Constructor Detail

JspTag

public JspTag()
Constructor for JspTag

Method Detail

release

public void release()
See Also:
Tag.release()

setPageContext

public void setPageContext(javax.servlet.jsp.PageContext arg0)
See Also:
Tag.setPageContext(PageContext)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doEndTag()

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

setDirective

public void setDirective(java.lang.String directive)
                  throws javax.servlet.jsp.JspException
Sets the JSP directive

Parameters:
directive - The JSP directive to set
Throws:
javax.servlet.jsp.JspException - if the argument can not be converted into an object of type JspDirective


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.