org.apache.myfaces.renderkit.html.util
Class DummyFormRequestInfo
java.lang.Object
   org.apache.myfaces.renderkit.html.util.DummyFormRequestInfo
org.apache.myfaces.renderkit.html.util.DummyFormRequestInfo
- public class DummyFormRequestInfo 
- extends Object
Convenient class to store whether a dummyForm needs to be rendered and its params.
 This class will be stored in the request when a dummyForm is needed to be rendered in the page.
 AddResources will add it from a method called from the ExtensionsFilter.
 
 All this replaces the old system based in a DummyFormResponseWriter
- Version:
- $Revision: 472792 $ $Date: 2006-11-09 01:34:47 -0500 (Thu, 09 Nov 2006) $
- Author:
- Bruno Aranda (latest modification by $Author: grantsmith $)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DummyFormRequestInfo
public DummyFormRequestInfo()
getDummyFormName
public String getDummyFormName()
- 
 
addDummyFormParameter
public void addDummyFormParameter(String paramName)
- 
 
getDummyFormParams
public Set getDummyFormParams()
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.