freemarker.testcase.servlets

Class TestTag

Implemented Interfaces:
TryCatchFinally

public class TestTag
extends BodyTagSupport
implements TryCatchFinally

Version:
$Id: TestTag.java,v 1.6 2003/01/12 23:40:26 revusky Exp $
Author:
Attila Szegedi

Method Summary

int
doAfterBody()
void
doCatch(Throwable t)
int
doEndTag()
void
doFinally()
int
doStartTag()
void
setRepeatCount(int repeatCount)
void
setThrowException(boolean throwException)

Method Details

doAfterBody

public int doAfterBody()
            throws JspException

doCatch

public void doCatch(Throwable t)
            throws Throwable

doEndTag

public int doEndTag()
            throws JspException

doFinally

public void doFinally()

doStartTag

public int doStartTag()
            throws JspException

setRepeatCount

public void setRepeatCount(int repeatCount)

setThrowException

public void setThrowException(boolean throwException)