组织ID: |
org.springframework.webflow |
项目ID: |
spring-webflow |
版本: |
2.5.1.RELEASE |
最后修改时间: |
2018-09-14 19:53:59 |
包类型: |
jar |
标题: |
Spring Web Flow |
描述: |
Spring Web Flow |
相关URL: |
https://github.com/spring-projects/spring-webflow |
大小: |
517.53KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.5.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.webflow:spring-webflow:2.5.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.5.1.RELEASE</version>
<name>Spring Web Flow</name>
<description>Spring Web Flow</description>
<url>https://github.com/spring-projects/spring-webflow</url>
<organization>
<name>Spring IO</name>
<url>http://projects.spring.io/spring-webflow</url>
</organization>
<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>
<developers>
<developer>
<id>rstoyanchev</id>
<name>Rossen Stoyanchev</name>
<email>rstoyanchev@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-webflow</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-webflow</developerConnection>
<url>https://github.com/spring-projects/spring-webflow</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://jira.spring.io/browse/SWF</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-api</artifactId>
<version>3.0.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-core</artifactId>
<version>3.0.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-el</artifactId>
<version>3.0.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-extras</artifactId>
<version>3.0.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>spring-web</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-jsp</artifactId>
<version>3.0.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-servlet</artifactId>
<version>3.0.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.2.17.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.0.8.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<version>2.5.1.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>5.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>5.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.webflow.config.DefaultFlowRegistry.class
org.springframework.webflow.config.WebFlowConfigNamespaceHandler.class
org.springframework.webflow.config.FlowExecutionListenerLoaderBeanDefinitionParser.class
org.springframework.webflow.config.FlowDefinitionRegistryBuilder$FlowBuilderInfo.class
org.springframework.webflow.config.FlowDefinitionRegistryBuilder.class
org.springframework.webflow.config.FlowDefinitionResource.class
org.springframework.webflow.config.AbstractFlowConfiguration.class
org.springframework.webflow.config.FlowExecutorFactoryBean.class
org.springframework.webflow.config.FlowExecutorBeanDefinitionParser.class
org.springframework.webflow.config.FlowBuilderInfo.class
org.springframework.webflow.config.FlowRegistryFactoryBean.class
org.springframework.webflow.config.FlowExecutionListenerLoaderFactoryBean.class
org.springframework.webflow.config.FlowDefinitionResourceFactory.class
org.springframework.webflow.config.FlowRegistryBeanDefinitionParser.class
org.springframework.webflow.config.FlowLocation.class
org.springframework.webflow.config.FlowBuilderServicesBeanDefinitionParser.class
org.springframework.webflow.config.FlowDefinitionRegistryBuilder$FlowLocation.class
org.springframework.webflow.config.FlowBuilderServicesBuilder.class
org.springframework.webflow.config.FlowElementAttribute.class
org.springframework.webflow.config.FlowExecutorBuilder.class
org.springframework.webflow.definition.StateDefinition.class
org.springframework.webflow.definition.FlowDefinition.class
org.springframework.webflow.definition.TransitionDefinition.class
org.springframework.webflow.definition.registry.FlowDefinitionConstructionException.class
org.springframework.webflow.definition.registry.FlowDefinitionHolder.class
org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl.class
org.springframework.webflow.definition.registry.FlowDefinitionRegistry.class
org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException.class
org.springframework.webflow.definition.registry.FlowDefinitionLocator.class
org.springframework.webflow.definition.registry.StaticFlowDefinitionHolder.class
org.springframework.webflow.definition.TransitionableStateDefinition.class
org.springframework.webflow.conversation.ConversationException.class
org.springframework.webflow.conversation.Conversation.class
org.springframework.webflow.conversation.ConversationLockException.class
org.springframework.webflow.conversation.ConversationManager.class
org.springframework.webflow.conversation.ConversationParameters.class
org.springframework.webflow.conversation.NoSuchConversationException.class
org.springframework.webflow.conversation.ConversationId.class
org.springframework.webflow.conversation.impl.SimpleConversationId.class
org.springframework.webflow.conversation.impl.NoOpConversationLock.class
org.springframework.webflow.conversation.impl.ConversationContainer.class
org.springframework.webflow.conversation.impl.LockTimeoutException.class
org.springframework.webflow.conversation.impl.ConversationLock.class
org.springframework.webflow.conversation.impl.LockInterruptedException.class
org.springframework.webflow.conversation.impl.SessionBindingConversationManager.class
org.springframework.webflow.conversation.impl.ContainedConversation.class
org.springframework.webflow.conversation.impl.JdkConcurrentConversationLock.class
org.springframework.webflow.conversation.impl.BadlyFormattedConversationIdException.class
org.springframework.webflow.core.collection.SharedAttributeMap.class
org.springframework.webflow.core.collection.AttributeMap.class
org.springframework.webflow.core.collection.LocalSharedAttributeMap.class
org.springframework.webflow.core.collection.ParameterMap.class
org.springframework.webflow.core.collection.CollectionUtils$EnumerationIterator.class
org.springframework.webflow.core.collection.CollectionUtils$1.class
org.springframework.webflow.core.collection.LocalAttributeMap.class
org.springframework.webflow.core.collection.LocalParameterMap.class
org.springframework.webflow.core.collection.AttributeMapBindingListener.class
org.springframework.webflow.core.collection.MutableAttributeMap.class
org.springframework.webflow.core.collection.CollectionUtils.class
org.springframework.webflow.core.collection.AttributeMapBindingEvent.class
org.springframework.webflow.core.collection.CollectionUtils$EmptyIterator.class
org.springframework.webflow.core.FlowException.class
org.springframework.webflow.core.Annotated.class
org.springframework.webflow.core.AnnotatedObject.class
org.springframework.webflow.persistence.HibernateFlowExecutionListener$1.class
org.springframework.webflow.persistence.JpaFlowExecutionListener.class
org.springframework.webflow.persistence.JpaFlowExecutionListener$1.class
org.springframework.webflow.persistence.HibernateFlowExecutionListener.class
org.springframework.webflow.engine.ViewRenderingException.class
org.springframework.webflow.engine.DecisionState.class
org.springframework.webflow.engine.support.BeanFactoryVariableValueFactory.class
org.springframework.webflow.engine.support.DefaultTargetStateResolver.class
org.springframework.webflow.engine.support.TransitionCriteriaChain.class
org.springframework.webflow.engine.support.NotTransitionCriteria.class
org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler.class
org.springframework.webflow.engine.support.ActionTransitionCriteria.class
org.springframework.webflow.engine.support.DefaultTransitionCriteria.class
org.springframework.webflow.engine.support.ActionExecutingViewFactory$ActionExecutingView.class
org.springframework.webflow.engine.support.ActionExecutingViewFactory.class
org.springframework.webflow.engine.support.GenericSubflowAttributeMapper.class
org.springframework.webflow.engine.support.ActionExecutingViewFactory$1.class
org.springframework.webflow.engine.FlowExecutionExceptionHandler.class
org.springframework.webflow.engine.TransitionableState.class
org.springframework.webflow.engine.Flow.class
org.springframework.webflow.engine.model.SecuredModel.class
org.springframework.webflow.engine.model.IfModel.class
org.springframework.webflow.engine.model.ActionStateModel.class
org.springframework.webflow.engine.model.DecisionStateModel.class
org.springframework.webflow.engine.model.Model.class
org.springframework.webflow.engine.model.InputModel.class
org.springframework.webflow.engine.model.AbstractTransitionableStateModel.class
org.springframework.webflow.engine.model.AbstractStateModel.class
org.springframework.webflow.engine.model.BinderModel.class
org.springframework.webflow.engine.model.BindingModel.class
org.springframework.webflow.engine.model.AbstractMappingModel.class
org.springframework.webflow.engine.model.VarModel.class
org.springframework.webflow.engine.model.SetModel.class
org.springframework.webflow.engine.model.EvaluateModel.class
org.springframework.webflow.engine.model.RenderModel.class
org.springframework.webflow.engine.model.AttributeModel.class
org.springframework.webflow.engine.model.builder.FlowModelBuilder.class
org.springframework.webflow.engine.model.builder.FlowModelBuilderException.class
org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder.class
org.springframework.webflow.engine.model.builder.xml.WebFlowEntityResolver.class
org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder.class
org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader.class
org.springframework.webflow.engine.model.builder.xml.DocumentLoader.class
org.springframework.webflow.engine.model.EndStateModel.class
org.springframework.webflow.engine.model.PersistenceContextModel.class
org.springframework.webflow.engine.model.SubflowStateModel.class
org.springframework.webflow.engine.model.BeanImportModel.class
org.springframework.webflow.engine.model.ExceptionHandlerModel.class
org.springframework.webflow.engine.model.OutputModel.class
org.springframework.webflow.engine.model.AbstractActionModel.class
org.springframework.webflow.engine.model.registry.FlowModelLocator.class
org.springframework.webflow.engine.model.registry.FlowModelHolderLocator.class
org.springframework.webflow.engine.model.registry.FlowModelHolder.class
org.springframework.webflow.engine.model.registry.FlowModelRegistry.class
org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl.class
org.springframework.webflow.engine.model.registry.NoSuchFlowModelException.class
org.springframework.webflow.engine.model.AbstractModel.class
org.springframework.webflow.engine.model.ViewStateModel.class
org.springframework.webflow.engine.model.FlowModel.class
org.springframework.webflow.engine.model.TransitionModel.class
org.springframework.webflow.engine.TargetStateResolver.class
org.springframework.webflow.engine.ViewState.class
org.springframework.webflow.engine.ActionList.class
org.springframework.webflow.engine.ActionState$NoMatchingActionResultTransitionException.class
org.springframework.webflow.engine.ViewVariable.class
org.springframework.webflow.engine.NoMatchingTransitionException.class
org.springframework.webflow.engine.WildcardTransitionCriteria.class
org.springframework.webflow.engine.builder.support.AbstractFlowBuilder.class
org.springframework.webflow.engine.builder.support.FlowBuilderServices.class
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl$1.class
org.springframework.webflow.engine.builder.support.TextToTargetStateResolver.class
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl$ParentConversionServiceProxy.class
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl.class
org.springframework.webflow.engine.builder.support.TextToTransitionCriteria.class
org.springframework.webflow.engine.builder.ViewFactoryCreator.class
org.springframework.webflow.engine.builder.model.SubflowExpression.class
org.springframework.webflow.engine.builder.model.FlowRelativeResourceLoader.class
org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder.class
org.springframework.webflow.engine.builder.model.LocalFlowBuilderContext.class
org.springframework.webflow.engine.builder.BinderConfiguration.class
org.springframework.webflow.engine.builder.BinderConfiguration$Binding.class
org.springframework.webflow.engine.builder.FlowBuilder.class
org.springframework.webflow.engine.builder.FlowBuilderException.class
org.springframework.webflow.engine.builder.FlowBuilderContext.class
org.springframework.webflow.engine.builder.DefaultFlowHolder.class
org.springframework.webflow.engine.builder.FlowAssembler.class
org.springframework.webflow.engine.builder.FlowArtifactFactory.class
org.springframework.webflow.engine.FlowOutputMappingException.class
org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet.class
org.springframework.webflow.engine.ActionState.class
org.springframework.webflow.engine.FlowVariable.class
org.springframework.webflow.engine.SubflowState.class
org.springframework.webflow.engine.FlowAttributeMappingException.class
org.springframework.webflow.engine.State.class
org.springframework.webflow.engine.TransitionCriteria.class
org.springframework.webflow.engine.History.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory$SimpleFlowExecutionKeyFactory$SimpleFlowExecutionKey.class
org.springframework.webflow.engine.impl.FlowExecutionStatus.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory$1.class
org.springframework.webflow.engine.impl.RequestControlContextImpl.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory$SimpleFlowExecutionKeyFactory.class
org.springframework.webflow.engine.impl.FlowExecutionImpl.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory.class
org.springframework.webflow.engine.impl.FlowExecutionListeners.class
org.springframework.webflow.engine.impl.FlowSessionImpl.class
org.springframework.webflow.engine.FlowInputMappingException.class
org.springframework.webflow.engine.VariableValueFactory.class
org.springframework.webflow.engine.RequestControlContext.class
org.springframework.webflow.engine.TransitionSet.class
org.springframework.webflow.engine.SubflowAttributeMapper.class
org.springframework.webflow.engine.Transition.class
org.springframework.webflow.engine.EndState.class
org.springframework.webflow.scope.AbstractWebFlowScope.class
org.springframework.webflow.scope.ViewScope.class
org.springframework.webflow.scope.ScopeRegistrar.class
org.springframework.webflow.scope.RequestScope.class
org.springframework.webflow.scope.FlowScope.class
org.springframework.webflow.scope.ConversationScope.class
org.springframework.webflow.scope.FlashScope.class
org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver.class
org.springframework.webflow.mvc.builder.MvcViewFactoryCreator.class
org.springframework.webflow.mvc.builder.DelegatingFlowViewResolver.class
org.springframework.webflow.mvc.servlet.MvcExternalContext.class
org.springframework.webflow.mvc.servlet.FlowHandlerMapping.class
org.springframework.webflow.mvc.servlet.FlowController$DefaultFlowHandler.class
org.springframework.webflow.mvc.servlet.FlowHandlerMapping$DefaultFlowHandler.class
org.springframework.webflow.mvc.servlet.ServletMvcViewFactory.class
org.springframework.webflow.mvc.servlet.FlowHandler.class
org.springframework.webflow.mvc.servlet.FlowController.class
org.springframework.webflow.mvc.servlet.ServletMvcView.class
org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.class
org.springframework.webflow.mvc.servlet.AbstractFlowHandler.class
org.springframework.webflow.mvc.view.AbstractMvcViewFactory.class
org.springframework.webflow.mvc.view.AbstractMvcView.class
org.springframework.webflow.mvc.view.AbstractMvcView$RequestParameterExpression.class
org.springframework.webflow.mvc.view.ViewActionStateHolder.class
org.springframework.webflow.mvc.view.BindingModel$FieldPrefixErrorMessage.class
org.springframework.webflow.mvc.view.BindingModel$ObjectErrorFactory.class
org.springframework.webflow.mvc.view.AbstractMvcView$PropertyNotFoundError.class
org.springframework.webflow.mvc.view.AbstractMvcView$1.class
org.springframework.webflow.mvc.view.FlowAjaxTiles3View.class
org.springframework.webflow.mvc.view.BindingModel.class
org.springframework.webflow.mvc.view.FlowViewResolver.class
org.springframework.webflow.mvc.view.AbstractMvcView$MappingError.class
org.springframework.webflow.mvc.view.BindingModel$FieldErrorMessage.class
org.springframework.webflow.mvc.view.BindingModel$FieldErrorResult.class
org.springframework.webflow.mvc.view.AjaxUrlBasedViewResolver.class
org.springframework.webflow.mvc.view.BindingModel$1.class
org.springframework.webflow.mvc.view.AjaxTiles3View.class
org.springframework.webflow.mvc.view.AjaxUrlBasedViewResolver$AjaxRedirectView.class
org.springframework.webflow.mvc.view.ConvertingPropertyEditorAdapter.class
org.springframework.webflow.context.ExternalContext.class
org.springframework.webflow.context.ExternalContextHolder.class
org.springframework.webflow.context.web.HttpSessionMapBindingListener.class
org.springframework.webflow.context.servlet.FlowUrlHandler.class
org.springframework.webflow.context.servlet.AbstractAjaxHandler.class
org.springframework.webflow.context.servlet.HttpSessionMap.class
org.springframework.webflow.context.servlet.ServletExternalContext.class
org.springframework.webflow.context.servlet.FilenameFlowUrlHandler.class
org.springframework.webflow.context.servlet.HttpServletRequestMap.class
org.springframework.webflow.context.servlet.AjaxHandler.class
org.springframework.webflow.context.servlet.HttpServletContextMap.class
org.springframework.webflow.context.servlet.HttpServletRequestParameterMap.class
org.springframework.webflow.context.servlet.DefaultAjaxHandler.class
org.springframework.webflow.context.servlet.DefaultFlowUrlHandler.class
org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler.class
org.springframework.webflow.test.MockFlowExecutionContext.class
org.springframework.webflow.test.MockFlowExecutionKeyFactory.class
org.springframework.webflow.test.MockFlowBuilderContext.class
org.springframework.webflow.test.MockViewFactoryCreator$MockView.class
org.springframework.webflow.test.MockFlowExecutionKey.class
org.springframework.webflow.test.MockFlowSession$1.class
org.springframework.webflow.test.MockAction.class
org.springframework.webflow.test.MockViewFactoryCreator.class
org.springframework.webflow.test.MockExternalContext.class
org.springframework.webflow.test.TestFlowBuilderServicesFactory$1.class
org.springframework.webflow.test.MockRequestControlContext.class
org.springframework.webflow.test.MockFlowSession.class
org.springframework.webflow.test.TestFlowBuilderServicesFactory.class
org.springframework.webflow.test.MockExternalContext$MockPrincipal.class
org.springframework.webflow.test.GeneratedFlowExecutionKey.class
org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests.class
org.springframework.webflow.test.execution.AbstractFlowExecutionTests.class
org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests$1.class
org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests.class
org.springframework.webflow.test.MockParameterMap.class
org.springframework.webflow.test.MockViewFactoryCreator$MockViewFactory.class
org.springframework.webflow.test.MockExternalContext$1.class
org.springframework.webflow.test.MockRequestContext.class
org.springframework.webflow.upgrade.WebFlowUpgrader.class
org.springframework.webflow.validation.WebFlowMessageCodesResolver.class
org.springframework.webflow.validation.ValidationHintResolver.class
org.springframework.webflow.validation.ValidationHelper.class
org.springframework.webflow.validation.DefaultValidationContext$PropertyMappingResult.class
org.springframework.webflow.validation.DefaultValidationContext.class
org.springframework.webflow.validation.BeanValidationHintResolver.class
org.springframework.webflow.security.SecurityRule.class
org.springframework.webflow.security.SecurityFlowExecutionListener.class
org.springframework.webflow.expression.el.RequestContextELResolver.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$1.class
org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$3.class
org.springframework.webflow.expression.el.ActionMethodELResolver.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$2.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$PropertyResolver.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$1.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser$1.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser$RequestContextELContextFactory.class
org.springframework.webflow.expression.el.ScopeSearchingELResolver.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser$WebFlowELContext.class
org.springframework.webflow.expression.el.FlowResourceELResolver.class
org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor.class
org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$1.class
org.springframework.webflow.expression.spel.WebFlowSpringELExpressionParser.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$3.class
org.springframework.webflow.expression.spel.ActionPropertyAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$2.class
org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$FlowVariableAccessor.class
org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor.class
org.springframework.webflow.execution.ActionExecutor.class
org.springframework.webflow.execution.FlowExecutionListener.class
org.springframework.webflow.execution.FlowExecutionKey.class
org.springframework.webflow.execution.RequestContext.class
org.springframework.webflow.execution.FlowSession.class
org.springframework.webflow.execution.FlowExecution.class
org.springframework.webflow.execution.Event.class
org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory$FlowIdFlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerHolder.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory$WildcardFlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.FlowExecutionListenerLoader.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory$1.class
org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader.class
org.springframework.webflow.execution.RequestContextHolder.class
org.springframework.webflow.execution.ScopeType$2.class
org.springframework.webflow.execution.repository.FlowExecutionRepository.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
tiles-api-3.0.8.jar
/org.apache.tiles/tiles-api/3.0.8
查看tiles-api所有版本文件
tiles-core-3.0.8.jar
/org.apache.tiles/tiles-core/3.0.8
查看tiles-core所有版本文件
tiles-el-3.0.8.jar
/org.apache.tiles/tiles-el/3.0.8
查看tiles-el所有版本文件
tiles-extras-3.0.8.jar
/org.apache.tiles/tiles-extras/3.0.8
查看tiles-extras所有版本文件
tiles-jsp-3.0.8.jar
/org.apache.tiles/tiles-jsp/3.0.8
查看tiles-jsp所有版本文件
tiles-servlet-3.0.8.jar
/org.apache.tiles/tiles-servlet/3.0.8
查看tiles-servlet所有版本文件
hibernate-core-5.2.17.Final.jar
/org.hibernate/hibernate-core/5.2.17.Final
查看hibernate-core所有版本文件
spring-security-core-5.0.8.RELEASE.jar
/org.springframework.security/spring-security-core/5.0.8.RELEASE
查看spring-security-core所有版本文件
spring-binding-2.5.1.RELEASE.jar
/org.springframework.webflow/spring-binding/2.5.1.RELEASE
查看spring-binding所有版本文件
spring-beans-5.0.9.RELEASE.jar
/org.springframework/spring-beans/5.0.9.RELEASE
查看spring-beans所有版本文件
spring-context-5.0.9.RELEASE.jar
/org.springframework/spring-context/5.0.9.RELEASE
查看spring-context所有版本文件
spring-core-5.0.9.RELEASE.jar
/org.springframework/spring-core/5.0.9.RELEASE
查看spring-core所有版本文件
spring-expression-5.0.9.RELEASE.jar
/org.springframework/spring-expression/5.0.9.RELEASE
查看spring-expression所有版本文件
spring-orm-5.0.9.RELEASE.jar
/org.springframework/spring-orm/5.0.9.RELEASE
查看spring-orm所有版本文件
spring-tx-5.0.9.RELEASE.jar
/org.springframework/spring-tx/5.0.9.RELEASE
查看spring-tx所有版本文件
spring-web-5.0.9.RELEASE.jar
/org.springframework/spring-web/5.0.9.RELEASE
查看spring-web所有版本文件
spring-webmvc-5.0.9.RELEASE.jar
/org.springframework/spring-webmvc/5.0.9.RELEASE
查看spring-webmvc所有版本文件
javax.servlet-api-3.1.0.jar
/javax.servlet/javax.servlet-api/3.1.0
查看javax.servlet-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|