Registry / web-framework / wicket-request

wicket-request

JSON →
library10.8.0javamavenunverified

Provides request handling and HTTP abstraction for the Apache Wicket web application framework.

<dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-request</artifactId> <version>10.8.0</version> </dependency>
INSTALL
IMPORT
SIG · WICKET-REQUEST
W
wicket-request
web-frameworkjavav10.8.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.

Request
org.apache.wicket.request.Request

Gets the current request URL from the Wicket request cycle.

import org.apache.wicket.request.Request; import org.apache.wicket.request.cycle.RequestCycle; public class Quickstart { public static void main(String[] args) { Request request = RequestCycle.get().getRequest(); System.out.println(request.getUrl()); } }
Debug
Known issues
breakingWicket 10.x has breaking changes from earlier versions; ensure compatibility when upgrading.
fix
Review the Wicket 10 migration guide for API changes.
affects: >=10.0
Upgrade
Version history
10.8.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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