org.apache.myfaces.renderkit.html.util
Interface DummyFormResponseWriter
- DummyFormResponseWriterWrapper, HtmlBufferResponseWriterWrapper, HtmlResponseWriterImpl
public interface DummyFormResponseWriter
Myfaces extension for ResponseWriters that support the automatical rendering
of a dummy form when endDocument is called.
$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $- Manfred Geiler (latest modification by $Author: matze $)
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()
- 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.