Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 43277200CEB for ; Fri, 28 Jul 2017 10:54:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 417B216C78A; Fri, 28 Jul 2017 08:54:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1B05516C785 for ; Fri, 28 Jul 2017 10:54:09 +0200 (CEST) Received: (qmail 5165 invoked by uid 500); 28 Jul 2017 08:53:56 -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 99701 invoked by uid 99); 28 Jul 2017 08:53:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2017 08:53:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B9356F3304; Fri, 28 Jul 2017 08:53:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Fri, 28 Jul 2017 08:53:48 -0000 Message-Id: <4160100c19784f7dbdae23a24b2ff14f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/51] [partial] struts-site git commit: Adds missing Maven files archived-at: Fri, 28 Jul 2017 08:54:12 -0000 http://git-wip-us.apache.org/repos/asf/struts-site/blob/3c135ada/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultConfig.Builder.html ---------------------------------------------------------------------- diff --git a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultConfig.Builder.html b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultConfig.Builder.html new file mode 100644 index 0000000..efcd7f6 --- /dev/null +++ b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultConfig.Builder.html @@ -0,0 +1,410 @@ + + + + + + +ResultConfig.Builder (Struts 2 Core 2.5.12 API) + + + + + + + + + + + + +
+
com.opensymphony.xwork2.config.entities
+

Class ResultConfig.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.opensymphony.xwork2.config.entities.ResultConfig.Builder
    • +
    +
  • +
+
+
    +
  • +
    +
    Enclosing class:
    +
    ResultConfig
    +
    +
    +
    +
    public static final class ResultConfig.Builder
    +extends Object
    +
    The builder for this object. An instance of this object is the only way to construct a new instance. The + purpose is to enforce the immutability of the object. The methods are structured in a way to support chaining. + After setting any values you need, call the build() method to create the object.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2000–2017 Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/struts-site/blob/3c135ada/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultConfig.html ---------------------------------------------------------------------- diff --git a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultConfig.html b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultConfig.html new file mode 100644 index 0000000..1a3d1c6 --- /dev/null +++ b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultConfig.html @@ -0,0 +1,485 @@ + + + + + + +ResultConfig (Struts 2 Core 2.5.12 API) + + + + + + + + + + + + +
+
com.opensymphony.xwork2.config.entities
+

Class ResultConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Locatable, Serializable
    +
    +
    +
    +
    public class ResultConfig
    +extends Located
    +implements Serializable
    +
    Configuration for Result. + +

    + In the xml configuration file this is defined as the result tag. +

    +
    +
    Author:
    +
    Mike
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2000–2017 Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/struts-site/blob/3c135ada/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultTypeConfig.Builder.html ---------------------------------------------------------------------- diff --git a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultTypeConfig.Builder.html b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultTypeConfig.Builder.html new file mode 100644 index 0000000..2fd16a1 --- /dev/null +++ b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/config/entities/ResultTypeConfig.Builder.html @@ -0,0 +1,410 @@ + + + + + + +ResultTypeConfig.Builder (Struts 2 Core 2.5.12 API) + + + + + + + + + + + + +
+
com.opensymphony.xwork2.config.entities
+

Class ResultTypeConfig.Builder

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • com.opensymphony.xwork2.config.entities.ResultTypeConfig.Builder
    • +
    +
  • +
+
+
    +
  • +
    +
    Enclosing class:
    +
    ResultTypeConfig
    +
    +
    +
    +
    public static final class ResultTypeConfig.Builder
    +extends Object
    +
    The builder for this object. An instance of this object is the only way to construct a new instance. The + purpose is to enforce the immutability of the object. The methods are structured in a way to support chaining. + After setting any values you need, call the build() method to create the object.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2000–2017 Apache Software Foundation. All rights reserved.

+ +