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

📄 navigation.tld

📁 这是linux下ssl vpn的实现程序
💻 TLD
字号:
<?xml version="1.0" encoding="ISO-8859-1" ?>

<!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.0</tlibversion>
  <jspversion>1.1</jspversion>
  <shortname>Enteprise Explorer Navigation Tag Library</shortname>

  <uri>/sslexplorer/taglibs/navigation</uri>

  <info>
    This tag library contains navigation tags for the 3SP Enterprise Explorer project.
  </info>


  <tag>
    <name>menu</name>
    <tagclass>com.sslexplorer.navigation.tags.MenuTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>
      Set the currently active menu option
    </info>

    <attribute>
      <name>name</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>

  </tag>
  <tag>
    <name>menuAvailable</name>
    <tagclass>com.sslexplorer.navigation.tags.MenuAvailableTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>
	      Includes content if the menu is currently available
    </info>
  </tag>
  
  <tag>
    <name>inManagementConsole</name>
    <tagclass>com.sslexplorer.navigation.tags.InManagementConsoleTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>
	      Includes content if currently in the management console
    </info>
  </tag>
  
  <tag>
    <name>inUserConsole</name>
    <tagclass>com.sslexplorer.navigation.tags.InUserConsoleTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>
	      Includes content if currently in the user console
    </info>
  </tag>
  
  <tag>
    <name>inWizard</name>
    <tagclass>com.sslexplorer.navigation.tags.InWizardTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>
	      Includes content if currently in a wizard
    </info>

    <attribute>
      <name>value</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>

    <attribute>
      <name>finish</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>
  
  <tag>
    <name>menuNotAvailable</name>
    <tagclass>com.sslexplorer.navigation.tags.MenuNotAvailableTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <info>
	      Includes content if the menu is currently not available
    </info>
  </tag>
</taglib>

⌨️ 快捷键说明

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