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 D1F3F200CEB for ; Fri, 28 Jul 2017 10:53:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D066416C760; Fri, 28 Jul 2017 08:53:57 +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 3AB2616C75C for ; Fri, 28 Jul 2017 10:53:56 +0200 (CEST) Received: (qmail 2446 invoked by uid 500); 28 Jul 2017 08:53:53 -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 98571 invoked by uid 99); 28 Jul 2017 08:53:48 -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:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7BAD0F3314; 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:54:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [31/51] [partial] struts-site git commit: Adds missing Maven files archived-at: Fri, 28 Jul 2017 08:53:58 -0000 http://git-wip-us.apache.org/repos/asf/struts-site/blob/3c135ada/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/LocaleProviderFactory.html ---------------------------------------------------------------------- diff --git a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/LocaleProviderFactory.html b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/LocaleProviderFactory.html new file mode 100644 index 0000000..d2a713e --- /dev/null +++ b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/LocaleProviderFactory.html @@ -0,0 +1,237 @@ + + + + + + +LocaleProviderFactory (Struts 2 Core 2.5.12 API) + + + + + + + + + + + + +
+
com.opensymphony.xwork2
+

Interface LocaleProviderFactory

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    DefaultLocaleProviderFactory
    +
    +
    +
    +
    public interface LocaleProviderFactory
    +
    Allows delegate creation of LocaleProvider to another implementation provided + by a user. It also allows avoid problems with too many dependencies as LocaleProvider + is implemented by the ActionSupport which can be defined as a bean in Spring.
    +
  • +
+
+
+ +
+
+
    +
  • + + +
  • +
+
+
+ + + + + +

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/LocalizedTextProvider.html ---------------------------------------------------------------------- diff --git a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/LocalizedTextProvider.html b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/LocalizedTextProvider.html new file mode 100644 index 0000000..d18601f --- /dev/null +++ b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/LocalizedTextProvider.html @@ -0,0 +1,401 @@ + + + + + + +LocalizedTextProvider (Struts 2 Core 2.5.12 API) + + + + + + + + + + + + +
+
com.opensymphony.xwork2
+

Interface LocalizedTextProvider

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

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/ModelDriven.html ---------------------------------------------------------------------- diff --git a/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/ModelDriven.html b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/ModelDriven.html new file mode 100644 index 0000000..9f1a70b --- /dev/null +++ b/content/maven/struts2-core/apidocs/com/opensymphony/xwork2/ModelDriven.html @@ -0,0 +1,240 @@ + + + + + + +ModelDriven (Struts 2 Core 2.5.12 API) + + + + + + + + + + + + +
+
com.opensymphony.xwork2
+

Interface ModelDriven<T>

+
+
+
+
    +
  • +
    +
    All Known Subinterfaces:
    +
    ScopedModelDriven<T>
    +
    +
    +
    +
    public interface ModelDriven<T>
    +
    ModelDriven Actions provide a model object to be pushed onto the ValueStack + in addition to the Action itself, allowing a FormBean type approach like Struts.
    +
    +
    Author:
    +
    Jason Carreira
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      TgetModel() +
      Gets the model to be pushed onto the ValueStack instead of the Action itself.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getModel

        +
        T getModel()
        +
        Gets the model to be pushed onto the ValueStack instead of the Action itself.
        +
        +
        Returns:
        +
        the model
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ +