站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Uses of Class org.jboss.seam.security.EntityAction (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Uses of Class
org.jboss.seam.security.EntityAction

Packages that use EntityAction
org.jboss.seam.security   
 

Uses of EntityAction in org.jboss.seam.security
 

Methods in org.jboss.seam.security that return EntityAction
static EntityAction EntityAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityAction[] EntityAction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.seam.security with parameters of type EntityAction
 void Identity.checkEntityPermission(Object entity, EntityAction action)