WICKET-5091 Extract the short names of the ajax attributes as a constants Merge branch 'Refactor-AjaxParameterNames' of https://github.com/michaelmosmann/wicket
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/da144046 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/da144046 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/da144046 Branch: refs/heads/master Commit: da1440469191c2f347bab3e939c7bf476c771f4c Parents: 7ff9273 57b45a2 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Mar 11 13:24:16 2013 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Mar 11 13:24:16 2013 +0100 ---------------------------------------------------------------------- .gitignore | 10 +- .../wicket/ajax/AbstractDefaultAjaxBehavior.java | 82 +++--- .../wicket/ajax/attributes/AjaxAttributeName.java | 231 +++++++++++++++ .../ajax/attributes/AjaxRequestAttributes.java | 67 ++--- .../ajax/AbstractDefaultAjaxBehaviorTest.java | 16 +- .../ajax/attributes/AjaxAttributeNameTest.java | 64 ++++ 6 files changed, 397 insertions(+), 73 deletions(-) ----------------------------------------------------------------------
