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

Uses of Interface org.jboss.seam.contexts.Context (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Uses of Interface
org.jboss.seam.contexts.Context

Packages that use Context
org.jboss.seam   
org.jboss.seam.contexts   
org.jboss.seam.core   
org.jboss.seam.framework   
org.jboss.seam.init   
 

Uses of Context in org.jboss.seam
 

Methods in org.jboss.seam that return Context
 Context ScopeType.getContext()
           
 

Constructors in org.jboss.seam with parameters of type Context
Component(Class<?> clazz, Context applicationContext)
           
 

Uses of Context in org.jboss.seam.contexts
 

Classes in org.jboss.seam.contexts that implement Context
 class BusinessProcessContext
          Exposes a jbpm variable context instance for reading/writing.
 class ClientConversationContext
          A conversation context is a logical context that lasts longer than a request but shorter than a login session
 class FacesApplicationContext
           
 class MapContext
           
 class PageContext
          The page context allows you to store state during a request that renders a page, and access that state from any postback request that originates from that page.
 class ServerConversationContext
          A conversation context is a logical context that lasts longer than a request but shorter than a login session
 class WebApplicationContext
           
 class WebRequestContext
           
 class WebSessionContext
           
 

Methods in org.jboss.seam.contexts that return Context
static Context Lifecycle.beginMethod()
           
static Context Contexts.getApplicationContext()
           
static Context Contexts.getBusinessProcessContext()
           
static Context Contexts.getConversationContext()
           
static Context Contexts.getEventContext()
           
static Context Contexts.getMethodContext()
           
static Context Contexts.getPageContext()
           
static Context Contexts.getSessionContext()
           
 

Methods in org.jboss.seam.contexts with parameters of type Context
static void Contexts.destroy(Context context)
           
static void Lifecycle.endMethod(Context context)
           
 

Uses of Context in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return Context
 Context ApplicationContext.getContext()
           
 Context BusinessProcessContext.getContext()
           
 Context ConversationContext.getContext()
           
 Context EventContext.getContext()
           
 Context MethodContext.getContext()
           
 Context PageContext.getContext()
           
 Context SessionContext.getContext()
           
 

Uses of Context in org.jboss.seam.framework
 

Methods in org.jboss.seam.framework that return Context
protected  Context Controller.getApplicationContext()
           
protected  Context Controller.getBusinessProcessContext()
           
protected  Context Controller.getConversationContext()
           
protected  Context Controller.getEventContext()
           
protected  Context Controller.getMethodContext()
           
protected  Context Controller.getPageContext()
           
protected  Context Controller.getSessionContext()
           
 

Uses of Context in org.jboss.seam.init
 

Methods in org.jboss.seam.init with parameters of type Context
protected  void Initialization.addComponent(org.jboss.seam.init.Initialization.ComponentDescriptor descriptor, Context context)
          This actually creates a real Component and should only be called when we want to install a component
protected  boolean Initialization.dependenciesMet(Context context, org.jboss.seam.init.Initialization.ComponentDescriptor descriptor)