xdoclet.modules.ejb.dd
Class SecurityTagsHandler
java.lang.Object
xdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
public class SecurityTagsHandler
- Ara Abrahamian (ara_e@email.com)
protected String | currentSecurityRoleName - The current security role name, set by forAllSecurityRoles and returned by securityRoleName.
|
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.
|
beanType , choosePackage , concreteFullClassName , ejbExternalRefName , ejbName , ejbRefName , ejbRefName , extendsFromFor , forAllBeans , getDependentClassFor , getDependentClassTagName , getEjb , getEjbIdFor , getEjbNameFor , getEjbSpec , getShortEjbNameFor , hasTransaction , id , ifIsAConcreteEJBean , ifLocalEjb , ifNotLocalEjb , ifNotRemoteEjb , ifNotServiceEndpointEjb , ifRemoteEjb , ifServiceEndpointEjb , isAConcreteEJBean , isEjb , isLocalEjb , isOnlyLocalEjb , isOnlyRemoteEjb , isOnlyServiceEndpointEjb , isRemoteEjb , isServiceEndpointEjb , prefixWithEjbSlash , shortEjbName , shouldTraverseSuperclassForDependentClass , symbolicClassName |
delimit , expandClassName , generate , getCurrentClass , getCurrentClassTag , getCurrentConstructor , getCurrentField , getCurrentFieldTag , getCurrentMethod , getCurrentMethodTag , getCurrentPackage , getDocletContext , getEngine , getExpandedDelimitedTagValue , getTagValue , getTagValue , getTagValue , hasHavingClassTag , hasTag , isTagValueEqual , mandatoryParamNotFound , mandatoryTemplateTagParamNotFound , modifiers , popCurrentClass , pushCurrentClass , setCurrentClass , setCurrentClassTag , setCurrentConstructor , setCurrentField , setCurrentFieldTag , setCurrentMethod , setCurrentMethodTag , setCurrentPackage |
currentSecurityRoleName
protected String currentSecurityRoleName
The current security role name, set by forAllSecurityRoles and returned by securityRoleName. It somehow is like
the current index for the forAllSecurityRoles loop.
forAllSecurityRoles
public void forAllSecurityRoles(String template)
throws xdoclet.XDocletException
Evaluates the body block for each ejb:permission defined in class level or method level.
template
- The body of the block tag
xdoclet.XDocletException
-
securityRoleName
public String securityRoleName()
throws xdoclet.XDocletException
Returns current security role name set by the containing forAllSecurityRoles.
- Current security role name
xdoclet.XDocletException
-
forAllSecurityRoles(java.lang.String)