railo.runtime.tag
Class Flush
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Flush
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class Flush
- extends TagImpl
Flushes currently available data to the client.
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Flush()
|
Method Summary |
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setInterval(double interval)
set the value interval
Flush the output each time at least the specified number of bytes become available. |
Flush
public Flush()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
setInterval
public void setInterval(double interval)
- set the value interval
Flush the output each time at least the specified number of bytes become available. HTML
headers, and any data that is already available when you make this call, are not included in
the count.
- Parameters:
interval
- value to set
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
- See Also:
Tag.doStartTag()
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- See Also:
Tag.doEndTag()
Copyright © 2012 Railo