You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2017/12/10 08:05:45 UTC

[struts-site] branch master updated (2ac078b -> 5e6b283)

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

yasserzamani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


    from 2ac078b  Merge pull request #79 from paulvi/patch-24
     add 9c1e22d  Cleans up page
     add 85165a0  Switches to the default layout
     add aea93a8  Reformats and cleans up page
     add 9c1e2ca  Uses the default layout
     add 0670b50  Uses the default layout
     add 8bdac77  Cleans up annotations
     add d24f3f6  Cleans up annotations
     add 5679464  Cleans up annotations
     add 5077102  A few extra small fixes
     new 5e6b283  Merge pull request #84 from apache/restful

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...ccessing-application-session-request-objects.md |   5 +-
 source/core-developers/action-chaining.md          |   5 +-
 source/core-developers/action-configuration.md     |   5 +-
 source/core-developers/action-event-listener.md    |   5 +-
 source/core-developers/action-mapper.md            |  98 ++++++--------
 .../action-proxy-and-actionproxy-factory.md        |  10 +-
 source/core-developers/after-annotation.md         |  56 ++------
 source/core-developers/annotations.md              |  42 +++---
 source/core-developers/before-annotation.md        |  55 ++------
 source/core-developers/before-result-annotation.md |  55 ++------
 source/core-developers/conversion-annotation.md    |  35 ++---
 .../conversion-error-field-validator-annotation.md |   6 +-
 .../core-developers/create-if-null-annotation.md   |  29 +----
 .../core-developers/custom-validator-annotation.md |  30 +----
 .../date-range-field-validator-annotation.md       |  34 ++---
 .../double-range-field-validator-annotation.md     |  38 ++----
 source/core-developers/element-annotation.md       |  31 ++---
 .../core-developers/email-validator-annotation.md  |  30 +----
 .../expression-validator-annotation.md             |  27 +---
 .../field-expression-validator-annotation.md       |  31 +----
 source/core-developers/input-config-annotation.md  |  52 ++------
 .../int-range-field-validator-annotation.md        |  39 ++----
 source/core-developers/key-annotation.md           |  30 +----
 source/core-developers/key-property-annotation.md  |  31 +----
 .../core-developers/parent-package-annotation.md   |  18 ---
 .../regex-field-validator-annotation.md            |  29 +----
 .../required-field-validator-annotation.md         |  28 +---
 .../required-string-validator-annotation.md        |  29 +----
 source/core-developers/restful-action-mapper.md    | 141 ++++++++++-----------
 source/core-developers/result-annotation.md        |  82 ------------
 .../string-length-field-validator-annotation.md    |  37 ++----
 .../core-developers/type-conversion-annotation.md  |  48 ++-----
 source/core-developers/url-validator-annotation.md |  66 +++++-----
 source/core-developers/validation-annotation.md    |  84 +++---------
 source/core-developers/validations-annotation.md   |  49 ++-----
 .../visitor-field-validator-annotation.md          |  42 ++----
 36 files changed, 396 insertions(+), 1036 deletions(-)
 delete mode 100644 source/core-developers/parent-package-annotation.md
 delete mode 100644 source/core-developers/result-annotation.md

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <co...@struts.apache.org>'].

[struts-site] 01/01: Merge pull request #84 from apache/restful

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 5e6b2834450519f9504522c8f2977eb59fe02652
Merge: 2ac078b 5077102
Author: Yasser Zamani <ya...@live.com>
AuthorDate: Sun Dec 10 11:35:43 2017 +0330

    Merge pull request #84 from apache/restful
    
    Cleans up ActionMappers & Annotations

 ...ccessing-application-session-request-objects.md |   5 +-
 source/core-developers/action-chaining.md          |   5 +-
 source/core-developers/action-configuration.md     |   5 +-
 source/core-developers/action-event-listener.md    |   5 +-
 source/core-developers/action-mapper.md            |  98 ++++++--------
 .../action-proxy-and-actionproxy-factory.md        |  10 +-
 source/core-developers/after-annotation.md         |  56 ++------
 source/core-developers/annotations.md              |  42 +++---
 source/core-developers/before-annotation.md        |  55 ++------
 source/core-developers/before-result-annotation.md |  55 ++------
 source/core-developers/conversion-annotation.md    |  35 ++---
 .../conversion-error-field-validator-annotation.md |   6 +-
 .../core-developers/create-if-null-annotation.md   |  29 +----
 .../core-developers/custom-validator-annotation.md |  30 +----
 .../date-range-field-validator-annotation.md       |  34 ++---
 .../double-range-field-validator-annotation.md     |  38 ++----
 source/core-developers/element-annotation.md       |  31 ++---
 .../core-developers/email-validator-annotation.md  |  30 +----
 .../expression-validator-annotation.md             |  27 +---
 .../field-expression-validator-annotation.md       |  31 +----
 source/core-developers/input-config-annotation.md  |  52 ++------
 .../int-range-field-validator-annotation.md        |  39 ++----
 source/core-developers/key-annotation.md           |  30 +----
 source/core-developers/key-property-annotation.md  |  31 +----
 .../core-developers/parent-package-annotation.md   |  18 ---
 .../regex-field-validator-annotation.md            |  29 +----
 .../required-field-validator-annotation.md         |  28 +---
 .../required-string-validator-annotation.md        |  29 +----
 source/core-developers/restful-action-mapper.md    | 141 ++++++++++-----------
 source/core-developers/result-annotation.md        |  82 ------------
 .../string-length-field-validator-annotation.md    |  37 ++----
 .../core-developers/type-conversion-annotation.md  |  48 ++-----
 source/core-developers/url-validator-annotation.md |  66 +++++-----
 source/core-developers/validation-annotation.md    |  84 +++---------
 source/core-developers/validations-annotation.md   |  49 ++-----
 .../visitor-field-validator-annotation.md          |  42 ++----
 36 files changed, 396 insertions(+), 1036 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.