Uses of Enum Class
org.miaixz.bus.extra.template.TemplateConfig.ResourceMode
Packages that use TemplateConfig.ResourceMode
Package
Description
This package provides a wrapper for third-party template engines, offering a unified interface to adapt various
template engines.
-
Uses of TemplateConfig.ResourceMode in org.miaixz.bus.extra.template
Methods in org.miaixz.bus.extra.template that return TemplateConfig.ResourceModeModifier and TypeMethodDescriptionTemplateConfig.getResourceMode()Retrieves the resource loading mode for templates.static TemplateConfig.ResourceModeReturns the enum constant of this class with the specified name.static TemplateConfig.ResourceMode[]TemplateConfig.ResourceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.extra.template with parameters of type TemplateConfig.ResourceModeModifier and TypeMethodDescriptionvoidTemplateConfig.setResourceMode(TemplateConfig.ResourceMode resourceMode) Sets the resource loading mode for templates.Constructors in org.miaixz.bus.extra.template with parameters of type TemplateConfig.ResourceModeModifierConstructorDescriptionTemplateConfig(String path, TemplateConfig.ResourceMode resourceMode) Constructs a new TemplateConfig with the specified template path and resource loading mode.TemplateConfig(Charset charset, String path, TemplateConfig.ResourceMode resourceMode) Constructs a new TemplateConfig with the specified character set, template path, and resource loading mode.