org.apache.myfaces.renderkit.html.util
public interface DummyFormResponseWriter
Version: $Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
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. |
Returns: name of the dummy form, that will be rendered
Parameters: writeDummyForm