From 1c01b7a114474f03667304d75bd9fdaf609d2127 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 25 Jun 2024 17:38:44 +0000 Subject: [PATCH] chore: updates index.html files incl. dokka versions --- docs/current/index.html | 35 ++- .../-vite-properties/-vite-properties.html | 76 +++++ .../-vite-properties/index.html | 187 ++++++++++++ .../-vite-properties/is-debug.html | 76 +++++ .../-vite-properties/local-server-url.html | 76 +++++ .../-vite-properties/manifest-path.html | 76 +++++ .../-vite-properties/resource-path.html | 76 +++++ .../-vite-properties/set-debug.html | 76 +++++ .../javite-core/com.javite.config/index.html | 100 +++++++ .../-html-utils/-html-utils.html | 76 +++++ .../-html-utils/generate-link-tag.html | 76 +++++ .../-html-utils/generate-script-tag.html | 76 +++++ .../com.javite.util/-html-utils/index.html | 134 +++++++++ .../-manifest-utils/-manifest-utils.html | 76 +++++ .../-manifest-utils/index.html | 119 ++++++++ .../-manifest-utils/read-manifest.html | 76 +++++ .../javite-core/com.javite.util/index.html | 121 ++++++++ docs/current/javite-core/index.html | 117 ++++++++ docs/current/javite-core/navigation.html | 182 ++++++++++++ .../-enable-vite/index.html | 150 ++++++++++ .../com.javite.spring.annotation/index.html | 100 +++++++ .../-vite-config/-vite-config.html | 76 +++++ .../-vite-config/index.html | 124 ++++++++ .../-vite-config/vite-properties.html | 76 +++++ .../com.javite.spring.config/index.html | 105 +++++++ .../-vite-import/-vite-import.html | 76 +++++ .../-vite-import/do-tag.html | 76 +++++ .../-vite-import/index.html | 273 ++++++++++++++++++ .../-vite-import/set-debug.html | 76 +++++ .../-vite-import/set-entry.html | 76 +++++ .../-vite-import/set-local-server-url.html | 76 +++++ .../-vite-import/set-manifest-path.html | 76 +++++ .../-vite-import/set-resource-path.html | 76 +++++ .../com.javite.spring.tags/index.html | 100 +++++++ docs/current/javite-webmvc-jre8/index.html | 137 +++++++++ .../javite-webmvc-jre8/navigation.html | 182 ++++++++++++ .../-enable-vite/index.html | 150 ++++++++++ .../com.javite.spring.annotation/index.html | 100 +++++++ .../-vite-config/-vite-config.html | 76 +++++ .../-vite-config/index.html | 124 ++++++++ .../-vite-config/vite-properties.html | 76 +++++ .../com.javite.spring.config/index.html | 105 +++++++ .../-vite-import/-vite-import.html | 76 +++++ .../-vite-import/do-tag.html | 76 +++++ .../-vite-import/index.html | 273 ++++++++++++++++++ .../-vite-import/set-debug.html | 76 +++++ .../-vite-import/set-entry.html | 76 +++++ .../-vite-import/set-local-server-url.html | 76 +++++ .../-vite-import/set-manifest-path.html | 76 +++++ .../-vite-import/set-resource-path.html | 76 +++++ .../com.javite.spring.tags/index.html | 100 +++++++ docs/current/javite-webmvc/index.html | 137 +++++++++ docs/current/javite-webmvc/navigation.html | 182 ++++++++++++ docs/current/navigation.html | 100 +++++++ docs/current/package-list | 11 + docs/current/scripts/pages.json | 2 +- .../current/scripts/sourceset_dependencies.js | 2 +- .../vite-spring-webmvc-jre8/navigation.html | 100 +++++++ .../vite-spring-webmvc/navigation.html | 100 +++++++ 59 files changed, 5853 insertions(+), 3 deletions(-) create mode 100644 docs/current/javite-core/com.javite.config/-vite-properties/-vite-properties.html create mode 100644 docs/current/javite-core/com.javite.config/-vite-properties/index.html create mode 100644 docs/current/javite-core/com.javite.config/-vite-properties/is-debug.html create mode 100644 docs/current/javite-core/com.javite.config/-vite-properties/local-server-url.html create mode 100644 docs/current/javite-core/com.javite.config/-vite-properties/manifest-path.html create mode 100644 docs/current/javite-core/com.javite.config/-vite-properties/resource-path.html create mode 100644 docs/current/javite-core/com.javite.config/-vite-properties/set-debug.html create mode 100644 docs/current/javite-core/com.javite.config/index.html create mode 100644 docs/current/javite-core/com.javite.util/-html-utils/-html-utils.html create mode 100644 docs/current/javite-core/com.javite.util/-html-utils/generate-link-tag.html create mode 100644 docs/current/javite-core/com.javite.util/-html-utils/generate-script-tag.html create mode 100644 docs/current/javite-core/com.javite.util/-html-utils/index.html create mode 100644 docs/current/javite-core/com.javite.util/-manifest-utils/-manifest-utils.html create mode 100644 docs/current/javite-core/com.javite.util/-manifest-utils/index.html create mode 100644 docs/current/javite-core/com.javite.util/-manifest-utils/read-manifest.html create mode 100644 docs/current/javite-core/com.javite.util/index.html create mode 100644 docs/current/javite-core/index.html create mode 100644 docs/current/javite-core/navigation.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.annotation/-enable-vite/index.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.annotation/index.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/-vite-config.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/index.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/vite-properties.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.config/index.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/-vite-import.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/do-tag.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/index.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-debug.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-entry.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-local-server-url.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-manifest-path.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-resource-path.html create mode 100644 docs/current/javite-webmvc-jre8/com.javite.spring.tags/index.html create mode 100644 docs/current/javite-webmvc-jre8/index.html create mode 100644 docs/current/javite-webmvc-jre8/navigation.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.annotation/-enable-vite/index.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.annotation/index.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.config/-vite-config/-vite-config.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.config/-vite-config/index.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.config/-vite-config/vite-properties.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.config/index.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/-vite-import.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/do-tag.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/index.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-debug.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-entry.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-local-server-url.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-manifest-path.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-resource-path.html create mode 100644 docs/current/javite-webmvc/com.javite.spring.tags/index.html create mode 100644 docs/current/javite-webmvc/index.html create mode 100644 docs/current/javite-webmvc/navigation.html diff --git a/docs/current/index.html b/docs/current/index.html index 35fa1c7..1298194 100644 --- a/docs/current/index.html +++ b/docs/current/index.html @@ -61,7 +61,40 @@

All modules:

-
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
diff --git a/docs/current/javite-core/com.javite.config/-vite-properties/-vite-properties.html b/docs/current/javite-core/com.javite.config/-vite-properties/-vite-properties.html new file mode 100644 index 0000000..7df9d8b --- /dev/null +++ b/docs/current/javite-core/com.javite.config/-vite-properties/-vite-properties.html @@ -0,0 +1,76 @@ + + + + + ViteProperties + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteProperties

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.config/-vite-properties/index.html b/docs/current/javite-core/com.javite.config/-vite-properties/index.html new file mode 100644 index 0000000..7d5a3a6 --- /dev/null +++ b/docs/current/javite-core/com.javite.config/-vite-properties/index.html @@ -0,0 +1,187 @@ + + + + + ViteProperties + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteProperties

+
open class ViteProperties

Configuration properties for integrating Vite with Java web applications.

This class provides properties that can be used to configure the Vite integration, including settings for the Vite manifest file, local development server URL, resource paths, and debug mode.

These properties can be configured in the application's configuration file (e.g., `application.properties` or `application.yml` for Spring applications) and are typically used by integration modules to facilitate the setup and use of Vite in Java web applications.

Usage example:

vite.debug=true
+vite.manifestPath=/WEB-INF/dist/.vite/manifest.json
+vite.localServerUrl=http://localhost:5173
+vite.resourcePath=/resources
+
+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
The local server URL for Vite development.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
The path of the manifest file generated by Vite.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
The path to the resources.
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun isDebug(): Boolean
Returns whether debug mode is enabled.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setDebug(debug: Boolean)
Sets whether debug mode is enabled.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.config/-vite-properties/is-debug.html b/docs/current/javite-core/com.javite.config/-vite-properties/is-debug.html new file mode 100644 index 0000000..a00c6ff --- /dev/null +++ b/docs/current/javite-core/com.javite.config/-vite-properties/is-debug.html @@ -0,0 +1,76 @@ + + + + + isDebug + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

isDebug

+
+
open fun isDebug(): Boolean

Returns whether debug mode is enabled.

Return

true if debug mode is enabled, false otherwise

+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.config/-vite-properties/local-server-url.html b/docs/current/javite-core/com.javite.config/-vite-properties/local-server-url.html new file mode 100644 index 0000000..7a87d1a --- /dev/null +++ b/docs/current/javite-core/com.javite.config/-vite-properties/local-server-url.html @@ -0,0 +1,76 @@ + + + + + localServerUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

localServerUrl

+
+

The local server URL for Vite development.

Default is http://localhost:5173.

+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.config/-vite-properties/manifest-path.html b/docs/current/javite-core/com.javite.config/-vite-properties/manifest-path.html new file mode 100644 index 0000000..60591ca --- /dev/null +++ b/docs/current/javite-core/com.javite.config/-vite-properties/manifest-path.html @@ -0,0 +1,76 @@ + + + + + manifestPath + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

manifestPath

+
+

The path of the manifest file generated by Vite.

Default is /WEB-INF/dist/.vite/manifest.json.

+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.config/-vite-properties/resource-path.html b/docs/current/javite-core/com.javite.config/-vite-properties/resource-path.html new file mode 100644 index 0000000..8b790a9 --- /dev/null +++ b/docs/current/javite-core/com.javite.config/-vite-properties/resource-path.html @@ -0,0 +1,76 @@ + + + + + resourcePath + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

resourcePath

+
+

The path to the resources.

Default is /resources.

+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.config/-vite-properties/set-debug.html b/docs/current/javite-core/com.javite.config/-vite-properties/set-debug.html new file mode 100644 index 0000000..0b9fedf --- /dev/null +++ b/docs/current/javite-core/com.javite.config/-vite-properties/set-debug.html @@ -0,0 +1,76 @@ + + + + + setDebug + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDebug

+
+
open fun setDebug(debug: Boolean)

Sets whether debug mode is enabled.

Parameters

debug

true to enable debug mode, false to disable it

+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.config/index.html b/docs/current/javite-core/com.javite.config/index.html new file mode 100644 index 0000000..9cd1eca --- /dev/null +++ b/docs/current/javite-core/com.javite.config/index.html @@ -0,0 +1,100 @@ + + + + + com.javite.config + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains core configuration classes for the JaVite library.

Currently, this package includes the com.javite.config.ViteProperties class, which provides properties for configuring Vite in various Java web applications. These properties include settings for the Vite manifest file, local development server URL, resource paths, and debug mode.

The com.javite.config.ViteProperties class is designed to be used by various integration modules, such as those for Spring MVC, to provide consistent configuration and ease of setup for applications using Vite.

See also

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open class ViteProperties
Configuration properties for integrating Vite with Java web applications.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.util/-html-utils/-html-utils.html b/docs/current/javite-core/com.javite.util/-html-utils/-html-utils.html new file mode 100644 index 0000000..e8c85ea --- /dev/null +++ b/docs/current/javite-core/com.javite.util/-html-utils/-html-utils.html @@ -0,0 +1,76 @@ + + + + + HtmlUtils + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

HtmlUtils

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.util/-html-utils/generate-link-tag.html b/docs/current/javite-core/com.javite.util/-html-utils/generate-link-tag.html new file mode 100644 index 0000000..d45f940 --- /dev/null +++ b/docs/current/javite-core/com.javite.util/-html-utils/generate-link-tag.html @@ -0,0 +1,76 @@ + + + + + generateLinkTag + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

generateLinkTag

+
+
open fun generateLinkTag(href: String): String

Generates an HTML link tag for the specified CSS file.

Return

the HTML link tag

Parameters

href

the URL of the CSS file

+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.util/-html-utils/generate-script-tag.html b/docs/current/javite-core/com.javite.util/-html-utils/generate-script-tag.html new file mode 100644 index 0000000..0265a42 --- /dev/null +++ b/docs/current/javite-core/com.javite.util/-html-utils/generate-script-tag.html @@ -0,0 +1,76 @@ + + + + + generateScriptTag + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

generateScriptTag

+
+

Generates an HTML script tag for the specified JavaScript file.

Return

the HTML script tag

Parameters

src

the source URL of the JavaScript file

+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.util/-html-utils/index.html b/docs/current/javite-core/com.javite.util/-html-utils/index.html new file mode 100644 index 0000000..e477028 --- /dev/null +++ b/docs/current/javite-core/com.javite.util/-html-utils/index.html @@ -0,0 +1,134 @@ + + + + + HtmlUtils + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

HtmlUtils

+
open class HtmlUtils

Utility methods for generating HTML tags for Vite assets.

Author

Benny Yen

Since

0.1.0

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun generateLinkTag(href: String): String
Generates an HTML link tag for the specified CSS file.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
Generates an HTML script tag for the specified JavaScript file.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.util/-manifest-utils/-manifest-utils.html b/docs/current/javite-core/com.javite.util/-manifest-utils/-manifest-utils.html new file mode 100644 index 0000000..be2ac2f --- /dev/null +++ b/docs/current/javite-core/com.javite.util/-manifest-utils/-manifest-utils.html @@ -0,0 +1,76 @@ + + + + + ManifestUtils + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ManifestUtils

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.util/-manifest-utils/index.html b/docs/current/javite-core/com.javite.util/-manifest-utils/index.html new file mode 100644 index 0000000..879a0ff --- /dev/null +++ b/docs/current/javite-core/com.javite.util/-manifest-utils/index.html @@ -0,0 +1,119 @@ + + + + + ManifestUtils + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ManifestUtils

+
open class ManifestUtils

Utility methods for reading and processing Vite manifest files.

This class provides static methods to read and parse the Vite manifest file, which maps entry points to the corresponding generated assets. These methods can be used to retrieve information about the assets for inclusion in web pages.

Author

Benny Yen

Since

0.1.0

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun readManifest(manifestStream: InputStream): JsonNode
Reads the Vite manifest file from an InputStream and returns its contents as a JsonNode.
open fun readManifest(manifestFilePath: String): JsonNode
Reads the Vite manifest file and returns its contents as a JsonNode.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.util/-manifest-utils/read-manifest.html b/docs/current/javite-core/com.javite.util/-manifest-utils/read-manifest.html new file mode 100644 index 0000000..d2fc412 --- /dev/null +++ b/docs/current/javite-core/com.javite.util/-manifest-utils/read-manifest.html @@ -0,0 +1,76 @@ + + + + + readManifest + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

readManifest

+
+
open fun readManifest(manifestFilePath: String): JsonNode

Reads the Vite manifest file and returns its contents as a JsonNode.

Return

the parsed manifest file as a JsonNode

Parameters

manifestFilePath

the path to the manifest file

Throws

if an I/O error occurs while reading the file


open fun readManifest(manifestStream: InputStream): JsonNode

Reads the Vite manifest file from an InputStream and returns its contents as a JsonNode.

Return

the parsed manifest file as a JsonNode

Parameters

manifestStream

the input stream of the manifest file

Throws

if an I/O error occurs while reading the stream

+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/com.javite.util/index.html b/docs/current/javite-core/com.javite.util/index.html new file mode 100644 index 0000000..0d2de7c --- /dev/null +++ b/docs/current/javite-core/com.javite.util/index.html @@ -0,0 +1,121 @@ + + + + + com.javite.util + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains utility classes for the JaVite library.

The utility classes in this package provide various helper methods to support the integration of Vite with Java web applications. These utilities simplify tasks such as reading Vite manifest files and generating HTML tags for Vite assets.

The following classes are included in this package:

Usage example:


+// Reading the Vite manifest
+JsonNode manifest = ManifestUtils.readManifest(manifestFilePath);
+
+// Generating a script tag
+String scriptTag = HtmlUtils.generateScriptTag("http://localhost:5173/src/main.js");
+

See also

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open class HtmlUtils
Utility methods for generating HTML tags for Vite assets.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open class ManifestUtils
Utility methods for reading and processing Vite manifest files.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/index.html b/docs/current/javite-core/index.html new file mode 100644 index 0000000..dffb21b --- /dev/null +++ b/docs/current/javite-core/index.html @@ -0,0 +1,117 @@ + + + + + javite-core + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

javite-core

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains core configuration classes for the JaVite library.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains utility classes for the JaVite library.

+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-core/navigation.html b/docs/current/javite-core/navigation.html new file mode 100644 index 0000000..4e53d64 --- /dev/null +++ b/docs/current/javite-core/navigation.html @@ -0,0 +1,182 @@ + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.annotation/-enable-vite/index.html b/docs/current/javite-webmvc-jre8/com.javite.spring.annotation/-enable-vite/index.html new file mode 100644 index 0000000..030f141 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.annotation/-enable-vite/index.html @@ -0,0 +1,150 @@ + + + + + EnableVite + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

EnableVite

+

Annotation to enable Vite integration in a Spring MVC application.

When this annotation is applied to a @Configuration class, it imports the ViteConfig configuration, which sets up the necessary beans and configuration for using Vite in the application.

