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

Uses of Class org.jboss.seam.InterceptionType (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


Uses of Class
org.jboss.seam.InterceptionType

Packages that use InterceptionType
org.jboss.seam   
 

Uses of InterceptionType in org.jboss.seam
 

Methods in org.jboss.seam that return InterceptionType
 InterceptionType Component.getInterceptionType()
           
static InterceptionType Seam.getInterceptionType(Class<?> clazz)
           
static InterceptionType InterceptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InterceptionType[] InterceptionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.