Registry / web-framework / ao-servlet-util

ao-servlet-util

JSON →
library6.0.1javamavenunverified

Provides miscellaneous utility classes for Servlet and JSP development.

<dependency> <groupId>com.aoapps</groupId> <artifactId>ao-servlet-util</artifactId> <version>6.0.1</version> </dependency>
INSTALL
IMPORT
SIG · AO-SERVLET-UTIL
A
ao-servlet-util
web-frameworkjavav6.0.1
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.

ServletUtil
com.aoapps.servlet.util.ServletUtil

Gets the remote IP address from a request.

import com.aoapps.servlet.util.ServletUtil; import javax.servlet.http.HttpServletRequest; public class Example { public void doGet(HttpServletRequest req) { String ip = ServletUtil.getRemoteAddr(req); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
ao-servlet-util — mvn dependency:get ao-servlet-util · libregistry