Package | Description |
---|---|
org.jboss.seam.core |
A set of Seam components that implement Seam.
|
org.jboss.seam.navigation |
Implementation of pages.xml based navigation
|
org.jboss.seam.security |
Seam Security
|
Modifier and Type | Method and Description |
---|---|
Expressions.MethodExpression<Object> |
Expressions.createMethodExpression(String expression)
Create a method expression.
|
<T> Expressions.MethodExpression<T> |
Expressions.createMethodExpression(String expression,
Class<T> type,
Class... argTypes)
Create a method expression.
|
Expressions.MethodExpression |
Init.FactoryExpression.getMethodBinding() |
Expressions.MethodExpression |
Init.ObserverMethodExpression.getMethodBinding() |
Modifier and Type | Method and Description |
---|---|
void |
Init.addObserverMethodExpression(String eventType,
Expressions.MethodExpression methodBinding) |
Modifier and Type | Method and Description |
---|---|
Expressions.MethodExpression |
Action.getMethodExpression() |
Modifier and Type | Method and Description |
---|---|
void |
Action.setMethodExpression(Expressions.MethodExpression methodExpression) |
Modifier and Type | Method and Description |
---|---|
Expressions.MethodExpression |
Identity.getAuthenticateMethod() |
Modifier and Type | Method and Description |
---|---|
void |
Identity.setAuthenticateMethod(Expressions.MethodExpression authMethod) |
Copyright © 2015 Seam Framework. All Rights Reserved.