| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.jboss.seam | |
| org.jboss.seam.contexts | |
| org.jboss.seam.core | |
| 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 | BusinessProcessContextExposes a jbpm variable context instance for reading/writing. | 
|  class | ClientConversationContextA conversation context is a logical context that lasts longer than a request but shorter than a login session | 
|  class | FacesApplicationContext | 
|  class | MapContext | 
|  class | PageContextThe 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 | ServerConversationContextA 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 | Contexts.getApplicationContext() | 
| static Context | Contexts.getBusinessProcessContext() | 
| static Context | Contexts.getConversationContext() | 
| static Context | Contexts.getEventContext() | 
| 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) | 
| 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 | PageContext.getContext() | 
|  Context | SessionContext.getContext() | 
| 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 propert 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) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||