组织ID: |
org.springframework |
项目ID: |
spring-webmvc-portlet |
版本: |
2.5.4 |
最后修改时间: |
2018-08-16 22:27:23 |
包类型: |
jar |
标题: |
Spring Framework: Web MVC Portlet |
描述: |
Spring Framework: Web MVC Portlet |
相关URL: |
http://www.springframework.org |
大小: |
146.00KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>2.5.4</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-webmvc-portlet:2.5.4
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<packaging>jar</packaging>
<name>Spring Framework: Web MVC Portlet</name>
<version>2.5.4</version>
<description>Spring Framework: Web MVC Portlet</description>
<url>http://www.springframework.org</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anonymous:@springframework.cvs.sourceforge.net:/cvsroot/springframework/spring</connection>
<developerConnection>scm:cvs:ext:username@springframework.cvs.sourceforge.net:/cvsroot/springframework/spring</developerConnection>
<url>http://springframework.cvs.sourceforge.net/springframework/</url>
</scm>
<organization>
<name>Spring Framework</name>
<url>http://www.springframework.org/</url>
</organization>
<dependencies>
<!-- External Dependencies -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-beans</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-context</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-web</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>file:///Users/benhale/development/public/repos/repo</url>
</repository>
<snapshotRepository>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>
<url>s3://maven.springframework.org/snapshot</url>
</snapshotRepository>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/license.txt
org.springframework.web.portlet.DispatcherPortlet.class
org/springframework/web/portlet/DispatcherPortlet.properties
org.springframework.web.portlet.FrameworkPortlet.class
org.springframework.web.portlet.GenericPortletBean$1.class
org.springframework.web.portlet.GenericPortletBean$PortletConfigPropertyValues.class
org.springframework.web.portlet.GenericPortletBean.class
org.springframework.web.portlet.HandlerAdapter.class
org.springframework.web.portlet.HandlerExceptionResolver.class
org.springframework.web.portlet.HandlerExecutionChain.class
org.springframework.web.portlet.HandlerInterceptor.class
org.springframework.web.portlet.HandlerMapping.class
org.springframework.web.portlet.ModelAndView.class
org.springframework.web.portlet.ModelAndViewDefiningException.class
org.springframework.web.portlet.bind.MissingPortletRequestParameterException.class
org.springframework.web.portlet.bind.PortletRequestBindingException.class
org.springframework.web.portlet.bind.PortletRequestDataBinder.class
org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues.class
org.springframework.web.portlet.bind.PortletRequestUtils$1.class
org.springframework.web.portlet.bind.PortletRequestUtils$BooleanParser.class
org.springframework.web.portlet.bind.PortletRequestUtils$DoubleParser.class
org.springframework.web.portlet.bind.PortletRequestUtils$FloatParser.class
org.springframework.web.portlet.bind.PortletRequestUtils$IntParser.class
org.springframework.web.portlet.bind.PortletRequestUtils$LongParser.class
org.springframework.web.portlet.bind.PortletRequestUtils$ParameterParser.class
org.springframework.web.portlet.bind.PortletRequestUtils$StringParser.class
org.springframework.web.portlet.bind.PortletRequestUtils.class
org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext.class
org.springframework.web.portlet.context.ConfigurablePortletApplicationContext.class
org.springframework.web.portlet.context.PortletApplicationContextUtils$1.class
org.springframework.web.portlet.context.PortletApplicationContextUtils$2.class
org.springframework.web.portlet.context.PortletApplicationContextUtils.class
org.springframework.web.portlet.context.PortletApplicationObjectSupport.class
org.springframework.web.portlet.context.PortletConfigAware.class
org.springframework.web.portlet.context.PortletContextAware.class
org.springframework.web.portlet.context.PortletContextAwareProcessor.class
org.springframework.web.portlet.context.PortletContextResource.class
org.springframework.web.portlet.context.PortletContextResourceLoader.class
org.springframework.web.portlet.context.PortletContextResourcePatternResolver.class
org.springframework.web.portlet.context.PortletRequestAttributes.class
org.springframework.web.portlet.context.PortletRequestHandledEvent.class
org.springframework.web.portlet.context.PortletWebRequest.class
org.springframework.web.portlet.context.StaticPortletApplicationContext.class
org.springframework.web.portlet.context.XmlPortletApplicationContext.class
org.springframework.web.portlet.handler.AbstractHandlerMapping.class
org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping$PortletRequestMappingPredicate.class
org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping.class
org.springframework.web.portlet.handler.HandlerInterceptorAdapter.class
org.springframework.web.portlet.handler.ParameterHandlerMapping.class
org.springframework.web.portlet.handler.ParameterMappingInterceptor.class
org.springframework.web.portlet.handler.PortletContentGenerator.class
org.springframework.web.portlet.handler.PortletModeHandlerMapping.class
org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping$LookupKey.class
org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping.class
org.springframework.web.portlet.handler.PortletSessionRequiredException.class
org.springframework.web.portlet.handler.SimpleMappingExceptionResolver.class
org.springframework.web.portlet.handler.SimplePortletHandlerAdapter.class
org.springframework.web.portlet.handler.SimplePortletPostProcessor$DelegatingPortletConfig.class
org.springframework.web.portlet.handler.SimplePortletPostProcessor.class
org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor.class
org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter.class
org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver$1.class
org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver.class
org.springframework.web.portlet.multipart.DefaultMultipartActionRequest.class
org.springframework.web.portlet.multipart.MultipartActionRequest.class
org.springframework.web.portlet.multipart.PortletMultipartResolver.class
org.springframework.web.portlet.mvc.AbstractCommandController.class
org.springframework.web.portlet.mvc.AbstractController.class
org.springframework.web.portlet.mvc.AbstractFormController.class
org.springframework.web.portlet.mvc.AbstractWizardFormController.class
org.springframework.web.portlet.mvc.BaseCommandController.class
org.springframework.web.portlet.mvc.Controller.class
org.springframework.web.portlet.mvc.ParameterizableViewController.class
org.springframework.web.portlet.mvc.PortletModeNameViewController.class
org.springframework.web.portlet.mvc.PortletWrappingController$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-fileupload-1.2.jar
/commons-fileupload/commons-fileupload/1.2
查看commons-fileupload所有版本文件
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
portlet-api-1.0.jar
/javax.portlet/portlet-api/1.0
查看portlet-api所有版本文件
jsp-api-2.0.jar
/javax.servlet/jsp-api/2.0
查看jsp-api所有版本文件
spring-beans-${project.version}.jar
/${project.groupId}/spring-beans/${project.version}
查看spring-beans所有版本文件
spring-context-${project.version}.jar
/${project.groupId}/spring-context/${project.version}
查看spring-context所有版本文件
spring-core-${project.version}.jar
/${project.groupId}/spring-core/${project.version}
查看spring-core所有版本文件
spring-web-${project.version}.jar
/${project.groupId}/spring-web/${project.version}
查看spring-web所有版本文件
spring-webmvc-${project.version}.jar
/${project.groupId}/spring-webmvc/${project.version}
查看spring-webmvc所有版本文件
|