org.sitemesh.tagprocessor
Interface CharSequenceBuffer

All Superinterfaces:
Appendable, CharSequence, Iterable<CharSequence>
All Known Implementing Classes:
CharSequenceList

public interface CharSequenceBuffer
extends Appendable, CharSequence, Iterable<CharSequence>

Author:
Joe Walnes

Method Summary
 void writeTo(Appendable out)
           
 
Methods inherited from interface java.lang.Appendable
append, append, append
 
Methods inherited from interface java.lang.CharSequence
charAt, length, subSequence, toString
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

writeTo

void writeTo(Appendable out)
             throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.