You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by hi...@apache.org on 2020/11/27 05:01:45 UTC

[incubator-hop-docs] branch HiromuHota-patch-1 created (now 76370bc)

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

hiromu pushed a change to branch HiromuHota-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git.


      at 76370bc  Add isWeb() as a method to use

This branch includes the following new commits:

     new 76370bc  Add isWeb() as a method to use

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.



[incubator-hop-docs] 01/01: Add isWeb() as a method to use

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

hiromu pushed a commit to branch HiromuHota-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git

commit 76370bcf83217d483274853891128ea4fba31965
Author: Hiromu Hota <hi...@gmail.com>
AuthorDate: Thu Nov 26 21:01:37 2020 -0800

    Add isWeb() as a method to use
    
    See https://github.com/apache/incubator-hop/pull/416
---
 hop-dev-manual/modules/ROOT/pages/webhop/developer-guide.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hop-dev-manual/modules/ROOT/pages/webhop/developer-guide.adoc b/hop-dev-manual/modules/ROOT/pages/webhop/developer-guide.adoc
index 180e69a..1a6d01b 100644
--- a/hop-dev-manual/modules/ROOT/pages/webhop/developer-guide.adoc
+++ b/hop-dev-manual/modules/ROOT/pages/webhop/developer-guide.adoc
@@ -1,5 +1,9 @@
 = Developer Guide
 
+== Methods to use
+
+=== EnvironmentUtils.getInstance().isWeb() to see if the client is a web browser instead of a desktop app.
+
 == Methods to avoid