org.apache.myfaces.renderkit.html.util
Class DummyFormRequestInfo
java.lang.Object
org.apache.myfaces.renderkit.html.util.DummyFormRequestInfo
public class DummyFormRequestInfo
- extends java.lang.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 07:34:47 +0100 (Do, 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 java.lang.String getDummyFormName()
addDummyFormParameter
public void addDummyFormParameter(java.lang.String paramName)
getDummyFormParams
public java.util.Set getDummyFormParams()
Copyright © 2010. All Rights Reserved.