组织ID: |
javax.portlet |
项目ID: |
portlet-api |
版本: |
2.0 |
最后修改时间: |
2018-07-24 08:03:59 |
包类型: |
jar |
标题: |
Java Portlet Specification V2.0 |
描述: |
The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group. |
大小: |
46.92KB |
|
Maven引入代码: |
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
</dependency>
|
Gradle引入代码: |
javax.portlet:portlet-api:2.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<groupId>javax.portlet</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
<packaging>jar</packaging>
<name>Java Portlet Specification V2.0</name>
<description>The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group.</description>
<url>http://www.jcp.org/en/jsr/detail?id=286</url>
<distributionManagement>
<repository>
<id></id>
<url></url>
</repository>
<downloadUrl>http://jcp.org/aboutJava/communityprocess/final/jsr286/index.html</downloadUrl>
</distributionManagement>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doctitle>${pom.name}</doctitle>
<windowtitle>${pom.name}</windowtitle>
<splitindex>true</splitindex>
<bottom> </bottom>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
<Bundle-SymbolicName>javax.portlet</Bundle-SymbolicName>
<Bundle-Name>JSR 286</Bundle-Name>
<Bundle-DocURL>http://www.jcp.org/en/jsr/detail?id=286</Bundle-DocURL>
<Export-Package>
javax.portlet;version="2.0.0",
javax.portlet.filter;version="2.0.0"
</Export-Package>
<Import-Package>
org.w3c.dom,
javax.xml.namespace,
javax.servlet.http; version="2.4.0"
</Import-Package>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0-alpha-5</version>
</extension>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>1.0-alpha-6</version>
</extension>
</extensions>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
javax.portlet.PortletContext.class
javax.portlet.WindowStateException.class
javax.portlet.PortletRequestDispatcher.class
javax.portlet.PortletConfig.class
javax.portlet.PortletSessionUtil.class
javax.portlet.Event.class
javax.portlet.PortletURLGenerationListener.class
javax.portlet.EventResponse.class
javax.portlet.BaseURL.class
javax.portlet.RenderMode.class
javax.portlet.PreferencesValidator.class
javax.portlet.UnavailableException.class
javax.portlet.EventPortlet.class
javax.portlet.ReadOnlyException.class
javax.portlet.ActionResponse.class
javax.portlet.PortletPreferences.class
javax.portlet.ProcessAction.class
javax.portlet.ProcessEvent.class
javax.portlet.RenderResponse.class
javax.portlet.GenericPortlet.class
javax.portlet.PortletSecurityException.class
javax.portlet.filter.ResourceRequestWrapper.class
javax.portlet.filter.PortletResponseWrapper.class
javax.portlet.filter.ActionRequestWrapper.class
javax.portlet.filter.RenderResponseWrapper.class
javax.portlet.filter.FilterConfig.class
javax.portlet.filter.EventFilter.class
javax.portlet.filter.EventRequestWrapper.class
javax.portlet.filter.RenderFilter.class
javax.portlet.filter.PortletRequestWrapper.class
javax.portlet.filter.ActionFilter.class
javax.portlet.filter.PortletFilter.class
javax.portlet.filter.EventResponseWrapper.class
javax.portlet.filter.ActionResponseWrapper.class
javax.portlet.filter.FilterChain.class
javax.portlet.filter.ResourceFilter.class
javax.portlet.filter.ResourceResponseWrapper.class
javax.portlet.filter.RenderRequestWrapper.class
javax.portlet.StateAwareResponse.class
javax.portlet.ResourceRequest.class
javax.portlet.ValidatorException.class
javax.portlet.PortletMode.class
javax.portlet.EventRequest.class
javax.portlet.ActionRequest.class
javax.portlet.Portlet.class
javax.portlet.PortletModeException.class
javax.portlet.RenderRequest.class
javax.portlet.ResourceServingPortlet.class
javax.portlet.ResourceURL.class
javax.portlet.PortletRequest$P3PUserInfos.class
javax.portlet.PortalContext.class
javax.portlet.ClientDataRequest.class
javax.portlet.PortletRequest.class
javax.portlet.PortletURL.class
javax.portlet.ResourceResponse.class
javax.portlet.MimeResponse.class
javax.portlet.CacheControl.class
javax.portlet.PortletException.class
javax.portlet.WindowState.class
javax.portlet.PortletResponse.class
javax.portlet.PortletSession.class
META-INF/maven/javax.portlet/portlet-api/pom.xml
META-INF/maven/javax.portlet/portlet-api/pom.properties
|
依赖Jar: |
servlet-api-2.4.jar
/javax.servlet/servlet-api/2.4
查看servlet-api所有版本文件
|