org.apache.myfaces.shared_orchestra.renderkit.html.util
Class FormInfo
java.lang.Object
org.apache.myfaces.shared_orchestra.renderkit.html.util.FormInfo
public class FormInfo
- extends Object
Simple read-only wrapper JavaBean which encapsulates the UIComponent
that represents
the form and the name of the Formular.
Constructor Summary |
FormInfo(javax.faces.component.UIComponent form,
String formName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormInfo
public FormInfo(javax.faces.component.UIComponent form,
String formName)
- Parameters:
form
- UIComponent
that represents the used formformName
- the name of the form.
getForm
public javax.faces.component.UIComponent getForm()
getFormName
public String getFormName()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.