
javax.faces.component.UICommand.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of myfaces-api Show documentation
Show all versions of myfaces-api Show documentation
The public API classes of the Apache MyFaces CORE JSF-2.2 project
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE component PUBLIC "-//MyFaces//DTD MyFaces component def 1.0//EN" "http://myfaces.apache.org/dtd/Component.dtd"> <component generateStateMethods="true"> <component-class>javax.faces.component.UICommand</component-class> <base-class>javax.faces.component.UIComponentBase</base-class> <component-type>javax.faces.Command</component-type> <component-family>javax.faces.Command</component-family> <renderer-type>javax.faces.Button</renderer-type> <field generateProperty="false"> <name>action</name> <type>javax.faces.el.MethodBinding</type> </field> <field generateProperty="false"> <name>actionListener</name> <type>javax.faces.el.MethodBinding</type> </field> <field> <name>immediate</name> <type>boolean</type> <default-value>false</default-value> </field> <field> <name>value</name> <type>java.lang.Object</type> </field> </component>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy