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

Uses of Class org.jboss.seam.annotations.Startup (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


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

Packages that use Startup
org.jboss.seam.captcha   
org.jboss.seam.core   
org.jboss.seam.security   
org.jboss.seam.web   
 

Uses of Startup in org.jboss.seam.captcha
 

Classes in org.jboss.seam.captcha with annotations of type Startup
 class CaptchaImage
          Provides Captcha image resources
 

Uses of Startup in org.jboss.seam.core
 

Classes in org.jboss.seam.core with annotations of type Startup
 class Ejb
          A seam component that bootstraps the embedded EJB container
 class EntityManagerFactory
          A Seam component that boostraps an EntityManagerFactory, for use of JPA outside of Java EE 5 / Embeddable EJB3.
 class HibernateSessionFactory
          A Seam component that boostraps a Hibernate SessionFactory
 class Jbpm
          A seam component that boostraps a JBPM SessionFactory
 class Microcontainer
          A seam component that bootstraps the JBoss microcontainer
 

Uses of Startup in org.jboss.seam.security
 

Classes in org.jboss.seam.security with annotations of type Startup
 class Identity
           
 class RuleBasedIdentity
           
 

Uses of Startup in org.jboss.seam.web
 

Classes in org.jboss.seam.web with annotations of type Startup
 class CharacterEncodingFilter
          A servlet filter that lets you set the character encoding of submitted data.
 class ContextFilter
          Manages the Seam contexts associated with a request to any servlet.
 class ExceptionFilter
          As a last line of defence, rollback uncommitted transactions at the very end of the request.
 class MultipartFilter
           
 class RedirectFilter
          Propagates the conversation context and page parameters across any browser redirect initiated from a JSF navigation rule defined in faces-config.xml.