Package | Description |
---|---|
org.jboss.seam |
The Seam component meta-model.
|
Modifier and Type | Method and Description |
---|---|
List<Interceptor> |
Component.getClientSideInterceptors()
For use with Seam debug page.
|
List<Interceptor> |
Component.getInterceptors(InterceptorType type) |
List<Interceptor> |
Component.getServerSideInterceptors()
For use with Seam debug page.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.addInterceptor(Interceptor interceptor) |
Copyright © 2015 Seam Framework. All Rights Reserved.