JSP Tutorial (7) - PluginAction

zhaozj2021-02-16  45

JSP: Plugin Action allows you to insert the user's Object or Embed element to specify the plug-in that the browser is running a Java Applet. Syntax: [ [} "/>] ] [< JSP: Fallback> Text Message for User ] Example: < JSP: param name = "molecule" value = "molecules / benzene.mol" />

Unable to load applet Properties Detailed: Properties Usage Type = "Bean | Applet" plugin The type of object will be executed. You must specify one in the bean or applet because this property has no default. The Class = "ClassFileName" plugin will execute the name of the Java class file. You must include extensions in the name. And this file must be in the directory specified by the "CodeBase" property. CodeBase = "classfileDirectoryName" contains the directory of the plugin to run the Java class or point to this directory. The path to this JSP file is default. Name = "InstanceName" bean or the name of the instance of the applet. Communication between beans or Applets called by the same JSP file is possible. Archive = "URLTOARCHIVE, ..." List with a comma-separated path name. It is the path name where the archive file is preloaded by the class loader preloaded in the directory specified by CodeBase. Typically, these archive files are securely loaded through the network, which can significantly improve the performance of the applet. Note and character reference habits You can use some specific elements to insert comments and some characters that are usually as a special logo.

转载请注明原文地址:https://www.9cbs.com/read-20423.html

New Post(0)