| Package | Description |
|---|---|
| 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.bpm |
A set of Seam components for business process management
via jBPM, including control of process and task instances,
rendering of task lists, and integration with jBPM.
|
| 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.jmx | |
| 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.pageflow |
Support for jPDL-based pageflows.
|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| 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.
|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| Install
Specifies whether or not a component should be installed if it is scanned
|
| Name
Specifies the component name of a Seam component.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
Copyright © 2015 Seam Framework. All Rights Reserved.