#3188: ClientIpResolver.java
projectforge-wicket/src/main/java/org/projectforge/web/wicket/ClientIpResolver.java Type: Java Resolver Utility · Purpose: Utility class providing helper methods and common functions. · Source: projectforge-wicket/src/main/java/org/projectforge/web/wicket/ClientIpResolver.java 83 lines · 46 code · 28 comments · 9 blank
Utility class providing helper methods and common functions.
Class: ClientIpResolver
Extends: WebClientInfo
Fields
| Name | Type | Access | Modifiers |
serialVersionUID | long | private | static final |
Methods
| Name | Return Type | Access |
getClientIp() | String | public |
getClientIp() | String | public |
Architecture Analysis
Resides in projectforge-wicket, the legacy Apache Wicket web UI layer, gradually being replaced by React.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
77bade6dfb | javax.* -> jakarta.* |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
a6a7aece4d | Optimize Imports |
7c79f1922c | Copyright of source header -> 2020. |
a5bbdca6aa | Change logger to slf4j |
9ebb885224 | Initial commit |