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

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


Uses of Package
org.jboss.seam.annotations

Packages that use org.jboss.seam.annotations
org.jboss.seam   
org.jboss.seam.annotations.datamodel   
org.jboss.seam.core   
org.jboss.seam.debug   
org.jboss.seam.drools   
org.jboss.seam.interceptors   
org.jboss.seam.jms   
org.jboss.seam.remoting.messaging   
 

Classes in org.jboss.seam.annotations used by org.jboss.seam
Role
          Specifies the name and scope role for a seam component role.
Scope
          Specifies the scope (context) of a seam component.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.annotations.datamodel
DataBinderClass
          Meta-annotation that specifies that an annotation is a databinding annotation, ie.
DataSelectorClass
          Meta-annotation that specifies that an annotation is a dataselection annotation, ie.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.core
Create
          Designates a create method that is called after instantiation of a component
Destroy
          Designates a destroy method that is called when a context ends and the component is being disposed
Intercept
          Specifies the interception type of a Seam component.
Mutable
          Specifies that instances of this component are are mutable, and do not handle their own state replication.
Name
          Specifies the component name of a seam component.
Scope
          Specifies the scope (context) of a seam component.
Startup
          Specifies that an instance of this component is created at system initialization time for an application scoped component, or when a session is started for a session scoped component.
Transactional
          Specifies that the default behavior for an EJB session bean,
Unwrap
          Specifies that the object returned by the annotated getter method is to be injected instead of the component itself.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.debug
Name
          Specifies the component name of a seam component.
Scope
          Specifies the scope (context) of a seam component.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.drools
Create
          Designates a create method that is called after instantiation of a component
Destroy
          Designates a destroy method that is called when a context ends and the component is being disposed
Intercept
          Specifies the interception type of a Seam component.
Mutable
          Specifies that instances of this component are are mutable, and do not handle their own state replication.
Scope
          Specifies the scope (context) of a seam component.
Unwrap
          Specifies that the object returned by the annotated getter method is to be injected instead of the component itself.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.interceptors
Around
          Specifies that an interceptor is called "around" another interceptor or interceptors.
Within
          Specifies that an interceptor is called "within" another interceptor or interceptors.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.jms
Create
          Designates a create method that is called after instantiation of a component
Destroy
          Designates a destroy method that is called when a context ends and the component is being disposed
Intercept
          Specifies the interception type of a Seam component.
Name
          Specifies the component name of a seam component.
Scope
          Specifies the scope (context) of a seam component.
Unwrap
          Specifies that the object returned by the annotated getter method is to be injected instead of the component itself.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.remoting.messaging
Intercept
          Specifies the interception type of a Seam component.
Name
          Specifies the component name of a seam component.
Scope
          Specifies the scope (context) of a seam component.