File: dev_bean.xml

package info (click to toggle)
libstruts1.2-java 1.2.9-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 47,508 kB
  • ctags: 29,430
  • sloc: xml: 90,344; java: 71,078; jsp: 31,692; makefile: 10; sh: 2
file content (60 lines) | stat: -rw-r--r-- 1,826 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="ISO-8859-1"?>
<document url="dev_bean.html">

<!--
// ======================================================================== 78
-->

<properties>
  <author>Craig R. McClanahan</author>
  <title>The Struts User's Guide - Bean Taglib Guide</title>
</properties>

<body> 
<section name="Bean Taglib Guide"/> 

<section href="bean" name="The Bean Taglib">

    <p>
    <strong>Note:</strong> - Some of the features in this taglib are also 
    available in the 
    <a href="http://java.sun.com/products/jsp/jstl/">JavaServer Pages 
    Standard Tag Library (JSTL)</a>.
    The Struts team encourages the use of the standard tags over the Struts 
    specific tags when possible.
    </p>

    <p>
    The "struts-bean" tag library contains JSP custom tags useful in defining 
    new beans (in any desired scope) from a variety of possible sources, 
    as well as a tag to render a particular bean (or bean property) to the 
    output response. 
    </p>

    <p>
    This tag library contains tags useful in accessing beans and their 
    properties, as well as defining new beans (based on these accesses) that 
    are accessible to the remainder of the page via scripting variables and 
    page scope attributes. 
    Convenient mechanisms to create new beans based on the value of request 
    cookies, headers, and parameters are also provided.
    </p>

</section>

<section href="resources" name="Bean Taglib Resources">

    <ul>
        <li>
        <a href="../api/org/apache/struts/taglib/bean/package-summary.html#package_description">
        Bean Taglib Package Description</a>
        </li>
        <li><a href="struts-bean.html">Bean Taglib API Reference</a>
        </li>
    </ul>

</section>


</body>
</document>