Converted to docbook5
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
<chapter id="taglib">
|
||||
<title>Tag Libraries</title>
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="taglib">
|
||||
<info><title>Tag Libraries</title></info>
|
||||
|
||||
<sect1 id="taglib-overview">
|
||||
<title>Overview</title>
|
||||
|
||||
<section xml:id="taglib-overview"><info><title>Overview</title></info>
|
||||
|
||||
|
||||
<para>Spring Security comes bundled with several JSP tag libraries
|
||||
that eases JSP writing. The tag libraries provide a range of different
|
||||
services.</para>
|
||||
</sect1>
|
||||
</section>
|
||||
|
||||
<sect1 id="taglib-config">
|
||||
<title>Configuration</title>
|
||||
<section xml:id="taglib-config"><info><title>Configuration</title></info>
|
||||
|
||||
|
||||
<para>All taglib classes are included in the core
|
||||
<literal>spring-security-xx.jar</literal> file, with the
|
||||
@@ -28,10 +29,10 @@
|
||||
<taglib-uri>http://www.springframework.org/security/tags</taglib-uri>
|
||||
<taglib-location>/WEB-INF/security.tld</taglib-location>
|
||||
</taglib> </programlisting></para>
|
||||
</sect1>
|
||||
</section>
|
||||
|
||||
<sect1 id="taglib-usage">
|
||||
<title>Usage</title>
|
||||
<section xml:id="taglib-usage"><info><title>Usage</title></info>
|
||||
|
||||
|
||||
<para>Now that you've configured the tag libraries, refer to the
|
||||
individual reference guide sections for details on how to use them.
|
||||
@@ -40,5 +41,5 @@
|
||||
<%@ taglib prefix='security' uri='http://www.springframework.org/security/tags' %>
|
||||
|
||||
</programlisting></para>
|
||||
</sect1>
|
||||
</section>
|
||||
</chapter>
|
||||
Reference in New Issue
Block a user