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

Packages that use Unwrap
org.jboss.seam.core   
org.jboss.seam.drools   
org.jboss.seam.jms   
 

Uses of Unwrap in org.jboss.seam.core
 

Methods in org.jboss.seam.core with annotations of type Unwrap
 ResourceBundle ResourceBundle.getBundle()
           
 org.jboss.cache.aop.PojoCache PojoCache.getCache()
           
 Context ApplicationContext.getContext()
           
 Context BusinessProcessContext.getContext()
           
 Context ConversationContext.getContext()
           
 Context EventContext.getContext()
           
 javax.faces.context.FacesContext FacesContext.getContext()
           
 Context PageContext.getContext()
           
 Context SessionContext.getContext()
           
 Context StatelessContext.getContext()
           
 List<ConversationEntry> ConversationList.getConversationEntryList()
           
 List<ConversationEntry> ConversationStack.getConversationEntryStack()
           
 javax.persistence.EntityManager ManagedPersistenceContext.getEntityManager()
           
 org.jbpm.JbpmContext ManagedJbpmContext.getJbpmContext()
           
 Locale Locale.getLocale()
           
 Map<String,Boolean> IsUserInRole.getMap()
           
 Map Messages.getMessages()
           
 List<org.jbpm.taskmgmt.exe.TaskInstance> PooledTaskInstanceList.getPooledTaskInstanceList()
           
 org.jbpm.graph.exe.ProcessInstance ProcessInstance.getProcessInstance()
           
 org.hibernate.Session ManagedHibernateSession.getSession()
           
 org.hibernate.SessionFactory Hibernate.getSessionFactory()
           
 org.jbpm.taskmgmt.exe.TaskInstance TaskInstance.getTaskInstance()
           
 List<org.jbpm.taskmgmt.exe.TaskInstance> TaskInstanceList.getTaskInstanceList()
           
 Map<String,List<org.jbpm.taskmgmt.exe.TaskInstance>> TaskInstanceListForType.getTaskInstanceList()
           
 Principal UserPrincipal.getUserPrincipal()
           
 Map<String,javax.faces.component.UIComponent> UiComponent.getViewComponents()
           
 

Uses of Unwrap in org.jboss.seam.drools
 

Methods in org.jboss.seam.drools with annotations of type Unwrap
 org.drools.RuleBase RuleBase.getRuleBase()
           
 org.drools.WorkingMemory ManagedWorkingMemory.getWorkingMemory()
           
 

Uses of Unwrap in org.jboss.seam.jms
 

Methods in org.jboss.seam.jms with annotations of type Unwrap
 javax.jms.QueueConnection QueueConnection.getQueueConnection()
           
 javax.jms.QueueSender ManagedQueueSender.getQueueSender()
           
 javax.jms.QueueSession QueueSession.getQueueSession()
           
 javax.jms.TopicConnection TopicConnection.getTopicConnection()
           
 javax.jms.TopicPublisher ManagedTopicPublisher.getTopicPublisher()
           
 javax.jms.TopicSession TopicSession.getTopicSession()