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.exception |
Implementation of Seam exception handling for JSF.
|
org.jboss.seam.framework |
A framework for data access in Seam.
|
org.jboss.seam.navigation |
Implementation of pages.xml based navigation
|
org.jboss.seam.persistence |
Seam components for working with JPA or Hibernate3.
|
org.jboss.seam.security |
Seam Security
|
org.jboss.seam.security.management |
Seam Identity Management
|
org.jboss.seam.security.permission |
Seam Security Permissions
|
org.jboss.seam.transaction |
Abstracts all possible transaction management APIs behind a
JTA-compatible interface.
|
Modifier and Type | Method and Description |
---|---|
Expressions.ValueExpression<Object> |
Expressions.createValueExpression(String expression)
Create a value expression.
|
<T> Expressions.ValueExpression<T> |
Expressions.createValueExpression(String expression,
Class<T> type)
Create a value expression.
|
Expressions.ValueExpression |
Init.FactoryExpression.getValueBinding() |
Modifier and Type | Method and Description |
---|---|
Expressions.ValueExpression<org.drools.spi.ConsequenceExceptionHandler> |
RuleBase.getConsequenceExceptionHandler() |
Expressions.ValueExpression<org.drools.RuleBase> |
ManagedWorkingMemory.getRuleBase() |
Modifier and Type | Method and Description |
---|---|
void |
RuleBase.setConsequenceExceptionHandler(Expressions.ValueExpression<org.drools.spi.ConsequenceExceptionHandler> consequenceExceptionHandler) |
void |
ManagedWorkingMemory.setRuleBase(Expressions.ValueExpression<org.drools.RuleBase> ruleBase) |
Constructor and Description |
---|
ConfigRedirectHandler(Expressions.ValueExpression<String> id,
Class clazz,
boolean conversation,
String message,
javax.faces.application.FacesMessage.Severity messageSeverity)
Construct a ConfigRedirectHandler.
|
Modifier and Type | Field and Description |
---|---|
protected Expressions.ValueExpression<T> |
Home.newInstance |
Modifier and Type | Method and Description |
---|---|
protected Expressions.ValueExpression |
Controller.createValueExpression(String expression) |
protected <T> Expressions.ValueExpression<T> |
Controller.createValueExpression(String expression,
Class<T> type) |
Expressions.ValueExpression |
Home.getCreatedMessage()
Message displayed to user when the managed entity is created.
|
Expressions.ValueExpression |
Home.getDeletedMessage()
Message displayed to user when the managed entity is deleted.
|
Expressions.ValueExpression |
Home.getNewInstance()
ValueExpression to execute to load a new instance. |
Expressions.ValueExpression |
Home.getUpdatedMessage()
Message displayed to user when the managed entity is updated.
|
Modifier and Type | Method and Description |
---|---|
protected List<Expressions.ValueExpression> |
Query.getQueryParameters() |
protected List<Expressions.ValueExpression> |
Query.getRestrictionParameters() |
List<Expressions.ValueExpression> |
Query.getRestrictions()
List of restrictions to apply to the query.
|
Modifier and Type | Method and Description |
---|---|
void |
Home.setCreatedMessage(Expressions.ValueExpression createdMessage)
Message displayed to user when the managed entity is created.
|
void |
Home.setDeletedMessage(Expressions.ValueExpression deletedMessage)
Message displayed to user when the managed entity is deleted.
|
void |
Home.setNewInstance(Expressions.ValueExpression newInstance)
ValueExpression to execute to load a new instance. |
void |
Home.setUpdatedMessage(Expressions.ValueExpression updatedMessage)
Message displayed to user when the managed entity is updated.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setRestrictions(List<Expressions.ValueExpression> restrictions)
Calling setRestrictions causes the restrictions to be reparsed and the
query refreshed
|
Modifier and Type | Field and Description |
---|---|
Expressions.ValueExpression<Object> |
Header.expression |
Modifier and Type | Method and Description |
---|---|
Expressions.ValueExpression<Boolean> |
ConversationControl.getBeginConversationCondition() |
Expressions.ValueExpression |
Rule.getCondition() |
Expressions.ValueExpression |
Param.getConverterValueExpression() |
Expressions.ValueExpression<Boolean> |
ConversationControl.getEndConversationCondition() |
Expressions.ValueExpression<String> |
Pages.getNoConversationViewId()
The global setting for no-conversation-viewid.
|
Expressions.ValueExpression<String> |
Page.getNoConversationViewId() |
Expressions.ValueExpression<Object> |
Navigation.getOutcome() |
Expressions.ValueExpression<Long> |
ProcessControl.getProcessId() |
Expressions.ValueExpression |
Param.getValidatorValueExpression() |
Expressions.ValueExpression |
Put.getValue() |
Expressions.ValueExpression<Object> |
Header.getValue() |
Expressions.ValueExpression |
Action.getValueExpression() |
Expressions.ValueExpression |
Param.getValueExpression() |
Constructor and Description |
---|
RedirectNavigationHandler(Expressions.ValueExpression<String> viewId,
Expressions.ValueExpression<String> url,
List<Param> params,
String message,
javax.faces.application.FacesMessage.Severity severity,
String control,
boolean includePageParams) |
RedirectNavigationHandler(Expressions.ValueExpression<String> viewId,
Expressions.ValueExpression<String> url,
List<Param> params,
String message,
javax.faces.application.FacesMessage.Severity severity,
String control,
boolean includePageParams) |
RenderNavigationHandler(Expressions.ValueExpression<String> viewId,
String message,
javax.faces.application.FacesMessage.Severity severity,
String control) |
Modifier and Type | Method and Description |
---|---|
Expressions.ValueExpression |
Filter.getEnabled() |
Expressions.ValueExpression<javax.persistence.EntityManagerFactory> |
ManagedPersistenceContext.getEntityManagerFactory()
A value binding expression that returns an EntityManagerFactory,
for use of JPA outside of Java EE 5 / Embeddable EJB3.
|
Expressions.ValueExpression<org.hibernate.SessionFactory> |
ManagedHibernateSession.getSessionFactory() |
Modifier and Type | Method and Description |
---|---|
Map<String,Expressions.ValueExpression> |
Filter.getParameters()
The filter parameters.
|
List<Expressions.ValueExpression> |
QueryParser.getParameterValueBindings() |
Modifier and Type | Method and Description |
---|---|
void |
Filter.setEnabled(Expressions.ValueExpression enabled) |
void |
ManagedPersistenceContext.setEntityManagerFactory(Expressions.ValueExpression<javax.persistence.EntityManagerFactory> entityManagerFactory) |
void |
ManagedHibernateSession.setSessionFactory(Expressions.ValueExpression<org.hibernate.SessionFactory> sessionFactory)
A value binding expression that returns a SessionFactory,
if it is to be obtained as a Seam component reference
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.setParameters(Map<String,Expressions.ValueExpression> parameters) |
Modifier and Type | Method and Description |
---|---|
Expressions.ValueExpression |
JpaTokenStore.getEntityManager() |
Modifier and Type | Method and Description |
---|---|
void |
JpaTokenStore.setEntityManager(Expressions.ValueExpression expression) |
Modifier and Type | Method and Description |
---|---|
Expressions.ValueExpression |
JpaIdentityStore.getEntityManager() |
Modifier and Type | Method and Description |
---|---|
void |
JpaIdentityStore.setEntityManager(Expressions.ValueExpression expression) |
Modifier and Type | Method and Description |
---|---|
Expressions.ValueExpression |
JpaPermissionStore.getEntityManager() |
Modifier and Type | Method and Description |
---|---|
void |
JpaPermissionStore.setEntityManager(Expressions.ValueExpression expression) |
Modifier and Type | Method and Description |
---|---|
Expressions.ValueExpression<javax.persistence.EntityManager> |
EntityTransaction.getEntityManager() |
Expressions.ValueExpression<org.hibernate.Session> |
HibernateTransaction.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
EntityTransaction.setEntityManager(Expressions.ValueExpression<javax.persistence.EntityManager> entityManager) |
void |
HibernateTransaction.setSession(Expressions.ValueExpression<org.hibernate.Session> entityManager) |
Copyright © 2015 Seam Framework. All Rights Reserved.