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

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


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

Packages that use Scope
org.jboss.seam   
org.jboss.seam.captcha   
org.jboss.seam.core   
org.jboss.seam.debug   
org.jboss.seam.drools   
org.jboss.seam.framework   
org.jboss.seam.jms   
org.jboss.seam.mail   
org.jboss.seam.persistence   
org.jboss.seam.security   
org.jboss.seam.theme   
org.jboss.seam.web   
 

Uses of Scope in org.jboss.seam
 

Classes in org.jboss.seam with annotations of type Scope
 class Component
          Metamodel class for component classes.
 

Uses of Scope in org.jboss.seam.captcha
 

Classes in org.jboss.seam.captcha with annotations of type Scope
 class Captcha
          Supports captcha functionality for any JSF page.
 class CaptchaImage
          Provides Captcha image resources
 

Uses of Scope in org.jboss.seam.core
 

Classes in org.jboss.seam.core with annotations of type Scope
 class Actor
          Allows the application to specify the jBPM actorId during the login cycle.
 class ApplicationContext
          Support for injecting the application context
 class BusinessProcess
          Holds the task and process ids for the current conversation, and provides programmatic control over the business process.
 class BusinessProcessContext
          Support for injecting the business process context
 class Conversation
          Allows the conversation timeout to be set per-conversation, and the conversation description and switchable outcome to be set when the application requires workspace management functionality.
 class ConversationContext
          Support for injecting the conversation context
 class ConversationEntries
          Manages a map of conversation id to ConversationEntry in the session context.
 class ConversationList
           
 class ConversationStack
          Support for "breadcrumbs".
 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 EventContext
          Support for injecting the event context
 class Events
           
 class Exceptions
          Holds metadata for pages defined in pages.xml, including page actions and page descriptions.
 class Expressions
          Factory for method and value bindings
 class FacesContext
          Support for injecting the JSF FacesContext object
 class FacesMessages
          A Seam component that TBD.
 class FacesPage
          Book-keeping component that persists information about the conversation associated with the current page.
 class Filter
          Support for declarative application of Hibernate filters to persistence contexts.
 class HibernateSessionFactory
          A Seam component that boostraps a Hibernate SessionFactory
 class HttpError
          Convenient HTTP errors
 class Init
          A Seam component that holds Seam configuration settings
 class Interpolator
          Interpolates EL expressions in Strings
 class IsUserInRole
          Manager component for a map of roles assigned to the current user, as exposed via the JSF ExternalContext.
 class Jbpm
          A seam component that boostraps a JBPM SessionFactory
 class Locale
          Manager component for the current user's locale
 class LocaleSelector
          Selects the current user's locale
 class ManagedHibernateSession
          A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
 class ManagedJbpmContext
          Manages a reference to a JbpmSession.
 class ManagedPersistenceContext
          A Seam component that manages a conversation-scoped extended persistence context that can be shared by arbitrary other components.
 class Manager
          The Seam conversation manager.
 class Messages
          Support for an application-global resource bundle
 class MethodContext
          Support for injecting the page context
 class Microcontainer
          A seam component that bootstraps the JBoss microcontainer
 class PageContext
          Support for injecting the page context
 class Pageflow
          A Seam component that manages the current jBPM ProcessInstance used for pageflow.
 class Pages
          Holds metadata for pages defined in pages.xml, including page actions and page descriptions.
 class PersistenceContexts
           
 class PojoCache
           
 class PooledTask
          Support for assigning tasks in the pooled task list.
 class PooledTaskInstanceList
          Support for the pooled task list.
 class ProcessInstance
          A Seam component that allows injection of the current jBPM ProcessInstance.
 class Redirect
          Convenient API for performing browser redirects with parameters.
 class ResourceBundle
          Support for an application-global resource bundle
 class SafeActions
           
 class SessionContext
          Support for injecting the session context
 class Switcher
          Support for the conversation switcher drop-down menu.
 class TaskInstance
          A Seam component that allows injection of the current jBPM TaskInstance.
 class TaskInstanceList
          Support for the task list.
 class TaskInstanceListForType
          Support for a list of tasks of a particular type.
 class TimeZone
          Manager component for the current user's locale
 class TimeZoneSelector
          Selects the current user's time zone, defaulting to the server time zone.
 class TransactionListener
          Temporary solution for getting JTA transaction lifecycle callbacks.
 class Transition
          Allows the application to set the jBPM transition to be used when
 class UiComponent
           
 class UserPrincipal
          Manager component for the current user Principal exposed via the JSF ExternalContext.
 class Validators
          Caches instances of Hibernate Validator ClassValidator
 

Uses of Scope in org.jboss.seam.debug
 

Classes in org.jboss.seam.debug with annotations of type Scope
 class Contexts
           
 

Uses of Scope in org.jboss.seam.drools
 

Classes in org.jboss.seam.drools with annotations of type Scope
 class ManagedWorkingMemory
          A conversation-scoped Drools WorkingMemory for a named RuleBase
 class RuleBase
          Manager component for a Drools RuleBase
 

Uses of Scope in org.jboss.seam.framework
 

Classes in org.jboss.seam.framework with annotations of type Scope
 class CurrentDate
          The current date, as an instance of java.util.Date.
 class CurrentDatetime
          The current date and time, as an instance of java.util.Date.
 class CurrentTime
          The current time, as an instance of java.util.Date.
 class Home<T,E>
          Base class for components which provide persistence operations to a managed entity instance.
 

Uses of Scope in org.jboss.seam.jms
 

Classes in org.jboss.seam.jms with annotations of type Scope
 class ManagedQueueSender
          Manager for a JMS QueueSender for a named JMS queue
 class ManagedTopicPublisher
          Manager for a JMS TopicPublisher for a named JMS topic
 class QueueConnection
          Manager for a JMS QueueConnection.
 class QueueSession
          Manager for a JMS QueueSession
 class TopicConnection
          Manager for a JMS TopicConnection.
 class TopicSession
          Manager for a JMS TopicSession
 

Uses of Scope in org.jboss.seam.mail
 

Classes in org.jboss.seam.mail with annotations of type Scope
 class MailSession
          Manager component for a javax.mail.Session
 

Uses of Scope in org.jboss.seam.persistence
 

Classes in org.jboss.seam.persistence with annotations of type Scope
 class HibernatePersistenceProvider
          Support for non-standardized features of Hibernate, when used as the JPA persistence provider.
 class PersistenceProvider
          Abstraction layer for persistence providers (JPA implementations).
 

Uses of Scope in org.jboss.seam.security
 

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

Uses of Scope in org.jboss.seam.theme
 

Classes in org.jboss.seam.theme with annotations of type Scope
 class Theme
          Support for an application-global resource bundle
 class ThemeSelector
          Selects the current user's theme
 

Uses of Scope in org.jboss.seam.web
 

Classes in org.jboss.seam.web with annotations of type Scope
 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.