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

Uses of Class org.jboss.seam.annotations.Around (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档


Uses of Class
org.jboss.seam.annotations.Around

Packages that use Around
org.jboss.seam.interceptors   
 

Uses of Around in org.jboss.seam.interceptors
 

Classes in org.jboss.seam.interceptors with annotations of type Around
 class BusinessProcessInterceptor
          Interceptor which handles interpretation of jBPM-related annotations.
 class ConversationInterceptor
          After the end of the invocation, begin or end a long running conversation, if necessary.
 class RemoveInterceptor
          Removes components from the Seam context after invocation of an EJB @Remove method.
 class RollbackInterceptor
          Automatically sets transactions to rollback only.
 class TransactionInterceptor