Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


English

Description

Thai

ลักษณะ

  • org.joget.commons.util.ResourceBundleUtil
  • Under wflow-core module
  • Utility class to retrieve plugin propertise value and i18n message 

...

Code Block
languagejava
import org.joget.commons.util.ResourceBundleUtil;

String label = ResourceBundleUtil.getMessage("general.method.label.ok");

Methods

Thai

กระบวนการ

getApplicationContext
public static org.springframework.context.ApplicationContext getApplicationContext()

...