xdoclet.modules.ejb.dd
public class SecurityTagsHandler extends EjbTagsHandler
Version: $Revision: 1.7 $
UNKNOWN: Oct 15, 2001 namespace = "EjbSec"
Field Summary | |
---|---|
protected String | currentSecurityRoleName
The current security role name, set by forAllSecurityRoles and returned by securityRoleName. |
Method Summary | |
---|---|
void | forAllSecurityRoles(String template)
Evaluates the body block for each ejb:permission defined in class level or method level.
|
String | securityRoleName()
Returns current security role name set by the containing forAllSecurityRoles.
|
See Also: SecurityTagsHandler securityRoleName
Parameters: template The body of the block tag
Throws: XDocletException
See Also: SecurityTagsHandler securityRoleName
UNKNOWN: type = "block"
Returns: Current security role name
Throws: XDocletException
See Also: SecurityTagsHandler
UNKNOWN: type = "content"