org.apache.myfaces.renderkit.html.util
Class DummyFormUtils
java.lang.Object
org.apache.myfaces.renderkit.html.util.DummyFormUtils
public class DummyFormUtils
extends java.lang.Object
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $- Manfred Geiler (latest modification by $Author: grantsmith $)
DUMMY_FORM_NAME
public static final String DUMMY_FORM_NAME
getDummyFormResponseWriter
public static DummyFormResponseWriter getDummyFormResponseWriter(FacesContext facesContext)
Returns a DummyFormResponseWriter.
Replaces current ResponseWriter by a DummyFormResponseWriter if necessary.
- a DummyFormResponseWriter instance
writeDummyForm
public static void writeDummyForm(ResponseWriter writer,
Set dummyFormParams)
throws IOException