alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (acme-taglib.tld)

This example Jetty source code file (acme-taglib.tld) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

date, date, doctype, iso-8859-1, jsp, jsp, library, library, microsystems, microsystems, public, sun, tag

The Jetty acme-taglib.tld source code

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
        PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
	"http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd">

<taglib>

  <tlib-version>1.0
  <jsp-version>1.2
  <short-name>acme
  <uri>http://www.acme.com/taglib
  <description>taglib example
  <listener>
    <listener-class>com.acme.TagListener
  </listener>

  <tag>
    <name>date
    <tag-class>com.acme.DateTag
    <body-content>TAGDEPENDENT
    <description>Display Date
    <attribute>
       <name>tz
       <required>false
    </attribute>
  </tag>       

</taglib>

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty acme-taglib.tld source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.