org.apache.myfaces.renderkit.html.util

Interface DummyFormResponseWriter

Known Implementing Classes:
DummyFormResponseWriterWrapper, HtmlBufferResponseWriterWrapper, HtmlResponseWriterImpl

public interface DummyFormResponseWriter

Myfaces extension for ResponseWriters that support the automatical rendering of a dummy form when endDocument is called.
Version:
$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
Author:
Manfred Geiler (latest modification by $Author: matze $)

Method Summary

void
addDummyFormParameter(String paramName)
Adds a parameter that will be rendered as a hidden input within the dummy form.
String
getDummyFormName()
void
setWriteDummyForm(boolean writeDummyForm)
Switch on/off the writing of a dummy form in endDocument.

Method Details

addDummyFormParameter

public void addDummyFormParameter(String paramName)
Adds a parameter that will be rendered as a hidden input within the dummy form.

getDummyFormName

public String getDummyFormName()
Returns:
name of the dummy form, that will be rendered

setWriteDummyForm

public void setWriteDummyForm(boolean writeDummyForm)
Switch on/off the writing of a dummy form in endDocument.
Parameters:
writeDummyForm -