Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D52D107DD for ; Thu, 6 Mar 2014 08:38:14 +0000 (UTC) Received: (qmail 90945 invoked by uid 500); 6 Mar 2014 08:38:12 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 90261 invoked by uid 500); 6 Mar 2014 08:38:09 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 89728 invoked by uid 99); 6 Mar 2014 08:38:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 08:38:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 08:37:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4548E2388A5E for ; Thu, 6 Mar 2014 08:37:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r900216 [4/7] - /websites/production/struts/content/release/2.3.x/docs/ Date: Thu, 06 Mar 2014 08:37:17 -0000 To: commits@struts.apache.org From: lukaszlenart@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140306083736.4548E2388A5E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/production/struts/content/release/2.3.x/docs/i18n.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/i18n.html (original) +++ websites/production/struts/content/release/2.3.x/docs/i18n.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/ie-showing-a-prompt-saying-this-page-contains-both-secure-and-nonsecure-items-when-using-dojo.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/ie-showing-a-prompt-saying-this-page-contains-both-secure-and-nonsecure-items-when-using-dojo.html (original) +++ websites/production/struts/content/release/2.3.x/docs/ie-showing-a-prompt-saying-this-page-contains-both-secure-and-nonsecure-items-when-using-dojo.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/im-trying-to-run-the-example-in-the-tutorial-on-tomcat-and-it-cant-instantiate-the-velocityengine.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/im-trying-to-run-the-example-in-the-tutorial-on-tomcat-and-it-cant-instantiate-the-velocityengine.html (original) +++ websites/production/struts/content/release/2.3.x/docs/im-trying-to-run-the-example-in-the-tutorial-on-tomcat-and-it-cant-instantiate-the-velocityengine.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + + Modified: websites/production/struts/content/release/2.3.x/docs/inputconfig-annotation.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/inputconfig-annotation.html (original) +++ websites/production/struts/content/release/2.3.x/docs/inputconfig-annotation.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/inputtransferselect.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/inputtransferselect.html (original) +++ websites/production/struts/content/release/2.3.x/docs/inputtransferselect.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/int-validator.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/int-validator.html (original) +++ websites/production/struts/content/release/2.3.x/docs/int-validator.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/interceptor-configuration.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/interceptor-configuration.html (original) +++ websites/production/struts/content/release/2.3.x/docs/interceptor-configuration.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + + @@ -143,11 +144,11 @@ under the License.

Many Actions share common concerns. Some Actions need input validated. Other Actions may need a file upload to be pre-processed. Another Action might need protection from a double submit. Many Actions need drop-down lists and other controls pre-populated before the page displays.

The framework makes it easy to share solutions to these concerns using an "Interceptor" strategy. When you request a resource that maps to an "action", the framework invokes the Action object. But, before the Action is executed, the invocation can be intercepted by another object. After the Action executes, the invocation could be intercepted again. Unsurprisingly, we call these objects "Interceptors."

+/*]]>*/

  • Understanding Interceptors
  • Configuring Interceptors
  • Stacking Interceptors
  • Framework Interceptors Modified: websites/production/struts/content/release/2.3.x/docs/intrangefieldvalidator-annotation.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/intrangefieldvalidator-annotation.html (original) +++ websites/production/struts/content/release/2.3.x/docs/intrangefieldvalidator-annotation.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/introducing-interceptors.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/introducing-interceptors.html (original) +++ websites/production/struts/content/release/2.3.x/docs/introducing-interceptors.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/iterator.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/iterator.html (original) +++ websites/production/struts/content/release/2.3.x/docs/iterator.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/jasperreports-plugin.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/jasperreports-plugin.html (original) +++ websites/production/struts/content/release/2.3.x/docs/jasperreports-plugin.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/jasperreports-tutorial.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/jasperreports-tutorial.html (original) +++ websites/production/struts/content/release/2.3.x/docs/jasperreports-tutorial.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/javatemplates-plugin.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/javatemplates-plugin.html (original) +++ websites/production/struts/content/release/2.3.x/docs/javatemplates-plugin.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + + + + + Modified: websites/production/struts/content/release/2.3.x/docs/jsp-tags.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/jsp-tags.html (original) +++ websites/production/struts/content/release/2.3.x/docs/jsp-tags.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/junit-plugin.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/junit-plugin.html (original) +++ websites/production/struts/content/release/2.3.x/docs/junit-plugin.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/key-annotation.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/key-annotation.html (original) +++ websites/production/struts/content/release/2.3.x/docs/key-annotation.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/key-changes-from-webwork-2.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/key-changes-from-webwork-2.html (original) +++ websites/production/struts/content/release/2.3.x/docs/key-changes-from-webwork-2.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/label.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/label.html (original) +++ websites/production/struts/content/release/2.3.x/docs/label.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/localization.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/localization.html (original) +++ websites/production/struts/content/release/2.3.x/docs/localization.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/localizing-output.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/localizing-output.html (original) +++ websites/production/struts/content/release/2.3.x/docs/localizing-output.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/logging.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/logging.html (original) +++ websites/production/struts/content/release/2.3.x/docs/logging.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + + Modified: websites/production/struts/content/release/2.3.x/docs/message-resource-files.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/message-resource-files.html (original) +++ websites/production/struts/content/release/2.3.x/docs/message-resource-files.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/message-store-interceptor.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/message-store-interceptor.html (original) +++ websites/production/struts/content/release/2.3.x/docs/message-store-interceptor.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/model-driven-interceptor.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/model-driven-interceptor.html (original) +++ websites/production/struts/content/release/2.3.x/docs/model-driven-interceptor.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/model-driven.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/model-driven.html (original) +++ websites/production/struts/content/release/2.3.x/docs/model-driven.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/multiple-submit-buttons.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/multiple-submit-buttons.html (original) +++ websites/production/struts/content/release/2.3.x/docs/multiple-submit-buttons.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/namespace-configuration.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/namespace-configuration.html (original) +++ websites/production/struts/content/release/2.3.x/docs/namespace-configuration.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/non-ioc-version-of-opensessioninviewinterceptor.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/non-ioc-version-of-opensessioninviewinterceptor.html (original) +++ websites/production/struts/content/release/2.3.x/docs/non-ioc-version-of-opensessioninviewinterceptor.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/objectfactory.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/objectfactory.html (original) +++ websites/production/struts/content/release/2.3.x/docs/objectfactory.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + + Modified: websites/production/struts/content/release/2.3.x/docs/one-time-steps.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/one-time-steps.html (original) +++ websites/production/struts/content/release/2.3.x/docs/one-time-steps.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/optiontransferselect.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/optiontransferselect.html (original) +++ websites/production/struts/content/release/2.3.x/docs/optiontransferselect.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/osgi-plugin.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/osgi-plugin.html (original) +++ websites/production/struts/content/release/2.3.x/docs/osgi-plugin.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/oval-plugin.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/oval-plugin.html (original) +++ websites/production/struts/content/release/2.3.x/docs/oval-plugin.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/package-configuration.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/package-configuration.html (original) +++ websites/production/struts/content/release/2.3.x/docs/package-configuration.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/parameter-filter-interceptor.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/parameter-filter-interceptor.html (original) +++ websites/production/struts/content/release/2.3.x/docs/parameter-filter-interceptor.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/parameters-in-configuration-results.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/parameters-in-configuration-results.html (original) +++ websites/production/struts/content/release/2.3.x/docs/parameters-in-configuration-results.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/parameters-interceptor.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/parameters-interceptor.html (original) +++ websites/production/struts/content/release/2.3.x/docs/parameters-interceptor.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/password.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/password.html (original) +++ websites/production/struts/content/release/2.3.x/docs/password.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/plaintext-result.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/plaintext-result.html (original) +++ websites/production/struts/content/release/2.3.x/docs/plaintext-result.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/plexus-plugin.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/plexus-plugin.html (original) +++ websites/production/struts/content/release/2.3.x/docs/plexus-plugin.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/portlet-plugin.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/portlet-plugin.html (original) +++ websites/production/struts/content/release/2.3.x/docs/portlet-plugin.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + + + Modified: websites/production/struts/content/release/2.3.x/docs/preparable-interface.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/preparable-interface.html (original) +++ websites/production/struts/content/release/2.3.x/docs/preparable-interface.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/preresultlistener.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/preresultlistener.html (original) +++ websites/production/struts/content/release/2.3.x/docs/preresultlistener.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + + Modified: websites/production/struts/content/release/2.3.x/docs/profiling-interceptor.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/profiling-interceptor.html (original) +++ websites/production/struts/content/release/2.3.x/docs/profiling-interceptor.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/profiling.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/profiling.html (original) +++ websites/production/struts/content/release/2.3.x/docs/profiling.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/property.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/property.html (original) +++ websites/production/struts/content/release/2.3.x/docs/property.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/pure-javascript-client-side-validation.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/pure-javascript-client-side-validation.html (original) +++ websites/production/struts/content/release/2.3.x/docs/pure-javascript-client-side-validation.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/push.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/push.html (original) +++ websites/production/struts/content/release/2.3.x/docs/push.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/radio.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/radio.html (original) +++ websites/production/struts/content/release/2.3.x/docs/radio.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. + Modified: websites/production/struts/content/release/2.3.x/docs/redirect-action-result.html ============================================================================== --- websites/production/struts/content/release/2.3.x/docs/redirect-action-result.html (original) +++ websites/production/struts/content/release/2.3.x/docs/redirect-action-result.html Thu Mar 6 08:37:09 2014 @@ -37,6 +37,7 @@ under the License. +