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

Struts example source code file (sitemesh-decorator.tld)

This example Struts source code file (sitemesh-decorator.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 - Struts tags/keywords

decorator, doctype, jsp, jsp, library, library, microsystems, microsystems, public, sun, tag, tags, utf-8, utf-8

The Struts sitemesh-decorator.tld source code

<?xml version="1.0" encoding="UTF-8"?>
<!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
    <jspversion>1.1
    <shortname>SiteMesh Decorator Tags
    <uri>sitemesh-decorator

    <tag>
        <name>head
        <tagclass>com.opensymphony.module.sitemesh.taglib.decorator.HeadTag
        <bodycontent>JSP
    </tag>

    <tag>
        <name>body
        <tagclass>com.opensymphony.module.sitemesh.taglib.decorator.BodyTag
        <bodycontent>JSP
    </tag>

    <tag>
        <name>title
        <tagclass>com.opensymphony.module.sitemesh.taglib.decorator.TitleTag
        <bodycontent>JSP
        <attribute>
            <name>default
            <required>false
            <rtexprvalue>true
        </attribute>
    </tag>

    <tag>
        <name>getProperty
        <tagclass>com.opensymphony.module.sitemesh.taglib.decorator.PropertyTag
        <bodycontent>JSP
        <attribute>
            <name>property
            <required>true
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>default
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>writeEntireProperty
            <required>false
            <rtexprvalue>true
        </attribute>
    </tag>

    <tag>
        <name>usePage
        <tagclass>com.opensymphony.module.sitemesh.taglib.decorator.UsePageTag
        <teiclass>com.opensymphony.module.sitemesh.taglib.decorator.UsePageTEI
        <bodycontent>JSP
        <attribute>
            <name>id
            <required>true
            <rtexprvalue>false
        </attribute>
    </tag>

    <tag>
        <name>useHtmlPage
        <tagclass>com.opensymphony.module.sitemesh.taglib.decorator.UsePageTag
        <teiclass>com.opensymphony.module.sitemesh.taglib.decorator.UseHTMLPageTEI
        <bodycontent>JSP
        <attribute>
            <name>id
            <required>true
            <rtexprvalue>false
        </attribute>
    </tag>

</taglib>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts sitemesh-decorator.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.