Usage:

@Configuration
+@EnableVite
+public class AppConfig {
+    // Your other Spring configuration
+}
+

This annotation is typically applied at the top-level configuration class to ensure that Vite's configuration is loaded and available to the application context.

See also

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun annotationType(): Class<out Annotation>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun equals(p: Any): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.annotation/index.html b/docs/current/javite-webmvc-jre8/com.javite.spring.annotation/index.html new file mode 100644 index 0000000..56698d7 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.annotation/index.html @@ -0,0 +1,100 @@ + + + + + com.javite.spring.annotation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains annotations for enabling Vite integration in Spring MVC applications.

The primary annotation in this package is com.javite.spring.annotation.EnableVite, which when applied to a configuration class, imports the necessary configuration for Vite.

See also

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
Annotation to enable Vite integration in a Spring MVC application.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/-vite-config.html b/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/-vite-config.html new file mode 100644 index 0000000..97c071f --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/-vite-config.html @@ -0,0 +1,76 @@ + + + + + ViteConfig + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteConfig

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/index.html b/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/index.html new file mode 100644 index 0000000..494fe65 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/index.html @@ -0,0 +1,124 @@ + + + + + ViteConfig + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteConfig

+
@Configuration
open class ViteConfig

Provides an out-of-the-box configuration for integrating Vite with Spring MVC applications.

This configuration class automatically scans the package io.github.benny123tw.servlet.config for components and provides the necessary beans and properties to enable Vite integration.

The following properties can be configured in the application's application.properties file:

  • vite.debug - Enables or disables debug mode for Vite integration. Default is true.
  • vite.manifestPath - Specifies the path to the Vite manifest file. Default is /WEB-INF/dist/.vite/manifest.json.
  • vite.localServerUrl - Specifies the URL of the local Vite development server. Default is http://localhost:5173.
  • vite.resourcePath - Specifies the path to Vite resources. Default is /resources.

Usage example:

@Configuration
+@EnableVite
+public class AppConfig {
+    // Your other Spring configuration
+}
+

See also

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
Creates a ViteProperties bean configured with the application's Vite settings.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/vite-properties.html b/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/vite-properties.html new file mode 100644 index 0000000..79852d6 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.config/-vite-config/vite-properties.html @@ -0,0 +1,76 @@ + + + + + viteProperties + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

viteProperties

+
+

Creates a ViteProperties bean configured with the application's Vite settings.

Return

a configured ViteProperties instance

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.config/index.html b/docs/current/javite-webmvc-jre8/com.javite.spring.config/index.html new file mode 100644 index 0000000..9dae3be --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.config/index.html @@ -0,0 +1,105 @@ + + + + + com.javite.spring.config + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains the configuration classes for integrating Vite with Spring MVC applications.

Classes in this package provide configuration and beans necessary for setting up Vite in a Spring MVC application, including properties for the Vite manifest file, local development server URL, resource paths, and debug settings.

Usage example:

@Configuration
+@EnableVite
+public class AppConfig {
+    // Your other Spring configuration
+}
+

See also

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Configuration
open class ViteConfig
Provides an out-of-the-box configuration for integrating Vite with Spring MVC applications.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/-vite-import.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/-vite-import.html new file mode 100644 index 0000000..817c205 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/-vite-import.html @@ -0,0 +1,76 @@ + + + + + ViteImport + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteImport

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/do-tag.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/do-tag.html new file mode 100644 index 0000000..1f2a214 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/do-tag.html @@ -0,0 +1,76 @@ + + + + + doTag + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

doTag

+
+
open fun doTag()

Processes the tag by determining the environment and including the appropriate assets.

Throws

JspException

if an error occurs during JSP processing

if an I/O error occurs

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/index.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/index.html new file mode 100644 index 0000000..24f0f8b --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/index.html @@ -0,0 +1,273 @@ + + + + + ViteImport + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteImport

+
open class ViteImport : SimpleTagSupport

Custom JSP tag to import Vite-generated assets.

This tag handles the inclusion of Vite-generated JavaScript and CSS assets in JSP pages, dynamically determining the correct assets based on the environment (development or production).

Author

Benny Yen

Since

0.1.0

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
protected open var jspBody: JspFragment
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
protected open var jspContext: JspContext
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun doTag()
Processes the tag by determining the environment and including the appropriate assets.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun findAncestorWithClass(from: JspTag, klass: Class<out Any>): JspTag
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun getParent(): JspTag
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setDebug(isDebug: Boolean)
Sets the debug mode.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setEntry(entry: String)
Sets the entry point for the Vite assets.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setLocalServerUrl(localServerUrl: String)
Sets the URL for the local Vite development server.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setManifestPath(manifestPath: String)
Sets the path to the Vite manifest file.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setParent(parent: JspTag)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setResourcePath(resourcePath: String)
Sets the resource path for the Vite assets.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-debug.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-debug.html new file mode 100644 index 0000000..fe3e228 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-debug.html @@ -0,0 +1,76 @@ + + + + + setDebug + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDebug

+
+
open fun setDebug(isDebug: Boolean)

Sets the debug mode. If true, assets will be loaded from the local Vite development server.

Parameters

isDebug

true for debug mode, false otherwise

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-entry.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-entry.html new file mode 100644 index 0000000..842a06e --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-entry.html @@ -0,0 +1,76 @@ + + + + + setEntry + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setEntry

+
+
open fun setEntry(entry: String)

Sets the entry point for the Vite assets.

Parameters

entry

the entry point for the Vite assets

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-local-server-url.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-local-server-url.html new file mode 100644 index 0000000..7c6cecb --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-local-server-url.html @@ -0,0 +1,76 @@ + + + + + setLocalServerUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLocalServerUrl

+
+
open fun setLocalServerUrl(localServerUrl: String)

Sets the URL for the local Vite development server.

Parameters

localServerUrl

the URL for the local Vite development server

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-manifest-path.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-manifest-path.html new file mode 100644 index 0000000..a1443e0 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-manifest-path.html @@ -0,0 +1,76 @@ + + + + + setManifestPath + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setManifestPath

+
+
open fun setManifestPath(manifestPath: String)

Sets the path to the Vite manifest file.

Parameters

manifestPath

the path to the Vite manifest file

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-resource-path.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-resource-path.html new file mode 100644 index 0000000..77e115d --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-resource-path.html @@ -0,0 +1,76 @@ + + + + + setResourcePath + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setResourcePath

+
+
open fun setResourcePath(resourcePath: String)

Sets the resource path for the Vite assets.

Parameters

resourcePath

the resource path for the Vite assets

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/com.javite.spring.tags/index.html b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/index.html new file mode 100644 index 0000000..5323232 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/com.javite.spring.tags/index.html @@ -0,0 +1,100 @@ + + + + + com.javite.spring.tags + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains Vite's JSP standard tag library for JSP 2.0+. Supports JSP view implementations within Spring's Web MVC framework. For more details on each tag, see the list of tags below with links to individual tag classes, or check the vite.tld file:

Please note that the various tags generated by this form tag library are compliant with https://www.w3.org/TR/xhtml1/ and attendant https://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Strict.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open class ViteImport : SimpleTagSupport
Custom JSP tag to import Vite-generated assets.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/index.html b/docs/current/javite-webmvc-jre8/index.html new file mode 100644 index 0000000..5294818 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/index.html @@ -0,0 +1,137 @@ + + + + + javite-webmvc-jre8 + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

javite-webmvc-jre8

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains annotations for enabling Vite integration in Spring MVC applications.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains the configuration classes for integrating Vite with Spring MVC applications.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains Vite's JSP standard tag library for JSP 2.0+. Supports JSP view implementations within Spring's Web MVC framework. For more details on each tag, see the list of tags below with links to individual tag classes, or check the vite.tld file:

+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc-jre8/navigation.html b/docs/current/javite-webmvc-jre8/navigation.html new file mode 100644 index 0000000..4e53d64 --- /dev/null +++ b/docs/current/javite-webmvc-jre8/navigation.html @@ -0,0 +1,182 @@ + diff --git a/docs/current/javite-webmvc/com.javite.spring.annotation/-enable-vite/index.html b/docs/current/javite-webmvc/com.javite.spring.annotation/-enable-vite/index.html new file mode 100644 index 0000000..ce87a93 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.annotation/-enable-vite/index.html @@ -0,0 +1,150 @@ + + + + + EnableVite + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

EnableVite

+

Annotation to enable Vite integration in a Spring MVC application.

When this annotation is applied to a @Configuration class, it imports the ViteConfig configuration, which sets up the necessary beans and configuration for using Vite in the application.

Usage:

@Configuration
+@EnableVite
+public class AppConfig {
+    // Your other Spring configuration
+}
+

