Updated Branches:
  refs/heads/wicket-1.5.x 5e4c1fda0 -> c4cd6c5a6

WICKET-4399
Remove IRequestCycleSettings#(s|g)etUnexpectedExceptionDisplay in favour of 
IExceptionSettings


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c4cd6c5a
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c4cd6c5a
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c4cd6c5a

Branch: refs/heads/wicket-1.5.x
Commit: c4cd6c5a6698555a882a68a9141f419677ed2b8c
Parents: 5e4c1fd
Author: martin-g <[email protected]>
Authored: Wed Feb 8 17:20:34 2012 +0200
Committer: martin-g <[email protected]>
Committed: Wed Feb 8 17:21:07 2012 +0200

----------------------------------------------------------------------
 .../wicket/settings/IRequestCycleSettings.java     |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c4cd6c5a/wicket-core/src/main/java/org/apache/wicket/settings/IRequestCycleSettings.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/settings/IRequestCycleSettings.java
 
b/wicket-core/src/main/java/org/apache/wicket/settings/IRequestCycleSettings.java
index 5f957e8..237ffd0 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/settings/IRequestCycleSettings.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/settings/IRequestCycleSettings.java
@@ -200,7 +200,9 @@ public interface IRequestCycleSettings
         * @see 
org.apache.wicket.settings.IExceptionSettings#getUnexpectedExceptionDisplay()
         * 
         * @return UnexpectedExceptionDisplay
+        * @deprecated Use IExceptionSettings#getUnexpectedExceptionDisplay()
         */
+       @Deprecated
        UnexpectedExceptionDisplay getUnexpectedExceptionDisplay();
 
        /**
@@ -289,6 +291,8 @@ public interface IRequestCycleSettings
 
        /**
         * @param unexpectedExceptionDisplay
+        * @deprecated Use 
IExceptionSettings#setUnexpectedExceptionDisplay(UnexpectedExceptionDisplay)
         */
+       @Deprecated
        void setUnexpectedExceptionDisplay(final UnexpectedExceptionDisplay 
unexpectedExceptionDisplay);
 }

Reply via email to