javax.portlet.faces
Interface BridgeWriteBehindResponse


public interface BridgeWriteBehindResponse

Author:
Neil Griffin

Method Summary
 void flushMarkupToWrappedResponse()
           
 byte[] getBytes()
           
 char[] getChars()
           
 boolean hasFacesWriteBehindMarkup()
           
 boolean isBytes()
           
 boolean isChars()
           
 

Method Detail

flushMarkupToWrappedResponse

void flushMarkupToWrappedResponse()
                                  throws IOException
Throws:
IOException

hasFacesWriteBehindMarkup

boolean hasFacesWriteBehindMarkup()

getBytes

byte[] getBytes()

getChars

char[] getChars()

isBytes

boolean isBytes()

isChars

boolean isChars()


Copyright © 2014 Liferay, Inc.. All Rights Reserved.