This annotation is typically applied at the top-level configuration class to ensure that Vite's configuration is loaded and available to the application context.

See also

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun annotationType(): Class<out Annotation>
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun equals(p: Any): Boolean
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun hashCode(): Int
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun toString(): String
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.annotation/index.html b/docs/current/javite-webmvc/com.javite.spring.annotation/index.html new file mode 100644 index 0000000..327f96a --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.annotation/index.html @@ -0,0 +1,100 @@ + + + + + com.javite.spring.annotation + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains annotations for enabling Vite integration in Spring MVC applications.

The primary annotation in this package is com.javite.spring.annotation.EnableVite, which when applied to a configuration class, imports the necessary configuration for Vite.

See also

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
Annotation to enable Vite integration in a Spring MVC application.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/-vite-config.html b/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/-vite-config.html new file mode 100644 index 0000000..ad8dedc --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/-vite-config.html @@ -0,0 +1,76 @@ + + + + + ViteConfig + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteConfig

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/index.html b/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/index.html new file mode 100644 index 0000000..750721e --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/index.html @@ -0,0 +1,124 @@ + + + + + ViteConfig + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteConfig

+
@Configuration
open class ViteConfig

Provides an out-of-the-box configuration for integrating Vite with Spring MVC applications.

This configuration class automatically scans the package io.github.benny123tw.servlet.config for components and provides the necessary beans and properties to enable Vite integration.

The following properties can be configured in the application's application.properties file:

  • vite.debug - Enables or disables debug mode for Vite integration. Default is true.
  • vite.manifestPath - Specifies the path to the Vite manifest file. Default is /WEB-INF/dist/.vite/manifest.json.
  • vite.localServerUrl - Specifies the URL of the local Vite development server. Default is http://localhost:5173.
  • vite.resourcePath - Specifies the path to Vite resources. Default is /resources.

Usage example:

@Configuration
+@EnableVite
+public class AppConfig {
+    // Your other Spring configuration
+}
+

See also

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
Creates a ViteProperties bean configured with the application's Vite settings.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/vite-properties.html b/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/vite-properties.html new file mode 100644 index 0000000..f83b0d6 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.config/-vite-config/vite-properties.html @@ -0,0 +1,76 @@ + + + + + viteProperties + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

viteProperties

+
+

Creates a ViteProperties bean configured with the application's Vite settings.

Return

a configured ViteProperties instance

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.config/index.html b/docs/current/javite-webmvc/com.javite.spring.config/index.html new file mode 100644 index 0000000..1d920c5 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.config/index.html @@ -0,0 +1,105 @@ + + + + + com.javite.spring.config + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains the configuration classes for integrating Vite with Spring MVC applications.

Classes in this package provide configuration and beans necessary for setting up Vite in a Spring MVC application, including properties for the Vite manifest file, local development server URL, resource paths, and debug settings.

Usage example:

@Configuration
+@EnableVite
+public class AppConfig {
+    // Your other Spring configuration
+}
+

See also

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@Configuration
open class ViteConfig
Provides an out-of-the-box configuration for integrating Vite with Spring MVC applications.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/-vite-import.html b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/-vite-import.html new file mode 100644 index 0000000..632a5b7 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/-vite-import.html @@ -0,0 +1,76 @@ + + + + + ViteImport + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteImport

+
+
constructor()
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/do-tag.html b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/do-tag.html new file mode 100644 index 0000000..04fb287 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/do-tag.html @@ -0,0 +1,76 @@ + + + + + doTag + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

doTag

+
+
open fun doTag()

Processes the tag by determining the environment and including the appropriate assets.

Throws

JspException

if an error occurs during JSP processing

if an I/O error occurs

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/index.html b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/index.html new file mode 100644 index 0000000..c104c49 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/index.html @@ -0,0 +1,273 @@ + + + + + ViteImport + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

ViteImport

+
open class ViteImport : SimpleTagSupport

Custom JSP tag to import Vite-generated assets.

This tag handles the inclusion of Vite-generated JavaScript and CSS assets in JSP pages, dynamically determining the correct assets based on the environment (development or production).

Author

Benny Yen

Since

0.1.0

+
+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
constructor()
+
+
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
protected open var jspBody: JspFragment
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
protected open var jspContext: JspContext
+
+
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun doTag()
Processes the tag by determining the environment and including the appropriate assets.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun findAncestorWithClass(from: JspTag, klass: Class<out Any>): JspTag
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun getParent(): JspTag
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setDebug(isDebug: Boolean)
Sets the debug mode.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setEntry(entry: String)
Sets the entry point for the Vite assets.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setLocalServerUrl(localServerUrl: String)
Sets the URL for the local Vite development server.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setManifestPath(manifestPath: String)
Sets the path to the Vite manifest file.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setParent(parent: JspTag)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
open fun setResourcePath(resourcePath: String)
Sets the resource path for the Vite assets.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-debug.html b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-debug.html new file mode 100644 index 0000000..ecc4da0 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-debug.html @@ -0,0 +1,76 @@ + + + + + setDebug + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setDebug

+
+
open fun setDebug(isDebug: Boolean)

Sets the debug mode. If true, assets will be loaded from the local Vite development server.

Parameters

isDebug

true for debug mode, false otherwise

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-entry.html b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-entry.html new file mode 100644 index 0000000..e04c3fc --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-entry.html @@ -0,0 +1,76 @@ + + + + + setEntry + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setEntry

+
+
open fun setEntry(entry: String)

Sets the entry point for the Vite assets.

Parameters

entry

the entry point for the Vite assets

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-local-server-url.html b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-local-server-url.html new file mode 100644 index 0000000..c6379bb --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-local-server-url.html @@ -0,0 +1,76 @@ + + + + + setLocalServerUrl + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setLocalServerUrl

+
+
open fun setLocalServerUrl(localServerUrl: String)

Sets the URL for the local Vite development server.

Parameters

localServerUrl

the URL for the local Vite development server

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-manifest-path.html b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-manifest-path.html new file mode 100644 index 0000000..a2e7296 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-manifest-path.html @@ -0,0 +1,76 @@ + + + + + setManifestPath + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setManifestPath

+
+
open fun setManifestPath(manifestPath: String)

Sets the path to the Vite manifest file.

Parameters

manifestPath

the path to the Vite manifest file

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-resource-path.html b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-resource-path.html new file mode 100644 index 0000000..7b50dff --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/-vite-import/set-resource-path.html @@ -0,0 +1,76 @@ + + + + + setResourcePath + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

setResourcePath

+
+
open fun setResourcePath(resourcePath: String)

Sets the resource path for the Vite assets.

Parameters

resourcePath

the resource path for the Vite assets

+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/com.javite.spring.tags/index.html b/docs/current/javite-webmvc/com.javite.spring.tags/index.html new file mode 100644 index 0000000..c9f5ee5 --- /dev/null +++ b/docs/current/javite-webmvc/com.javite.spring.tags/index.html @@ -0,0 +1,100 @@ + + + + + com.javite.spring.tags + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

Package-level declarations

+

This package contains Vite's JSP standard tag library for JSP 2.0+. Supports JSP view implementations within Spring's Web MVC framework. For more details on each tag, see the list of tags below with links to individual tag classes, or check the vite.tld file:

Please note that the various tags generated by this form tag library are compliant with https://www.w3.org/TR/xhtml1/ and attendant https://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Strict.

+
+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
open class ViteImport : SimpleTagSupport
Custom JSP tag to import Vite-generated assets.
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/index.html b/docs/current/javite-webmvc/index.html new file mode 100644 index 0000000..1038288 --- /dev/null +++ b/docs/current/javite-webmvc/index.html @@ -0,0 +1,137 @@ + + + + + javite-webmvc + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+

javite-webmvc

+
+

Packages

+
+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains annotations for enabling Vite integration in Spring MVC applications.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains the configuration classes for integrating Vite with Spring MVC applications.

+
+
+
+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+ +
+
+
+
+

This package contains Vite's JSP standard tag library for JSP 2.0+. Supports JSP view implementations within Spring's Web MVC framework. For more details on each tag, see the list of tags below with links to individual tag classes, or check the vite.tld file:

