Registry / web-framework / wicket-util

wicket-util

JSON →
library10.2.0javamavenunverified

Apache Wicket is a component-based web application framework; wicket-util provides utility classes for Wicket applications.

<dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-util</artifactId> <version>10.2.0</version> </dependency>
INSTALL
IMPORT
SIG · WICKET-UTIL
W
wicket-util
web-frameworkjavav10.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Strings
org.apache.wicket.util.string.Strings

Escape HTML markup using Wicket's Strings utility.

import org.apache.wicket.util.string.Strings; public class Example { public static void main(String[] args) { String escaped = Strings.escapeMarkup("<script>alert('xss')</script>"); System.out.println(escaped); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
wicket-util — mvn dependency:get wicket-util · libregistry