[seam-commits] [seam/catch] 81a474: SEAMCATCH-41 implemented in the code, still need d...
noreply at github.com
noreply at github.com
Wed May 11 01:00:09 EDT 2011
Branch: refs/heads/develop
Home: https://github.com/seam/catch
Commit: 81a474e7f2faf5bb2b42fb8d361cc3f72a2209f5
https://github.com/seam/catch/commit/81a474e7f2faf5bb2b42fb8d361cc3f72a2209f5
Author: LightGuard <lightguard.jp at gmail.com>
Date: 2011-05-10 (Tue, 10 May 2011)
Changed paths:
A api/src/main/java/org/jboss/seam/exception/control/HandlerMethod.java
A api/src/main/java/org/jboss/seam/exception/control/HandlerMethodContainer.java
R impl/src/main/java/org/jboss/seam/exception/control/HandlerMethod.java
M impl/src/main/java/org/jboss/seam/exception/control/HandlerMethodImpl.java
M impl/src/main/java/org/jboss/seam/exception/control/extension/CatchExtension.java
Log Message:
-----------
SEAMCATCH-41 implemented in the code, still need docs
You can inject a HandlerMethodContainer and call registerHandlerMethod(HandlerMethod<T extends Throwable> hm) to have your handler added to the set of handlers. I'm using thiss method internally now, so testing should already be done.
More information about the seam-commits
mailing list