org.apache.wicket.markup.html.internal
Class ResponseBufferZone

java.lang.Object
  extended by org.apache.wicket.markup.html.internal.ResponseBufferZone

public abstract class ResponseBufferZone
extends Object

Utility class that buffers output and maintains markup stream index

Author:
igor.vaynberg

Constructor Summary
ResponseBufferZone(RequestCycle cycle, MarkupStream stream)
           
 
Method Summary
 CharSequence execute()
           
protected abstract  void executeInsideBufferedZone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseBufferZone

public ResponseBufferZone(RequestCycle cycle,
                          MarkupStream stream)
Method Detail

execute

public CharSequence execute()

executeInsideBufferedZone

protected abstract void executeInsideBufferedZone()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.