diff --git a/docs/manual/src/docbook/taglibs.xml b/docs/manual/src/docbook/taglibs.xml new file mode 100644 index 0000000000..1e6e48720e --- /dev/null +++ b/docs/manual/src/docbook/taglibs.xml @@ -0,0 +1,36 @@ + + + JSP Tag Libraries + + + Spring Security has its own taglib which provides basic support for accessing security information + and applying security constraints in JSPs. + + +
+ Declaring the Taglib + To use any of the tags, you must have the security taglib declared in your JSP: + + + ]]> + + + +
+ +
+ The <literal>authorize</literal> Tag + + This tag is used to determine whether its contents should be evaluated or not. In Spring Security + 3.0, it can be used in two ways The legacy options from Spring Security 2.0 are also supported, + but discouraged.. The first approach uses a web-security expression, + specified in the access attribute of the tag. + + +
+ + + + +
\ No newline at end of file