⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jsf_core.tld

📁 图书馆管理系统
💻 TLD
📖 第 1 页 / 共 2 页
字号:
    <attribute>      <name>binding</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Value binding expression to a backing bean        property bound to the component instance for        the UIComponent created by this custom action.      </description>    </attribute>    <attribute>      <name>id</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Component identifier of the UIParameter component        to be created.      </description>    </attribute>    <attribute>      <name>name</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Name of the parameter to be created.      </description>    </attribute>    <attribute>      <name>value</name>      <required>true</required>      <rtexprvalue>false</rtexprvalue>      <description>        Value of the parameter to be set.      </description>    </attribute>  </tag>  <tag>    <name>selectItem</name>    <tag-class>com.sun.faces.taglib.jsf_core.SelectItemTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>empty</body-content>    <description>      Add a child UISelectItem component to the UIComponent      associated with the closed parent UIComponent custom      action.    </description>    <attribute>      <name>binding</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Value binding expression to a backing bean        property bound to the component instance for        the UIComponent created by this custom action.      </description>    </attribute>    <attribute>      <name>id</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Component identifier of the UISelectItem        component to be created.      </description>    </attribute>    <attribute>      <name>itemDescription</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Description of this option, for use in        development tools.      </description>    </attribute>    <attribute>      <name>itemDisabled</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Flag indicating whether the option created        by this component is disabled.  Expressions        must evaluate to a boolean.  Default value        is false.      </description>    </attribute>    <attribute>      <name>itemLabel</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Label to be displayed to the user        for this option.      </description>    </attribute>    <attribute>      <name>itemValue</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Value to be returned to the server if this        option is selected by the user.      </description>    </attribute>    <attribute>      <name>value</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Value binding expression pointing at a        SelectItem instance containing the        information for this option.      </description>    </attribute>  </tag>  <tag>    <name>selectItems</name>    <tag-class>com.sun.faces.taglib.jsf_core.SelectItemsTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>empty</body-content>    <description>      Add a child UISelectItems component to the UIComponent      associated with the closed parent UIComponent custom      action.    </description>    <attribute>      <name>binding</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Value binding expression to a backing bean        property bound to the component instance for        the UIComponent created by this custom action.      </description>    </attribute>    <attribute>      <name>id</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Component identifier of the UISelectItems        component to be created.      </description>    </attribute>    <attribute>      <name>value</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Value binding expression pointing at a List        or array of SelectItem instances containing the        information for these options.      </description>    </attribute>  </tag>  <tag>    <name>subview</name>    <tag-class>com.sun.faces.taglib.jsf_core.SubviewTag</tag-class>    <body-content>JSP</body-content>    <description>      Container action for all JavaServer Faces core and      custom component actions used on a nested page via      "jsp:include" or any custom action that dynamically      includes another page from the same web application,      such as JSTL's "c:import".    </description>    <attribute>      <name>binding</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Value binding expression to a backing bean        property bound to the component instance for        the UIComponent created by this custom action.      </description>    </attribute>    <attribute>      <name>id</name>      <required>true</required>      <rtexprvalue>false</rtexprvalue>      <description>        Component identifier of the UINamingContainer        component to be created.      </description>    </attribute>    <attribute>      <name>rendered</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Flag indicating whether this component (and its        children) should be rendered.  Expressions must        evaluate to a boolean.      </description>    </attribute>  </tag>  <tag>    <name>validateDoubleRange</name>    <tag-class>com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag</tag-class>      <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      Register a DoubleRangeValidator instance on the      UIComponent associated with the closest parent      UIComponent custom action.    </description>    <attribute>      <name>maximum</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Maximum value allowed for this component.      </description>    </attribute>    <attribute>      <name>minimum</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Minimum value allowed for this component.      </description>    </attribute>  </tag>  <tag>    <name>validateLength</name>    <tag-class>com.sun.faces.taglib.jsf_core.ValidateLengthTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      Register a LengthValidator instance on the      UIComponent associated with the closest parent      UIComponent custom action.    </description>    <attribute>      <name>maximum</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Maximum length allowed for this component.      </description>    </attribute>    <attribute>      <name>minimum</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Minimum length allowed for this component.      </description>    </attribute>  </tag>  <tag>    <name>validateLongRange</name>    <tag-class>com.sun.faces.taglib.jsf_core.ValidateLongRangeTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      Register a LongRangeValidator instance on the      UIComponent associated with the closest parent      UIComponent custom action.    </description>    <attribute>      <name>maximum</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Maximum value allowed for this component.      </description>    </attribute>    <attribute>      <name>minimum</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Minimum value allowed for this component.      </description>    </attribute>  </tag>  <tag>    <name>validator</name>    <tag-class>javax.faces.webapp.ValidatorTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>empty</body-content>    <description>      Register a named Validator instance on the      UIComponent associated with the closest parent      UIComponent custom action.    </description>    <attribute>      <name>validatorId</name>      <required>true</required>      <rtexprvalue>false</rtexprvalue>      <description>        Validator identifier of the Validator        to be created and registered.      </description>    </attribute>  </tag>  <tag>    <name>valueChangeListener</name>    <tag-class>com.sun.faces.taglib.jsf_core.ValueChangeListenerTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>empty</body-content>    <description>      Register an ValueChangeListener instance on the UIComponent associated      with the closest parent UIComponent custom action.    </description>    <attribute>      <name>type</name>      <required>true</required>      <rtexprvalue>false</rtexprvalue>      <description>        Fully qualified Java class name of a        ValueChangeListener to be created and registered.      </description>    </attribute>  </tag>  <tag>    <name>verbatim</name>    <tag-class>com.sun.faces.taglib.jsf_core.VerbatimTag</tag-class>    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      Create and register a child UIOutput component      associated with the closest parent UIComponent      custom action, which renders nested body content.    </description>    <attribute>      <name>escape</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Flag indicating that generated markup must        be escaped in a manner that is appropriate        for the markup language to be rendered.        Expressions must evaluate to a boolean.        Default value is false.      </description>    </attribute>  </tag>  <tag>    <name>view</name>    <tag-class>com.sun.faces.taglib.jsf_core.ViewTag</tag-class>      <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>    <body-content>JSP</body-content>    <description>      Container for all JavaServer Faces core and custom      component actions used on a page.    </description>    <attribute>      <name>locale</name>      <required>false</required>      <rtexprvalue>false</rtexprvalue>      <description>        Locale to use for localizing this page.  Expressions        must evaluate to a java.util.Locale or to a String        that is converted to a Locale.      </description>    </attribute>  </tag></taglib>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -