Seam Core JSF2 2.3.1.Final-redhat-1

Uses of Package
org.jboss.seam.annotations

Packages that use org.jboss.seam.annotations
org.jboss.seam The Seam component meta-model. 
org.jboss.seam.annotations Annotations for defining Seam components. 
org.jboss.seam.annotations.datamodel A set of annotations that simplifies the job of working with JSF DataModels. 
org.jboss.seam.async Seam asynchronicity: dispatcher implementations and schedule classes. 
org.jboss.seam.cache A set of Seam components that provide caching 
org.jboss.seam.captcha A simple CAPTCHA algorithm that supports customization 
org.jboss.seam.core A set of Seam components that implement Seam. 
org.jboss.seam.document   
org.jboss.seam.drools Seam components for integrating Drools. 
org.jboss.seam.el Integration with JBoss EL. 
org.jboss.seam.exception Implementation of Seam exception handling for JSF. 
org.jboss.seam.faces A set of Seam components for working with JSF. 
org.jboss.seam.framework A framework for data access in Seam. 
org.jboss.seam.international Seam components for internationalition of JSF applications. 
org.jboss.seam.jms Seam components for sending JMS messages. 
org.jboss.seam.mail Seam components for sending email. 
org.jboss.seam.mock An integration test harness for Seam applications and Seam components, with built-in support for TestNG. 
org.jboss.seam.navigation Implementation of pages.xml based navigation 
org.jboss.seam.persistence Seam components for working with JPA or Hibernate3. 
org.jboss.seam.security Seam Security 
org.jboss.seam.security.management Seam Identity Management 
org.jboss.seam.security.management.action   
org.jboss.seam.security.openid   
org.jboss.seam.security.permission Seam Security Permissions 
org.jboss.seam.security.permission.action   
org.jboss.seam.theme Support for themes in JSF applications. 
org.jboss.seam.transaction Abstracts all possible transaction management APIs behind a JTA-compatible interface. 
org.jboss.seam.web Seam components for use in a servlet environment. 
 

Classes in org.jboss.seam.annotations used by org.jboss.seam
In
          Specifies that a seam component should be injected to the annotated field or setter method of a seam component.
Out
          Specifies that a seam component should be outjected from the annotated field or getter method of a session bean.
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
          A full set of flush modes, including MANUAL, which is a glaring missing feature of the JPA spec.
TransactionPropagationType
          Transaction propagation strategies for Seam JavaBean components.
 

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.async
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Destroy
          Alternative to javax.annotations.PreDestroy for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
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.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.cache
AutoCreate
          Specifies that the annotated component should be automatically instantiated whenever it is asked for, even if @In does not specify create=true.
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Destroy
          Alternative to javax.annotations.PreDestroy for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
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.captcha
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
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.core
Factory
          Marks a method as a factory method for a context variable.
FlushModeType
          A full set of flush modes, including MANUAL, which is a glaring missing feature of the JPA spec.
Install
          Specifies whether or not a component should be installed if it is scanned
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.document
Install
          Specifies whether or not a component should be installed if it is scanned
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
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Destroy
          Alternative to javax.annotations.PreDestroy for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
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.el
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Destroy
          Alternative to javax.annotations.PreDestroy for use in a pre Java EE 5 environment.
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.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.exception
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
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.faces
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
Name
          Specifies the component name of a Seam component.
PerNestedConversation
          Limit the scope of a CONVERSATION-scoped component to just the parent conversation in which it was instantiated.
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
AutoCreate
          Specifies that the annotated component should be automatically instantiated whenever it is asked for, even if @In does not specify create=true.
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
Name
          Specifies the component name of a Seam component.
Scope
          Specifies the scope (context) of a seam component.
Transactional
          Specifies that the transaction propagation for a JavaBean component or method of a JavaBean 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.international
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Factory
          Marks a method as a factory method for a context variable.
Install
          Specifies whether or not a component should be installed if it is scanned
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.
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.jms
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Destroy
          Alternative to javax.annotations.PreDestroy for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
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.mail
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
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.mock
Install
          Specifies whether or not a component should be installed if it is scanned
Name
          Specifies the component name of a Seam component.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.navigation
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
FlushModeType
          A full set of flush modes, including MANUAL, which is a glaring missing feature of the JPA spec.
Install
          Specifies whether or not a component should be installed if it is scanned
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.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.persistence
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Destroy
          Alternative to javax.annotations.PreDestroy for use in a pre Java EE 5 environment.
FlushModeType
          A full set of flush modes, including MANUAL, which is a glaring missing feature of the JPA spec.
Install
          Specifies whether or not a component should be installed if it is scanned
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.
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.security
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Factory
          Marks a method as a factory method for a context variable.
Install
          Specifies whether or not a component should be installed if it is scanned
Name
          Specifies the component name of a Seam component.
Observer
          Marks a method as an observer of an event type or multiple event types.
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.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.security.management
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
Name
          Specifies the component name of a Seam component.
Observer
          Marks a method as an observer of an event type or multiple event types.
Scope
          Specifies the scope (context) of a seam component.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.security.management.action
Begin
          Marks a method as beginning a long-running conversation, if none exists, and if the method returns a non-null value without throwing an exception.
Install
          Specifies whether or not a component should be installed if it is scanned
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.openid
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
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.permission
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
Name
          Specifies the component name of a Seam component.
Observer
          Marks a method as an observer of an event type or multiple event types.
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.
 

Classes in org.jboss.seam.annotations used by org.jboss.seam.security.permission.action
Begin
          Marks a method as beginning a long-running conversation, if none exists, and if the method returns a non-null value without throwing an exception.
Install
          Specifies whether or not a component should be installed if it is scanned
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
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Factory
          Marks a method as a factory method for a context variable.
Install
          Specifies whether or not a component should be installed if it is scanned
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.transaction
Create
          Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment.
Install
          Specifies whether or not a component should be installed if it is scanned
Name
          Specifies the component name of a Seam component.
Observer
          Marks a method as an observer of an event type or multiple event types.
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.
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.web
Install
          Specifies whether or not a component should be installed if it is scanned
Name
          Specifies the component name of a Seam component.
Observer
          Marks a method as an observer of an event type or multiple event types.
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.
Unwrap
          Specifies that the object returned by the annotated getter method is to be injected instead of the component itself.
 


Seam Core JSF2 2.3.1.Final-redhat-1

Copyright © 2013 Seam Framework. All Rights Reserved.