blob: 42f8e9df888c17f0d8ac5fafbde21e40decf55c3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<palette-item>
<category label="JSP" uri="jsp" iconPrefix="icons/palette/JSP/">
<item tagName="jsp:plugin" label="Plugin" shortDesc="Causes the execution of an applet or bean. The applet or bean executes in the specified plugin. If the plugin is not available, displays a dialog to initiate the download of the plugin software." smallIcon="small/JSP_PLUGIN.gif" largeIcon="large/JSP_PLUGIN.gif"/>
<item tagName="jsp:fallback" label="Fallback" shortDesc="The element provides a message for the user if the plugin does not start" smallIcon="small/JSP_FALLBACK.gif" largeIcon="large/JSP_FALLBACK.gif"/>
<item tagName="jsp:root" label="Root" shortDesc="Defines standard elements and namespace attributes of tag libraries." smallIcon="small/JSP_ROOT.gif" largeIcon="large/JSP_ROOT.gif"/>
<item tagName="jsp:text" label="Text" shortDesc="Encloses template data." smallIcon="small/JSP_TEXT.gif" largeIcon="large/JSP_TEXT.gif"/>
<item tagName="jsp:expression" label="Expression" shortDesc="Contains an expression valid in the scripting language used in the page." smallIcon="small/JSP_EXPRESSION.gif" largeIcon="large/JSP_EXPRESSION.gif"/>
<item tagName="jsp:scriptlet" label="Scriptlet" shortDesc="Contains a code fragment valid in the scripting language used in the page." smallIcon="small/JSP_SCRIPTLET.gif" largeIcon="large/JSP_SCRIPTLET.gif"/>
<item tagName="jsp:declaration" label="Declaration" shortDesc="Declares a variable or method valid in the scripting language used in the page." smallIcon="small/JSP_DECLARATION.gif" largeIcon="large/JSP_DECLARATION.gif"/>
<item tagName="jsp:forward" label="Forward" shortDesc="Forwards a request to an HTML file, JSP page, or servlet." smallIcon="small/JSP_FORWARD.gif" largeIcon="large/JSP_FORWARD.gif"/>
<item tagName="jsp:param" label="Param" shortDesc="The element passes the name and value of a parameter to the resource." smallIcon="small/JSP_PARAM.gif" largeIcon="large/JSP_PARAM.gif"/>
<item tagName="jsp:params" label="Params" shortDesc="The element sends parameter names and values to an applet or Bean at startup." smallIcon="small/JSP_PARAMS.gif" largeIcon="large/JSP_PARAMS.gif"/>
<item tagName="jsp:include" label="Include" shortDesc="Includes a static resource or the result from another web component." smallIcon="small/JSP_INCLUDE.gif" largeIcon="large/JSP_INCLUDE.gif"/>
<item tagName="jsp:useBean" label="UseBean" shortDesc="Instantiates or references a bean with a specific name and scope." smallIcon="small/JSP_USEBEAN.gif" largeIcon="large/JSP_USEBEAN.gif"/>
<item tagName="jsp:getProperty" label="GetProperty" shortDesc="Inserts the value of a bean property into the response." smallIcon="small/JSP_GETPROPERTY.gif" largeIcon="large/JSP_GETPROPERTY.gif"/>
<item tagName="jsp:setProperty" label="SetProperty" shortDesc="Sets a bean property value or values." smallIcon="small/JSP_SETPROPERTY.gif" largeIcon="large/JSP_SETPROPERTY.gif"/>
<item tagName="jsp:directive.include" label="Directive.Include" shortDesc="Includes a resource of text or code when the JSP page is translated." smallIcon="small/JSP_DIRECTIVE.INCLUDE.gif" largeIcon="large/JSP_DIRECTIVE.INCLUDE.gif"/>
<item tagName="jsp:directive.page" label="Directive.Page" shortDesc="Defines attributes that apply to an entire JSP page." smallIcon="small/JSP_DIRECTIVE.PAGE.gif" largeIcon="large/JSP_DIRECTIVE.PAGE.gif"/>
<item tagName="jsp:directive.taglib" label="Directive.Taglib" shortDesc="Defines a tag library and prefix for the custom tags used in the JSP page." smallIcon="small/JSP_DIRECTIVE.TAGLIB.gif" largeIcon="large/JSP_DIRECTIVE.TAGLIB.gif"/>
</category>
</palette-item>