Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
English
Introduced in v5, the API Domain Whitelist setting in General Settings needs to be configured to allow JSON API requests. If a request is from a non-whitelisted domain, the response will be a HTTP 400 Bad Request.

...

Thai

มีการแนะนำใน v5 การตั้งค่ารายการที่อนุญาตพิเศษของโดเมน API ในการตั้งค่าทั่วไปจำเป็นต้องได้รับการกำหนดค่าให้อนุญาตการร้องขอ JSON API หากคำขอมาจากโดเมนที่ไม่ใช่รายการที่อนุญาตพิเศษการตอบกลับจะเป็น HTTP 400 Bad Request


Table of Contents

Usages

Thai

ตามธรรมเนียม

  • Used to provide additional HTML page or Web Service for AJAX call for the system.

    Thai

    ใช้เพื่อให้หน้า HTML เพิ่มเติมหรือบริการบนเว็บสำหรับการโทร AJAX สำหรับระบบ

  • A usable Web Service Plugin need to extends org.joget.plugin.base.ExtDefaultPlugin abstract class and implements org.joget.plugin.base.PluginWebSupport interface.

    Thai
    ปลั๊กอินของบริการบนเว็บที่ใช้งานได้จำเป็นต้องขยายคลาส abstract org.joget.plugin.base.ExtDefaultPlugin และใช้ org.joget.plugin.base.PluginWebSupport
  • Web Service Plugin can be any plugin from other plugin types which implemented org.joget.plugin.base.PluginWebSupport interface.

    Thai
    ปลั๊กอินบริการบนเว็บสามารถเป็นปลั๊กอินใด ๆ จากปลั๊กอินประเภทอื่นซึ่งใช้งาน org.joget.plugin.base.PluginWebSupport อินเตอร์เฟส

Interface

Thai

อินเตอร์เฟซ

org.joget.plugin.base.PluginWebSupport

  • Under wflow-plugin-base module

    Thai

    ภายใต้โมดูล wflow-plugin-base

  • Interface for Web Service Plugin

    Thai

    อินเตอร์เฟสสำหรับปลั๊กอินบริการเว็บ

Method Detail

Thai

รายละเอียดวิธีการ


Interface Methods
Thai
วิธีการเชื่อมต่อ
webService
public void webService(javax.servlet.HttpServletRequest request, javax.servlet.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException

Work similar to a Servlet.

Thai

ทำงานคล้ายกับ Servlet

URL Pattern 

Thai

รูปแบบ URL

{Context Path}/web/json/plugin/{Plugin Class Name}/service

...

Plugin Properties Options

Thai

ตัวเลือกคุณสมบัติปลั๊กอิน

  • Does not support.

    Thai

    ไม่รองรับ

Tutorials

Thai

สอน


Related Community Plugins

Thai

ปลั๊กอินที่เกี่ยวข้อง

  • Department Permission
    org.joget.apps.userview.lib.DepartmentPermission (wflow-core)
  • Email Tool
    org.joget.apps.app.lib.EmailTool (wflow-core)
  • Group Permission
    org.joget.apps.userview.lib.GroupPermission (wflow-core)
  • Inbox
    org.joget.apps.userview.lib.InboxMenu (wflow-core)
  • Organization Permission
    org.joget.apps.userview.lib.OrganizationPermission (wflow-core)
  • Run Process
    org.joget.apps.userview.lib.RunProcess (wflow-core)
  • Subform
    org.joget.apps.form.lib.SubForm (wflow-core)
  • User Notification
    org.joget.apps.app.lib.UserNotificationAuditTrail (wflow-core)
  • User Permission
    org.joget.apps.userview.lib.UserPermission (wflow-core)