public interface HandlerMethodContainer
HandlerMethod instances.| Modifier and Type | Method and Description |
|---|---|
<T extends Throwable> |
registerHandlerMethod(HandlerMethod<T> handlerMethod)
Registers the given handlerMethod to the container.
|
<T extends Throwable> void registerHandlerMethod(HandlerMethod<T> handlerMethod)
handlerMethod - HandlerMethod implementation to register with the containerCopyright © 2012 Seam Framework. All Rights Reserved.