Package | Description |
---|---|
org.jboss.seam.core |
A set of Seam components that implement Seam.
|
org.jboss.seam.drools |
Seam components for integrating Drools.
|
org.jboss.seam.faces |
A set of Seam components for working with JSF.
|
org.jboss.seam.framework |
A framework for data access in Seam.
|
org.jboss.seam.international |
Seam components for internationalition of JSF applications.
|
org.jboss.seam.jms |
Seam components for sending JMS messages.
|
org.jboss.seam.mail |
Seam components for sending email.
|
org.jboss.seam.persistence |
Seam components for working with JPA or Hibernate3.
|
org.jboss.seam.transaction |
Abstracts all possible transaction management APIs behind a
JTA-compatible interface.
|
org.jboss.seam.web |
Seam components for use in a servlet environment.
|
Modifier and Type | Method and Description |
---|---|
Locale |
Locale.getLocale() |
ResourceBundle |
ResourceBundle.getResourceBundle() |
Modifier and Type | Method and Description |
---|---|
org.drools.RuleBase |
RuleAgent.getRuleBase() |
org.drools.RuleBase |
RuleBase.getRuleBase() |
org.drools.StatefulSession |
ManagedWorkingMemory.getStatefulSession() |
Modifier and Type | Method and Description |
---|---|
javax.faces.context.FacesContext |
FacesContext.getContext() |
Principal |
UserPrincipal.getUserPrincipal() |
Map<String,javax.faces.component.UIComponent> |
UiComponent.getViewComponents() |
Modifier and Type | Method and Description |
---|---|
Date |
CurrentDate.getCurrentDate() |
Date |
CurrentDatetime.getCurrentDatetime() |
Date |
CurrentTime.getCurrentTime() |
Modifier and Type | Method and Description |
---|---|
Locale |
Locale.getLocale() |
TimeZone |
TimeZone.getTimeZone() |
List<TimeZone> |
TimeZones.getTimeZones() |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
javax.mail.Session |
MailSession.getSession() |
Modifier and Type | Method and Description |
---|---|
javax.persistence.EntityManager |
ManagedPersistenceContext.getEntityManager() |
javax.persistence.EntityManagerFactory |
EntityManagerFactory.getEntityManagerFactory() |
org.hibernate.Session |
ManagedHibernateSession.getSession() |
org.hibernate.SessionFactory |
HibernateSessionFactory.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
UserTransaction |
Transaction.getTransaction() |
Modifier and Type | Method and Description |
---|---|
Locale |
Locale.getLocale() |
Map<String,Boolean> |
IsUserInRole.getMap() |
Principal |
UserPrincipal.getUserPrincipal() |
Copyright © 2015 Seam Framework. All Rights Reserved.