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

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

This example Jetty source code file (acme-taglib2.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, jsp2, jsp2, month, month, utf-8, utf-8, year

The Jetty acme-taglib2.tld source code

<?xml version="1.0" encoding="UTF-8" ?>

<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd"
    version="2.0">
    <description>Acme JSP2 tags
    <tlib-version>1.0
    <short-name>acme2
    <uri>http://www.acme.com/taglib2
    <tag>
        <description>Simple Date formatting
        <name>date2
        <tag-class>com.acme.Date2Tag
        <body-content>scriptless
        <variable>
            <description>Day of the Month
            <name-given>day
        </variable>
        <variable>
            <description>Month of the Year
            <name-given>month
        </variable>
        <variable>
            <description>Year
            <name-given>year
        </variable>
        <attribute>
            <name>format
            <required>true           
            <rtexprvalue>true
        </attribute>
    </tag>
</taglib>

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty acme-taglib2.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.