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

Packages that use Factory
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.core A set of Seam components that implement Seam. 
org.jboss.seam.international Seam components for internationalition of JSF applications. 
org.jboss.seam.security Seam Security 
org.jboss.seam.theme Support for themes in JSF applications. 
 

Uses of Factory in org.jboss.seam.bpm
 

Methods in org.jboss.seam.bpm with annotations of type Factory
 List<org.jbpm.graph.exe.ProcessInstance> ProcessInstanceFinder.getProcessInstanceList()
           
 

Uses of Factory in org.jboss.seam.core
 

Methods in org.jboss.seam.core with annotations of type Factory
 Context Contexts.getApplicationContext()
           
 Context Contexts.getBusinessProcessContext()
           
 Context Contexts.getConversationContext()
           
 List<ConversationEntry> ConversationList.getConversationEntryList()
           
 List<ConversationEntry> ConversationStack.getConversationEntryStack()
           
 Context Contexts.getEventContext()
           
 Context Contexts.getMethodContext()
           
 Context Contexts.getPageContext()
           
 Context Contexts.getSessionContext()
           
 

Uses of Factory in org.jboss.seam.international
 

Methods in org.jboss.seam.international with annotations of type Factory
 Map<String,String> Messages.getMessages()
          Create the Map and cache it in the EVENT scope.
 

Uses of Factory in org.jboss.seam.security
 

Methods in org.jboss.seam.security with annotations of type Factory
 Configuration Configuration.getConfiguration()
           
 

Uses of Factory in org.jboss.seam.theme
 

Methods in org.jboss.seam.theme with annotations of type Factory
 Map Theme.getTheme()
          Create a Map in the event scope.