| Package | Description |
|---|---|
| org.jboss.seam |
The Seam component meta-model.
|
| org.jboss.seam.annotations.intercept |
Annotations for defining Seam interceptors.
|
| org.jboss.seam.intercept |
Implementation of the Seam interceptor
stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
Component.createUserInterceptors(InterceptorType type) |
List<Interceptor> |
Component.getInterceptors(InterceptorType type) |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorType |
InterceptorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorType[] |
InterceptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InterceptorType |
Interceptor.getType() |
| Constructor and Description |
|---|
RootInterceptor(InterceptorType type) |
Copyright © 2015 Seam Framework. All Rights Reserved.