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

Packages that use Startup
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.international Seam components for internationalition of JSF applications. 
org.jboss.seam.mail Seam components for sending email. 
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.permission Seam Security Permissions 
org.jboss.seam.web Seam components for use in a servlet environment. 
 

Uses of Startup in org.jboss.seam.async
 

Classes in org.jboss.seam.async with annotations of type Startup
 class QuartzDispatcher
          Dispatcher implementation that uses the Quartz library.
 

Uses of Startup in org.jboss.seam.bpm
 

Classes in org.jboss.seam.bpm with annotations of type Startup
 class Jbpm
          A seam component that boostraps a JBPM SessionFactory
 

Uses of Startup in org.jboss.seam.international
 

Classes in org.jboss.seam.international with annotations of type Startup
 class LocaleConfig
          Configures the JSF locale support from the Seam container.
 

Uses of Startup in org.jboss.seam.mail
 

Classes in org.jboss.seam.mail with annotations of type Startup
 class Meldware
          Creates meldware users, mailboxes and aliases
 

Uses of Startup in org.jboss.seam.navigation
 

Classes in org.jboss.seam.navigation with annotations of type Startup
 class Pages
          Holds metadata for pages defined in pages.xml, including page actions and page descriptions.
 

Uses of Startup in org.jboss.seam.persistence
 

Classes in org.jboss.seam.persistence with annotations of type Startup
 class EntityManagerFactory
          A Seam component that bootstraps an EntityManagerFactory, for use of JPA outside of Java EE 5 / Embedded JBoss.
 class HibernateSessionFactory
          A Seam component that bootstraps a Hibernate SessionFactory
 

Uses of Startup in org.jboss.seam.security
 

Classes in org.jboss.seam.security with annotations of type Startup
 class EntityPermissionChecker
          Entity permission checks
 class FacesSecurityEvents
          Produces FacesMessages in response of certain security events, and helps to decouple the Identity component from JSF.
 class Identity
          API for authorization and authentication via Seam security.
 

Uses of Startup in org.jboss.seam.security.permission
 

Classes in org.jboss.seam.security.permission with annotations of type Startup
 class PermissionMapper
          Maps permission checks to resolver chains
 class PersistentPermissionResolver
          Resolves dynamically-assigned permissions, mapped to a user or a role, and kept in persistent storage, such as a relational database.
 class RuleBasedPermissionResolver
          A permission resolver that uses a Drools rule base to perform permission checks
 

Uses of Startup in org.jboss.seam.web
 

Classes in org.jboss.seam.web with annotations of type Startup
 class Session
          Controls HttpSession invalidation in any servlet or JSF environment.