Uses of Class
org.springframework.security.taglibs.authz.LegacyAuthorizeTag

Packages that use LegacyAuthorizeTag
org.springframework.security.taglibs.authz Java implementation of security taglib. 
 

Uses of LegacyAuthorizeTag in org.springframework.security.taglibs.authz
 

Subclasses of LegacyAuthorizeTag in org.springframework.security.taglibs.authz
 class AuthorizeTag
          Access control tag which evaluates its body based either on an access expression (the "access" attribute), or by evaluating the current user's right to access a particular URL (set using the "url" attribute).
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.