Registry / web-framework / portlet-api-2-0-spec

portlet-api-2-0-spec

JSON →
library1.0javamavenunverified

The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group for building portlet applications.

<dependency> <groupId>org.apache.portals</groupId> <artifactId>portlet-api_2.0_spec</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · PORTLET-API-2-0-SP
P
portlet-api-2-0-spec
web-frameworkjavav1.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.

Portlet
javax.portlet.Portlet

Implements the Portlet interface to create a basic portlet.

import javax.portlet.Portlet; import javax.portlet.RenderRequest; import javax.portlet.RenderResponse; public class MyPortlet implements Portlet { public void render(RenderRequest request, RenderResponse response) { // portlet rendering logic } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
portlet-api-2-0-spec — mvn dependency:get portlet-api-2-0-spec · libregistry