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

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


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

Packages that use Within
org.jboss.seam.interceptors   
 

Uses of Within in org.jboss.seam.interceptors
 

Classes in org.jboss.seam.interceptors with annotations of type Within
 class ConversationInterceptor
          After the end of the invocation, begin or end a long running conversation, if necessary.
 class ValidationInterceptor
          Validate the method receiver using Hibernate validator before invoking the method.