flow4j.tld

来自「一个java写的business process management系统」· TLD 代码 · 共 54 行

TLD
54
字号
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib
  PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
  "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<taglib>
  <tlibversion>1.1</tlibversion>
  <jspversion>1.2</jspversion>
  <shortname>flow4j</shortname>
  <uri>flow4j</uri>
  <info>
        A tag library for the Flow4J project.
  </info>


  <tag>
    <name>link</name>
    <tagclass>net.orthanc.flow4j.runtime.web.taglib.LinkTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>URL to a flow.</info>
     <attribute>
       <name>flowstart</name>
       <required>true</required>
       <rtexprvalue>true</rtexprvalue>
     </attribute>
     <attribute>
       <name>servletpath</name>
       <required>false</required>
       <rtexprvalue>true</rtexprvalue>
     </attribute>
     <attribute>
       <name>ignorelevels</name>
       <required>false</required>
       <rtexprvalue>true</rtexprvalue>
     </attribute>
  </tag>

  <tag>
    <name>param</name>
    <tagclass>net.orthanc.flow4j.runtime.web.taglib.ParamTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>A parameter.</info>
    <attribute>
      <name>name</name>
      <required>true</required>
      <rtexprvalue>false</rtexprvalue>
    </attribute>
    <attribute>
      <name>value</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
    </attribute>
  </tag>

</taglib>

⌨️ 快捷键说明

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