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

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

This example Struts source code file (sitemesh-page.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

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

The Struts sitemesh-page.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 Page Tags
    <uri>sitemesh-page

    <tag>
        <name>applyDecorator
        <tagclass>com.opensymphony.module.sitemesh.taglib.page.ApplyDecoratorTag
        <bodycontent>JSP
        <attribute>
            <name>name
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>page
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>title
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>id
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>contentType
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>encoding
            <required>false
            <rtexprvalue>true
        </attribute>
    </tag>

    <!-- Deprecated tag: use applyDecorator instead -->
    <tag>
        <name>apply-decorator
        <tagclass>com.opensymphony.module.sitemesh.taglib.page.ApplyDecoratorTag
        <bodycontent>JSP
        <attribute>
            <name>name
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>page
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>title
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>id
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>contentType
            <required>false
            <rtexprvalue>true
        </attribute>
        <attribute>
            <name>encoding
            <required>false
            <rtexprvalue>true
        </attribute>
    </tag>

    <tag>
        <name>param
        <tagclass>com.opensymphony.module.sitemesh.taglib.page.ParamTag
        <bodycontent>JSP
        <attribute>
            <name>name
            <required>false
            <rtexprvalue>true
        </attribute>
    </tag>

</taglib>

Other Struts examples (source code examples)

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