You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/03/11 13:32:54 UTC

[21/22] git commit: WICKET-5091 Extract the short names of the ajax attributes as a constants

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 <mg...@apache.org>
Authored: Mon Mar 11 13:24:16 2013 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
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(-)
----------------------------------------------------------------------