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

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


Uses of Package
org.jboss.seam.annotations

Packages that use org.jboss.seam.annotations
org.jboss.seam   
org.jboss.seam.annotations   
org.jboss.seam.annotations.datamodel   
org.jboss.seam.core   
org.jboss.seam.debug   
org.jboss.seam.drools   
org.jboss.seam.framework   
org.jboss.seam.interceptors   
org.jboss.seam.jms   
org.jboss.seam.persistence   
org.jboss.seam.remoting   
org.jboss.seam.remoting.messaging   
org.jboss.seam.security   
org.jboss.seam.security.authenticator   
org.jboss.seam.theme   
 

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
FlushModeType
           
 

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
FlushModeType
           
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.
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.
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.framework
HttpError
          Specifies that an exception results in a HTTP error.
Name
          Specifies the component name of a seam component.
Scope
          Specifies the scope (context) of a seam 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.interceptors
Interceptor
          Annotates an interceptor class and specifies what kind of interceptor it is (client side or server side), and its ordering with respect to other interceptors in the stack.
 

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.persistence
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.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.remoting
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.
 

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.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.security
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.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.security.authenticator
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.theme
Create
          Designates a create method that is called after instantiation of a component
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.