+
+
+
+
+
+ +
+
+
+ + + diff --git a/docs/current/javite-webmvc/navigation.html b/docs/current/javite-webmvc/navigation.html new file mode 100644 index 0000000..4e53d64 --- /dev/null +++ b/docs/current/javite-webmvc/navigation.html @@ -0,0 +1,182 @@ + diff --git a/docs/current/navigation.html b/docs/current/navigation.html index dc31c18..40cbcc0 100644 --- a/docs/current/navigation.html +++ b/docs/current/navigation.html @@ -1,4 +1,104 @@
+
+ +
+ +
+ +
+
+
+ +
+
+ HtmlUtils +
+
+
+ +
+
+
+ +
vite-spring-webmvc diff --git a/docs/current/package-list b/docs/current/package-list index e8828b9..5824357 100644 --- a/docs/current/package-list +++ b/docs/current/package-list @@ -1,6 +1,17 @@ $dokka.format:html-v1 $dokka.linkExtension:html +module:javite-core +com.javite.config +com.javite.util +module:javite-webmvc +com.javite.spring.annotation +com.javite.spring.config +com.javite.spring.tags +module:javite-webmvc-jre8 +com.javite.spring.annotation +com.javite.spring.config +com.javite.spring.tags module:vite-spring-webmvc io.github.benny123tw.servlet.annotation io.github.benny123tw.servlet.config diff --git a/docs/current/scripts/pages.json b/docs/current/scripts/pages.json index 34e2112..3ef3e5c 100644 --- a/docs/current/scripts/pages.json +++ b/docs/current/scripts/pages.json @@ -1 +1 @@ -[{"name":"annotation class EnableVite","description":"io.github.benny123tw.servlet.annotation.EnableVite","location":"vite-spring-webmvc/io.github.benny123tw.servlet.annotation/-enable-vite/index.html","searchKeys":["EnableVite","annotation class EnableVite","io.github.benny123tw.servlet.annotation.EnableVite"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.config.ViteConfig.ViteConfig","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-config/-vite-config.html","searchKeys":["ViteConfig","constructor()","io.github.benny123tw.servlet.config.ViteConfig.ViteConfig"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.config.ViteProperties.ViteProperties","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/-vite-properties.html","searchKeys":["ViteProperties","constructor()","io.github.benny123tw.servlet.config.ViteProperties.ViteProperties"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.tags.ViteImport.ViteImport","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/-vite-import.html","searchKeys":["ViteImport","constructor()","io.github.benny123tw.servlet.tags.ViteImport.ViteImport"]},{"name":"open class ViteConfig","description":"io.github.benny123tw.servlet.config.ViteConfig","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-config/index.html","searchKeys":["ViteConfig","open class ViteConfig","io.github.benny123tw.servlet.config.ViteConfig"]},{"name":"open class ViteImport : SimpleTagSupport","description":"io.github.benny123tw.servlet.tags.ViteImport","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/index.html","searchKeys":["ViteImport","open class ViteImport : SimpleTagSupport","io.github.benny123tw.servlet.tags.ViteImport"]},{"name":"open class ViteProperties","description":"io.github.benny123tw.servlet.config.ViteProperties","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/index.html","searchKeys":["ViteProperties","open class ViteProperties","io.github.benny123tw.servlet.config.ViteProperties"]},{"name":"open fun doTag()","description":"io.github.benny123tw.servlet.tags.ViteImport.doTag","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/do-tag.html","searchKeys":["doTag","open fun doTag()","io.github.benny123tw.servlet.tags.ViteImport.doTag"]},{"name":"open fun isDebug(): Boolean","description":"io.github.benny123tw.servlet.config.ViteProperties.isDebug","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/is-debug.html","searchKeys":["isDebug","open fun isDebug(): Boolean","io.github.benny123tw.servlet.config.ViteProperties.isDebug"]},{"name":"open fun setDebug(debug: Boolean)","description":"io.github.benny123tw.servlet.config.ViteProperties.setDebug","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/set-debug.html","searchKeys":["setDebug","open fun setDebug(debug: Boolean)","io.github.benny123tw.servlet.config.ViteProperties.setDebug"]},{"name":"open fun setDebug(isDebug: Boolean)","description":"io.github.benny123tw.servlet.tags.ViteImport.setDebug","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-debug.html","searchKeys":["setDebug","open fun setDebug(isDebug: Boolean)","io.github.benny123tw.servlet.tags.ViteImport.setDebug"]},{"name":"open fun setEntry(entry: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setEntry","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-entry.html","searchKeys":["setEntry","open fun setEntry(entry: String)","io.github.benny123tw.servlet.tags.ViteImport.setEntry"]},{"name":"open fun setLocalServerUrl(localServerUrl: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setLocalServerUrl","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-local-server-url.html","searchKeys":["setLocalServerUrl","open fun setLocalServerUrl(localServerUrl: String)","io.github.benny123tw.servlet.tags.ViteImport.setLocalServerUrl"]},{"name":"open fun setManifestPath(manifestPath: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setManifestPath","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-manifest-path.html","searchKeys":["setManifestPath","open fun setManifestPath(manifestPath: String)","io.github.benny123tw.servlet.tags.ViteImport.setManifestPath"]},{"name":"open fun setResourcePath(resourcePath: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setResourcePath","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-resource-path.html","searchKeys":["setResourcePath","open fun setResourcePath(resourcePath: String)","io.github.benny123tw.servlet.tags.ViteImport.setResourcePath"]},{"name":"open fun viteProperties(): ViteProperties","description":"io.github.benny123tw.servlet.config.ViteConfig.viteProperties","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-config/vite-properties.html","searchKeys":["viteProperties","open fun viteProperties(): ViteProperties","io.github.benny123tw.servlet.config.ViteConfig.viteProperties"]},{"name":"open var localServerUrl: String","description":"io.github.benny123tw.servlet.config.ViteProperties.localServerUrl","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/local-server-url.html","searchKeys":["localServerUrl","open var localServerUrl: String","io.github.benny123tw.servlet.config.ViteProperties.localServerUrl"]},{"name":"open var manifestPath: String","description":"io.github.benny123tw.servlet.config.ViteProperties.manifestPath","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/manifest-path.html","searchKeys":["manifestPath","open var manifestPath: String","io.github.benny123tw.servlet.config.ViteProperties.manifestPath"]},{"name":"open var resourcePath: String","description":"io.github.benny123tw.servlet.config.ViteProperties.resourcePath","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/resource-path.html","searchKeys":["resourcePath","open var resourcePath: String","io.github.benny123tw.servlet.config.ViteProperties.resourcePath"]},{"name":"annotation class EnableVite","description":"io.github.benny123tw.servlet.annotation.EnableVite","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.annotation/-enable-vite/index.html","searchKeys":["EnableVite","annotation class EnableVite","io.github.benny123tw.servlet.annotation.EnableVite"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.config.ViteConfig.ViteConfig","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-config/-vite-config.html","searchKeys":["ViteConfig","constructor()","io.github.benny123tw.servlet.config.ViteConfig.ViteConfig"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.config.ViteProperties.ViteProperties","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/-vite-properties.html","searchKeys":["ViteProperties","constructor()","io.github.benny123tw.servlet.config.ViteProperties.ViteProperties"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.tags.ViteImport.ViteImport","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/-vite-import.html","searchKeys":["ViteImport","constructor()","io.github.benny123tw.servlet.tags.ViteImport.ViteImport"]},{"name":"open class ViteConfig","description":"io.github.benny123tw.servlet.config.ViteConfig","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-config/index.html","searchKeys":["ViteConfig","open class ViteConfig","io.github.benny123tw.servlet.config.ViteConfig"]},{"name":"open class ViteImport : SimpleTagSupport","description":"io.github.benny123tw.servlet.tags.ViteImport","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/index.html","searchKeys":["ViteImport","open class ViteImport : SimpleTagSupport","io.github.benny123tw.servlet.tags.ViteImport"]},{"name":"open class ViteProperties","description":"io.github.benny123tw.servlet.config.ViteProperties","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/index.html","searchKeys":["ViteProperties","open class ViteProperties","io.github.benny123tw.servlet.config.ViteProperties"]},{"name":"open fun doTag()","description":"io.github.benny123tw.servlet.tags.ViteImport.doTag","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/do-tag.html","searchKeys":["doTag","open fun doTag()","io.github.benny123tw.servlet.tags.ViteImport.doTag"]},{"name":"open fun isDebug(): Boolean","description":"io.github.benny123tw.servlet.config.ViteProperties.isDebug","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/is-debug.html","searchKeys":["isDebug","open fun isDebug(): Boolean","io.github.benny123tw.servlet.config.ViteProperties.isDebug"]},{"name":"open fun setDebug(debug: Boolean)","description":"io.github.benny123tw.servlet.config.ViteProperties.setDebug","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/set-debug.html","searchKeys":["setDebug","open fun setDebug(debug: Boolean)","io.github.benny123tw.servlet.config.ViteProperties.setDebug"]},{"name":"open fun setDebug(isDebug: Boolean)","description":"io.github.benny123tw.servlet.tags.ViteImport.setDebug","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-debug.html","searchKeys":["setDebug","open fun setDebug(isDebug: Boolean)","io.github.benny123tw.servlet.tags.ViteImport.setDebug"]},{"name":"open fun setEntry(entry: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setEntry","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-entry.html","searchKeys":["setEntry","open fun setEntry(entry: String)","io.github.benny123tw.servlet.tags.ViteImport.setEntry"]},{"name":"open fun setLocalServerUrl(localServerUrl: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setLocalServerUrl","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-local-server-url.html","searchKeys":["setLocalServerUrl","open fun setLocalServerUrl(localServerUrl: String)","io.github.benny123tw.servlet.tags.ViteImport.setLocalServerUrl"]},{"name":"open fun setManifestPath(manifestPath: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setManifestPath","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-manifest-path.html","searchKeys":["setManifestPath","open fun setManifestPath(manifestPath: String)","io.github.benny123tw.servlet.tags.ViteImport.setManifestPath"]},{"name":"open fun setResourcePath(resourcePath: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setResourcePath","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-resource-path.html","searchKeys":["setResourcePath","open fun setResourcePath(resourcePath: String)","io.github.benny123tw.servlet.tags.ViteImport.setResourcePath"]},{"name":"open fun viteProperties(): ViteProperties","description":"io.github.benny123tw.servlet.config.ViteConfig.viteProperties","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-config/vite-properties.html","searchKeys":["viteProperties","open fun viteProperties(): ViteProperties","io.github.benny123tw.servlet.config.ViteConfig.viteProperties"]},{"name":"open var localServerUrl: String","description":"io.github.benny123tw.servlet.config.ViteProperties.localServerUrl","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/local-server-url.html","searchKeys":["localServerUrl","open var localServerUrl: String","io.github.benny123tw.servlet.config.ViteProperties.localServerUrl"]},{"name":"open var manifestPath: String","description":"io.github.benny123tw.servlet.config.ViteProperties.manifestPath","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/manifest-path.html","searchKeys":["manifestPath","open var manifestPath: String","io.github.benny123tw.servlet.config.ViteProperties.manifestPath"]},{"name":"open var resourcePath: String","description":"io.github.benny123tw.servlet.config.ViteProperties.resourcePath","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/resource-path.html","searchKeys":["resourcePath","open var resourcePath: String","io.github.benny123tw.servlet.config.ViteProperties.resourcePath"]}] \ No newline at end of file +[{"name":"constructor()","description":"com.javite.config.ViteProperties.ViteProperties","location":"javite-core/com.javite.config/-vite-properties/-vite-properties.html","searchKeys":["ViteProperties","constructor()","com.javite.config.ViteProperties.ViteProperties"]},{"name":"constructor()","description":"com.javite.util.HtmlUtils.HtmlUtils","location":"javite-core/com.javite.util/-html-utils/-html-utils.html","searchKeys":["HtmlUtils","constructor()","com.javite.util.HtmlUtils.HtmlUtils"]},{"name":"constructor()","description":"com.javite.util.ManifestUtils.ManifestUtils","location":"javite-core/com.javite.util/-manifest-utils/-manifest-utils.html","searchKeys":["ManifestUtils","constructor()","com.javite.util.ManifestUtils.ManifestUtils"]},{"name":"open class HtmlUtils","description":"com.javite.util.HtmlUtils","location":"javite-core/com.javite.util/-html-utils/index.html","searchKeys":["HtmlUtils","open class HtmlUtils","com.javite.util.HtmlUtils"]},{"name":"open class ManifestUtils","description":"com.javite.util.ManifestUtils","location":"javite-core/com.javite.util/-manifest-utils/index.html","searchKeys":["ManifestUtils","open class ManifestUtils","com.javite.util.ManifestUtils"]},{"name":"open class ViteProperties","description":"com.javite.config.ViteProperties","location":"javite-core/com.javite.config/-vite-properties/index.html","searchKeys":["ViteProperties","open class ViteProperties","com.javite.config.ViteProperties"]},{"name":"open fun generateLinkTag(href: String): String","description":"com.javite.util.HtmlUtils.generateLinkTag","location":"javite-core/com.javite.util/-html-utils/generate-link-tag.html","searchKeys":["generateLinkTag","open fun generateLinkTag(href: String): String","com.javite.util.HtmlUtils.generateLinkTag"]},{"name":"open fun generateScriptTag(src: String): String","description":"com.javite.util.HtmlUtils.generateScriptTag","location":"javite-core/com.javite.util/-html-utils/generate-script-tag.html","searchKeys":["generateScriptTag","open fun generateScriptTag(src: String): String","com.javite.util.HtmlUtils.generateScriptTag"]},{"name":"open fun isDebug(): Boolean","description":"com.javite.config.ViteProperties.isDebug","location":"javite-core/com.javite.config/-vite-properties/is-debug.html","searchKeys":["isDebug","open fun isDebug(): Boolean","com.javite.config.ViteProperties.isDebug"]},{"name":"open fun readManifest(manifestFilePath: String): JsonNode","description":"com.javite.util.ManifestUtils.readManifest","location":"javite-core/com.javite.util/-manifest-utils/read-manifest.html","searchKeys":["readManifest","open fun readManifest(manifestFilePath: String): JsonNode","com.javite.util.ManifestUtils.readManifest"]},{"name":"open fun readManifest(manifestStream: InputStream): JsonNode","description":"com.javite.util.ManifestUtils.readManifest","location":"javite-core/com.javite.util/-manifest-utils/read-manifest.html","searchKeys":["readManifest","open fun readManifest(manifestStream: InputStream): JsonNode","com.javite.util.ManifestUtils.readManifest"]},{"name":"open fun setDebug(debug: Boolean)","description":"com.javite.config.ViteProperties.setDebug","location":"javite-core/com.javite.config/-vite-properties/set-debug.html","searchKeys":["setDebug","open fun setDebug(debug: Boolean)","com.javite.config.ViteProperties.setDebug"]},{"name":"open var localServerUrl: String","description":"com.javite.config.ViteProperties.localServerUrl","location":"javite-core/com.javite.config/-vite-properties/local-server-url.html","searchKeys":["localServerUrl","open var localServerUrl: String","com.javite.config.ViteProperties.localServerUrl"]},{"name":"open var manifestPath: String","description":"com.javite.config.ViteProperties.manifestPath","location":"javite-core/com.javite.config/-vite-properties/manifest-path.html","searchKeys":["manifestPath","open var manifestPath: String","com.javite.config.ViteProperties.manifestPath"]},{"name":"open var resourcePath: String","description":"com.javite.config.ViteProperties.resourcePath","location":"javite-core/com.javite.config/-vite-properties/resource-path.html","searchKeys":["resourcePath","open var resourcePath: String","com.javite.config.ViteProperties.resourcePath"]},{"name":"annotation class EnableVite","description":"com.javite.spring.annotation.EnableVite","location":"javite-webmvc/com.javite.spring.annotation/-enable-vite/index.html","searchKeys":["EnableVite","annotation class EnableVite","com.javite.spring.annotation.EnableVite"]},{"name":"constructor()","description":"com.javite.spring.config.ViteConfig.ViteConfig","location":"javite-webmvc/com.javite.spring.config/-vite-config/-vite-config.html","searchKeys":["ViteConfig","constructor()","com.javite.spring.config.ViteConfig.ViteConfig"]},{"name":"constructor()","description":"com.javite.spring.tags.ViteImport.ViteImport","location":"javite-webmvc/com.javite.spring.tags/-vite-import/-vite-import.html","searchKeys":["ViteImport","constructor()","com.javite.spring.tags.ViteImport.ViteImport"]},{"name":"open class ViteConfig","description":"com.javite.spring.config.ViteConfig","location":"javite-webmvc/com.javite.spring.config/-vite-config/index.html","searchKeys":["ViteConfig","open class ViteConfig","com.javite.spring.config.ViteConfig"]},{"name":"open class ViteImport : SimpleTagSupport","description":"com.javite.spring.tags.ViteImport","location":"javite-webmvc/com.javite.spring.tags/-vite-import/index.html","searchKeys":["ViteImport","open class ViteImport : SimpleTagSupport","com.javite.spring.tags.ViteImport"]},{"name":"open fun doTag()","description":"com.javite.spring.tags.ViteImport.doTag","location":"javite-webmvc/com.javite.spring.tags/-vite-import/do-tag.html","searchKeys":["doTag","open fun doTag()","com.javite.spring.tags.ViteImport.doTag"]},{"name":"open fun setDebug(isDebug: Boolean)","description":"com.javite.spring.tags.ViteImport.setDebug","location":"javite-webmvc/com.javite.spring.tags/-vite-import/set-debug.html","searchKeys":["setDebug","open fun setDebug(isDebug: Boolean)","com.javite.spring.tags.ViteImport.setDebug"]},{"name":"open fun setEntry(entry: String)","description":"com.javite.spring.tags.ViteImport.setEntry","location":"javite-webmvc/com.javite.spring.tags/-vite-import/set-entry.html","searchKeys":["setEntry","open fun setEntry(entry: String)","com.javite.spring.tags.ViteImport.setEntry"]},{"name":"open fun setLocalServerUrl(localServerUrl: String)","description":"com.javite.spring.tags.ViteImport.setLocalServerUrl","location":"javite-webmvc/com.javite.spring.tags/-vite-import/set-local-server-url.html","searchKeys":["setLocalServerUrl","open fun setLocalServerUrl(localServerUrl: String)","com.javite.spring.tags.ViteImport.setLocalServerUrl"]},{"name":"open fun setManifestPath(manifestPath: String)","description":"com.javite.spring.tags.ViteImport.setManifestPath","location":"javite-webmvc/com.javite.spring.tags/-vite-import/set-manifest-path.html","searchKeys":["setManifestPath","open fun setManifestPath(manifestPath: String)","com.javite.spring.tags.ViteImport.setManifestPath"]},{"name":"open fun setResourcePath(resourcePath: String)","description":"com.javite.spring.tags.ViteImport.setResourcePath","location":"javite-webmvc/com.javite.spring.tags/-vite-import/set-resource-path.html","searchKeys":["setResourcePath","open fun setResourcePath(resourcePath: String)","com.javite.spring.tags.ViteImport.setResourcePath"]},{"name":"open fun viteProperties(): ViteProperties","description":"com.javite.spring.config.ViteConfig.viteProperties","location":"javite-webmvc/com.javite.spring.config/-vite-config/vite-properties.html","searchKeys":["viteProperties","open fun viteProperties(): ViteProperties","com.javite.spring.config.ViteConfig.viteProperties"]},{"name":"annotation class EnableVite","description":"com.javite.spring.annotation.EnableVite","location":"javite-webmvc-jre8/com.javite.spring.annotation/-enable-vite/index.html","searchKeys":["EnableVite","annotation class EnableVite","com.javite.spring.annotation.EnableVite"]},{"name":"constructor()","description":"com.javite.spring.config.ViteConfig.ViteConfig","location":"javite-webmvc-jre8/com.javite.spring.config/-vite-config/-vite-config.html","searchKeys":["ViteConfig","constructor()","com.javite.spring.config.ViteConfig.ViteConfig"]},{"name":"constructor()","description":"com.javite.spring.tags.ViteImport.ViteImport","location":"javite-webmvc-jre8/com.javite.spring.tags/-vite-import/-vite-import.html","searchKeys":["ViteImport","constructor()","com.javite.spring.tags.ViteImport.ViteImport"]},{"name":"open class ViteConfig","description":"com.javite.spring.config.ViteConfig","location":"javite-webmvc-jre8/com.javite.spring.config/-vite-config/index.html","searchKeys":["ViteConfig","open class ViteConfig","com.javite.spring.config.ViteConfig"]},{"name":"open class ViteImport : SimpleTagSupport","description":"com.javite.spring.tags.ViteImport","location":"javite-webmvc-jre8/com.javite.spring.tags/-vite-import/index.html","searchKeys":["ViteImport","open class ViteImport : SimpleTagSupport","com.javite.spring.tags.ViteImport"]},{"name":"open fun doTag()","description":"com.javite.spring.tags.ViteImport.doTag","location":"javite-webmvc-jre8/com.javite.spring.tags/-vite-import/do-tag.html","searchKeys":["doTag","open fun doTag()","com.javite.spring.tags.ViteImport.doTag"]},{"name":"open fun setDebug(isDebug: Boolean)","description":"com.javite.spring.tags.ViteImport.setDebug","location":"javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-debug.html","searchKeys":["setDebug","open fun setDebug(isDebug: Boolean)","com.javite.spring.tags.ViteImport.setDebug"]},{"name":"open fun setEntry(entry: String)","description":"com.javite.spring.tags.ViteImport.setEntry","location":"javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-entry.html","searchKeys":["setEntry","open fun setEntry(entry: String)","com.javite.spring.tags.ViteImport.setEntry"]},{"name":"open fun setLocalServerUrl(localServerUrl: String)","description":"com.javite.spring.tags.ViteImport.setLocalServerUrl","location":"javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-local-server-url.html","searchKeys":["setLocalServerUrl","open fun setLocalServerUrl(localServerUrl: String)","com.javite.spring.tags.ViteImport.setLocalServerUrl"]},{"name":"open fun setManifestPath(manifestPath: String)","description":"com.javite.spring.tags.ViteImport.setManifestPath","location":"javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-manifest-path.html","searchKeys":["setManifestPath","open fun setManifestPath(manifestPath: String)","com.javite.spring.tags.ViteImport.setManifestPath"]},{"name":"open fun setResourcePath(resourcePath: String)","description":"com.javite.spring.tags.ViteImport.setResourcePath","location":"javite-webmvc-jre8/com.javite.spring.tags/-vite-import/set-resource-path.html","searchKeys":["setResourcePath","open fun setResourcePath(resourcePath: String)","com.javite.spring.tags.ViteImport.setResourcePath"]},{"name":"open fun viteProperties(): ViteProperties","description":"com.javite.spring.config.ViteConfig.viteProperties","location":"javite-webmvc-jre8/com.javite.spring.config/-vite-config/vite-properties.html","searchKeys":["viteProperties","open fun viteProperties(): ViteProperties","com.javite.spring.config.ViteConfig.viteProperties"]},{"name":"annotation class EnableVite","description":"io.github.benny123tw.servlet.annotation.EnableVite","location":"vite-spring-webmvc/io.github.benny123tw.servlet.annotation/-enable-vite/index.html","searchKeys":["EnableVite","annotation class EnableVite","io.github.benny123tw.servlet.annotation.EnableVite"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.config.ViteConfig.ViteConfig","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-config/-vite-config.html","searchKeys":["ViteConfig","constructor()","io.github.benny123tw.servlet.config.ViteConfig.ViteConfig"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.config.ViteProperties.ViteProperties","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/-vite-properties.html","searchKeys":["ViteProperties","constructor()","io.github.benny123tw.servlet.config.ViteProperties.ViteProperties"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.tags.ViteImport.ViteImport","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/-vite-import.html","searchKeys":["ViteImport","constructor()","io.github.benny123tw.servlet.tags.ViteImport.ViteImport"]},{"name":"open class ViteConfig","description":"io.github.benny123tw.servlet.config.ViteConfig","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-config/index.html","searchKeys":["ViteConfig","open class ViteConfig","io.github.benny123tw.servlet.config.ViteConfig"]},{"name":"open class ViteImport : SimpleTagSupport","description":"io.github.benny123tw.servlet.tags.ViteImport","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/index.html","searchKeys":["ViteImport","open class ViteImport : SimpleTagSupport","io.github.benny123tw.servlet.tags.ViteImport"]},{"name":"open class ViteProperties","description":"io.github.benny123tw.servlet.config.ViteProperties","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/index.html","searchKeys":["ViteProperties","open class ViteProperties","io.github.benny123tw.servlet.config.ViteProperties"]},{"name":"open fun doTag()","description":"io.github.benny123tw.servlet.tags.ViteImport.doTag","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/do-tag.html","searchKeys":["doTag","open fun doTag()","io.github.benny123tw.servlet.tags.ViteImport.doTag"]},{"name":"open fun isDebug(): Boolean","description":"io.github.benny123tw.servlet.config.ViteProperties.isDebug","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/is-debug.html","searchKeys":["isDebug","open fun isDebug(): Boolean","io.github.benny123tw.servlet.config.ViteProperties.isDebug"]},{"name":"open fun setDebug(debug: Boolean)","description":"io.github.benny123tw.servlet.config.ViteProperties.setDebug","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/set-debug.html","searchKeys":["setDebug","open fun setDebug(debug: Boolean)","io.github.benny123tw.servlet.config.ViteProperties.setDebug"]},{"name":"open fun setDebug(isDebug: Boolean)","description":"io.github.benny123tw.servlet.tags.ViteImport.setDebug","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-debug.html","searchKeys":["setDebug","open fun setDebug(isDebug: Boolean)","io.github.benny123tw.servlet.tags.ViteImport.setDebug"]},{"name":"open fun setEntry(entry: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setEntry","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-entry.html","searchKeys":["setEntry","open fun setEntry(entry: String)","io.github.benny123tw.servlet.tags.ViteImport.setEntry"]},{"name":"open fun setLocalServerUrl(localServerUrl: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setLocalServerUrl","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-local-server-url.html","searchKeys":["setLocalServerUrl","open fun setLocalServerUrl(localServerUrl: String)","io.github.benny123tw.servlet.tags.ViteImport.setLocalServerUrl"]},{"name":"open fun setManifestPath(manifestPath: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setManifestPath","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-manifest-path.html","searchKeys":["setManifestPath","open fun setManifestPath(manifestPath: String)","io.github.benny123tw.servlet.tags.ViteImport.setManifestPath"]},{"name":"open fun setResourcePath(resourcePath: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setResourcePath","location":"vite-spring-webmvc/io.github.benny123tw.servlet.tags/-vite-import/set-resource-path.html","searchKeys":["setResourcePath","open fun setResourcePath(resourcePath: String)","io.github.benny123tw.servlet.tags.ViteImport.setResourcePath"]},{"name":"open fun viteProperties(): ViteProperties","description":"io.github.benny123tw.servlet.config.ViteConfig.viteProperties","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-config/vite-properties.html","searchKeys":["viteProperties","open fun viteProperties(): ViteProperties","io.github.benny123tw.servlet.config.ViteConfig.viteProperties"]},{"name":"open var localServerUrl: String","description":"io.github.benny123tw.servlet.config.ViteProperties.localServerUrl","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/local-server-url.html","searchKeys":["localServerUrl","open var localServerUrl: String","io.github.benny123tw.servlet.config.ViteProperties.localServerUrl"]},{"name":"open var manifestPath: String","description":"io.github.benny123tw.servlet.config.ViteProperties.manifestPath","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/manifest-path.html","searchKeys":["manifestPath","open var manifestPath: String","io.github.benny123tw.servlet.config.ViteProperties.manifestPath"]},{"name":"open var resourcePath: String","description":"io.github.benny123tw.servlet.config.ViteProperties.resourcePath","location":"vite-spring-webmvc/io.github.benny123tw.servlet.config/-vite-properties/resource-path.html","searchKeys":["resourcePath","open var resourcePath: String","io.github.benny123tw.servlet.config.ViteProperties.resourcePath"]},{"name":"annotation class EnableVite","description":"io.github.benny123tw.servlet.annotation.EnableVite","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.annotation/-enable-vite/index.html","searchKeys":["EnableVite","annotation class EnableVite","io.github.benny123tw.servlet.annotation.EnableVite"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.config.ViteConfig.ViteConfig","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-config/-vite-config.html","searchKeys":["ViteConfig","constructor()","io.github.benny123tw.servlet.config.ViteConfig.ViteConfig"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.config.ViteProperties.ViteProperties","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/-vite-properties.html","searchKeys":["ViteProperties","constructor()","io.github.benny123tw.servlet.config.ViteProperties.ViteProperties"]},{"name":"constructor()","description":"io.github.benny123tw.servlet.tags.ViteImport.ViteImport","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/-vite-import.html","searchKeys":["ViteImport","constructor()","io.github.benny123tw.servlet.tags.ViteImport.ViteImport"]},{"name":"open class ViteConfig","description":"io.github.benny123tw.servlet.config.ViteConfig","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-config/index.html","searchKeys":["ViteConfig","open class ViteConfig","io.github.benny123tw.servlet.config.ViteConfig"]},{"name":"open class ViteImport : SimpleTagSupport","description":"io.github.benny123tw.servlet.tags.ViteImport","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/index.html","searchKeys":["ViteImport","open class ViteImport : SimpleTagSupport","io.github.benny123tw.servlet.tags.ViteImport"]},{"name":"open class ViteProperties","description":"io.github.benny123tw.servlet.config.ViteProperties","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/index.html","searchKeys":["ViteProperties","open class ViteProperties","io.github.benny123tw.servlet.config.ViteProperties"]},{"name":"open fun doTag()","description":"io.github.benny123tw.servlet.tags.ViteImport.doTag","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/do-tag.html","searchKeys":["doTag","open fun doTag()","io.github.benny123tw.servlet.tags.ViteImport.doTag"]},{"name":"open fun isDebug(): Boolean","description":"io.github.benny123tw.servlet.config.ViteProperties.isDebug","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/is-debug.html","searchKeys":["isDebug","open fun isDebug(): Boolean","io.github.benny123tw.servlet.config.ViteProperties.isDebug"]},{"name":"open fun setDebug(debug: Boolean)","description":"io.github.benny123tw.servlet.config.ViteProperties.setDebug","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/set-debug.html","searchKeys":["setDebug","open fun setDebug(debug: Boolean)","io.github.benny123tw.servlet.config.ViteProperties.setDebug"]},{"name":"open fun setDebug(isDebug: Boolean)","description":"io.github.benny123tw.servlet.tags.ViteImport.setDebug","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-debug.html","searchKeys":["setDebug","open fun setDebug(isDebug: Boolean)","io.github.benny123tw.servlet.tags.ViteImport.setDebug"]},{"name":"open fun setEntry(entry: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setEntry","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-entry.html","searchKeys":["setEntry","open fun setEntry(entry: String)","io.github.benny123tw.servlet.tags.ViteImport.setEntry"]},{"name":"open fun setLocalServerUrl(localServerUrl: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setLocalServerUrl","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-local-server-url.html","searchKeys":["setLocalServerUrl","open fun setLocalServerUrl(localServerUrl: String)","io.github.benny123tw.servlet.tags.ViteImport.setLocalServerUrl"]},{"name":"open fun setManifestPath(manifestPath: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setManifestPath","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-manifest-path.html","searchKeys":["setManifestPath","open fun setManifestPath(manifestPath: String)","io.github.benny123tw.servlet.tags.ViteImport.setManifestPath"]},{"name":"open fun setResourcePath(resourcePath: String)","description":"io.github.benny123tw.servlet.tags.ViteImport.setResourcePath","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.tags/-vite-import/set-resource-path.html","searchKeys":["setResourcePath","open fun setResourcePath(resourcePath: String)","io.github.benny123tw.servlet.tags.ViteImport.setResourcePath"]},{"name":"open fun viteProperties(): ViteProperties","description":"io.github.benny123tw.servlet.config.ViteConfig.viteProperties","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-config/vite-properties.html","searchKeys":["viteProperties","open fun viteProperties(): ViteProperties","io.github.benny123tw.servlet.config.ViteConfig.viteProperties"]},{"name":"open var localServerUrl: String","description":"io.github.benny123tw.servlet.config.ViteProperties.localServerUrl","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/local-server-url.html","searchKeys":["localServerUrl","open var localServerUrl: String","io.github.benny123tw.servlet.config.ViteProperties.localServerUrl"]},{"name":"open var manifestPath: String","description":"io.github.benny123tw.servlet.config.ViteProperties.manifestPath","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/manifest-path.html","searchKeys":["manifestPath","open var manifestPath: String","io.github.benny123tw.servlet.config.ViteProperties.manifestPath"]},{"name":"open var resourcePath: String","description":"io.github.benny123tw.servlet.config.ViteProperties.resourcePath","location":"vite-spring-webmvc-jre8/io.github.benny123tw.servlet.config/-vite-properties/resource-path.html","searchKeys":["resourcePath","open var resourcePath: String","io.github.benny123tw.servlet.config.ViteProperties.resourcePath"]}] \ No newline at end of file diff --git a/docs/current/scripts/sourceset_dependencies.js b/docs/current/scripts/sourceset_dependencies.js index fda24e2..9b8ce8a 100644 --- a/docs/current/scripts/sourceset_dependencies.js +++ b/docs/current/scripts/sourceset_dependencies.js @@ -1 +1 @@ -sourceset_dependencies = '{":vite-spring-webmvc:dokkaHtmlPartial/main":[],":vite-spring-webmvc-jre8:dokkaHtmlPartial/main":[]}' \ No newline at end of file +sourceset_dependencies = '{":javite-core:dokkaHtmlPartial/main":[],":javite-webmvc:dokkaHtmlPartial/main":[],":javite-webmvc-jre8:dokkaHtmlPartial/main":[],":vite-spring-webmvc:dokkaHtmlPartial/main":[],":vite-spring-webmvc-jre8:dokkaHtmlPartial/main":[]}' \ No newline at end of file diff --git a/docs/current/vite-spring-webmvc-jre8/navigation.html b/docs/current/vite-spring-webmvc-jre8/navigation.html index bc44a6a..4e53d64 100644 --- a/docs/current/vite-spring-webmvc-jre8/navigation.html +++ b/docs/current/vite-spring-webmvc-jre8/navigation.html @@ -1,4 +1,104 @@
+
+ +
+ +
+ +
+
+
+ +
+
+ HtmlUtils +
+
+
+ +
+
+
+ +
vite-spring-webmvc diff --git a/docs/current/vite-spring-webmvc/navigation.html b/docs/current/vite-spring-webmvc/navigation.html index bc44a6a..4e53d64 100644 --- a/docs/current/vite-spring-webmvc/navigation.html +++ b/docs/current/vite-spring-webmvc/navigation.html @@ -1,4 +1,104 @@