org.apache.myfaces.renderkit.html.util
Class DummyFormRequestInfo

java.lang.Object
  extended by 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 $)

Constructor Summary
DummyFormRequestInfo()
           
 
Method Summary
 void addDummyFormParameter(String paramName)
           
 String getDummyFormName()
           
 Set getDummyFormParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyFormRequestInfo

public DummyFormRequestInfo()
Method Detail

getDummyFormName

public String getDummyFormName()

addDummyFormParameter

public void addDummyFormParameter(String paramName)

getDummyFormParams

public Set getDummyFormParams()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.