All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.myfaces.component.html.ext.HtmlCommandLink.xml Maven / Gradle / Ivy

Go to download

JSF components and utilities that can be used with any JSF implementation. This library is based on the JSF1.1 version of Tomahawk, but with minor source code and build changes to take advantage of JSF1.2 features. A JSF1.2 implementation is required to use this version of the Tomahawk library.

There is a newer version: 1.1.14
Show newest version
<?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" generateUserRoleMethods="true" >
    <component-class>org.apache.myfaces.component.html.ext.HtmlCommandLink</component-class>
    <base-class>javax.faces.component.html.HtmlCommandLink</base-class>
    <component-type>org.apache.myfaces.HtmlCommandLink</component-type>
    <renderer-type>org.apache.myfaces.Link</renderer-type>
    <field>
        <name>target</name>
        <type>java.lang.String</type>
    </field>
    <field>
        <name>enabledOnUserRole</name>
        <type>java.lang.String</type>
    </field>
    <field>
        <name>visibleOnUserRole</name>
        <type>java.lang.String</type>
    </field>
</component>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy