org.codehaus.groovy.grails.web.util
Interface GrailsWrappedWriter

All Known Implementing Classes:
CodecPrintWriter, FastStringPrintWriter, FastStringWriter, GrailsPrintWriter, GrailsPrintWriterAdapter, GrailsRoutablePrintWriter, GroovyPageTagWriter, GSPResponseWriter

public interface GrailsWrappedWriter


Method Summary
 boolean isAllowUnwrappingOut()
           
 void markUsed()
           
 java.io.Writer unwrap()
           
 

Method Detail

isAllowUnwrappingOut

boolean isAllowUnwrappingOut()

unwrap

java.io.Writer unwrap()

markUsed

void markUsed()