You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/10/15 12:53:33 UTC

[isis] branch 2877-compound.value.types updated (6608445 -> 4978d44)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch 2877-compound.value.types
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 6608445  ISIS-2877: convert ActionModel into an interface
     add 4978d44  ISIS-2877: further simplify ActionModel impl.

No new revisions were added by this update.

Summary of changes:
 .../viewer/wicket/model/models/ActionModel.java    |  42 +++++-
 .../wicket/model/models/ActionModelForEntity.java  | 145 ---------------------
 .../actionresponse/ActionResultResponseType.java   |   8 +-
 .../wicket/ui/actionresponse/_DownloadHandler.java |  95 ++++++++++++++
 4 files changed, 141 insertions(+), 149 deletions(-)
 create mode 100644 viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/actionresponse/_DownloadHandler.java