railo.runtime.tag
Class Flush

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by 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.


Field Summary
 
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.
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flush

public Flush()
Method Detail

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