组织ID: |
org.springframework.webflow |
项目ID: |
spring-webflow |
版本: |
2.4.4.RELEASE |
最后修改时间: |
2018-07-27 17:45:15 |
包类型: |
jar |
标题: |
Spring Web Flow |
描述: |
Spring Web Flow |
相关URL: |
https://github.com/spring-projects/spring-webflow |
大小: |
554.37KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.4.4.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.webflow:spring-webflow:2.4.4.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.4.4.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>
<issueManagement>
<system>Jira</system>
<url>https://jira.spring.io/browse/SWF</url>
</issueManagement>
<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>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>ognl</artifactId>
<version>2.6.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.3.11.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.1.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<version>2.4.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<version>2.4.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>4.3.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>2.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.webflow.context.ExternalContextHolder.class
org.springframework.webflow.context.ExternalContext.class
org.springframework.webflow.context.web.HttpSessionMapBindingListener.class
org.springframework.webflow.context.portlet.FlowUrlHandler.class
org.springframework.webflow.context.portlet.PortletContextMap.class
org.springframework.webflow.context.portlet.PortletExternalContext.class
org.springframework.webflow.context.portlet.DefaultFlowUrlHandler.class
org.springframework.webflow.context.portlet.PortletRequestParameterMap.class
org.springframework.webflow.context.portlet.PortletSessionMap.class
org.springframework.webflow.context.portlet.PortletRequestMap.class
org.springframework.webflow.context.servlet.FlowUrlHandler.class
org.springframework.webflow.context.servlet.FilenameFlowUrlHandler.class
org.springframework.webflow.context.servlet.ServletExternalContext.class
org.springframework.webflow.context.servlet.DefaultFlowUrlHandler.class
org.springframework.webflow.context.servlet.HttpServletRequestParameterMap.class
org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler.class
org.springframework.webflow.context.servlet.HttpServletRequestMap.class
org.springframework.webflow.context.servlet.HttpServletContextMap.class
org.springframework.webflow.context.servlet.HttpSessionMap.class
org.springframework.webflow.scope.ViewScope.class
org.springframework.webflow.scope.AbstractWebFlowScope.class
org.springframework.webflow.scope.RequestScope.class
org.springframework.webflow.scope.ConversationScope.class
org.springframework.webflow.scope.FlowScope.class
org.springframework.webflow.scope.FlashScope.class
org.springframework.webflow.scope.ScopeRegistrar.class
org.springframework.webflow.validation.DefaultValidationContext$PropertyMappingResult.class
org.springframework.webflow.validation.BeanValidationHintResolver.class
org.springframework.webflow.validation.DefaultValidationContext.class
org.springframework.webflow.validation.WebFlowMessageCodesResolver.class
org.springframework.webflow.validation.ValidationHintResolver.class
org.springframework.webflow.validation.ValidationHelper.class
org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver.class
org.springframework.webflow.mvc.builder.DelegatingFlowViewResolver.class
org.springframework.webflow.mvc.builder.MvcEnvironment.class
org.springframework.webflow.mvc.builder.MvcViewFactoryCreator.class
org.springframework.webflow.mvc.portlet.FlowHandler.class
org.springframework.webflow.mvc.portlet.FlowHandlerAdapter.class
org.springframework.webflow.mvc.portlet.PortletMvcViewFactory.class
org.springframework.webflow.mvc.portlet.PortletMvcView.class
org.springframework.webflow.mvc.portlet.AbstractFlowHandler.class
org.springframework.webflow.mvc.view.BindingModel$FieldPrefixErrorMessage.class
org.springframework.webflow.mvc.view.AbstractMvcView$RequestParameterExpression.class
org.springframework.webflow.mvc.view.BindingModel$3.class
org.springframework.webflow.mvc.view.FlowAjaxTilesView.class
org.springframework.webflow.mvc.view.AbstractMvcView$PropertyNotFoundError.class
org.springframework.webflow.mvc.view.AbstractMvcViewFactory.class
org.springframework.webflow.mvc.view.AbstractMvcView$MappingError.class
org.springframework.webflow.mvc.view.ViewActionStateHolder.class
org.springframework.webflow.mvc.view.BindingModel$ObjectErrorFactory.class
org.springframework.webflow.mvc.view.FlowAjaxTiles3View.class
org.springframework.webflow.mvc.view.ConvertingPropertyEditorAdapter.class
org.springframework.webflow.mvc.view.BindingModel$5.class
org.springframework.webflow.mvc.view.FlowViewResolver.class
org.springframework.webflow.mvc.view.AbstractMvcView.class
org.springframework.webflow.mvc.view.BindingModel$1.class
org.springframework.webflow.mvc.view.AbstractMvcView$1.class
org.springframework.webflow.mvc.view.BindingModel$FieldErrorResult.class
org.springframework.webflow.mvc.view.BindingModel$2.class
org.springframework.webflow.mvc.view.BindingModel.class
org.springframework.webflow.mvc.view.BindingModel$FieldErrorMessage.class
org.springframework.webflow.mvc.view.BindingModel$4.class
org.springframework.webflow.mvc.servlet.FlowHandler.class
org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.class
org.springframework.webflow.mvc.servlet.FlowController.class
org.springframework.webflow.mvc.servlet.FlowHandlerMapping.class
org.springframework.webflow.mvc.servlet.ServletMvcViewFactory.class
org.springframework.webflow.mvc.servlet.MvcExternalContext.class
org.springframework.webflow.mvc.servlet.FlowHandlerMapping$DefaultFlowHandler.class
org.springframework.webflow.mvc.servlet.FlowController$DefaultFlowHandler.class
org.springframework.webflow.mvc.servlet.ServletMvcView.class
org.springframework.webflow.mvc.servlet.AbstractFlowHandler.class
org.springframework.webflow.definition.StateDefinition.class
org.springframework.webflow.definition.FlowDefinition.class
org.springframework.webflow.definition.TransitionableStateDefinition.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.FlowDefinitionRegistry.class
org.springframework.webflow.definition.registry.StaticFlowDefinitionHolder.class
org.springframework.webflow.definition.registry.FlowDefinitionLocator.class
org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl.class
org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$1.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$MutableAttributeMapPropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$RequestContextPropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$MapAdaptablePropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$MessageSourcePropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$ActionPropertyAccessor.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$2.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$1.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$3.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$PropertyResolver.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser$1.class
org.springframework.webflow.expression.el.FlowResourceELResolver.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser$WebFlowELContext.class
org.springframework.webflow.expression.el.ScopeSearchingELResolver.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser$RequestContextELContextFactory.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver.class
org.springframework.webflow.expression.el.ActionMethodELResolver.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.BeanFactoryPropertyAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$FlowVariableAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor.class
org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor.class
org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor.class
org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor.class
org.springframework.webflow.expression.spel.ActionPropertyAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$2.class
org.springframework.webflow.executor.FlowExecutionResult.class
org.springframework.webflow.executor.FlowExecutor.class
org.springframework.webflow.executor.FlowExecutorImpl.class
org.springframework.webflow.upgrade.WebFlowUpgrader.class
org.springframework.webflow.security.SecurityFlowExecutionListener.class
org.springframework.webflow.security.SecurityRule.class
org.springframework.webflow.persistence.JpaFlowExecutionListener$1.class
org.springframework.webflow.persistence.JpaFlowExecutionListener.class
org.springframework.webflow.persistence.HibernateFlowExecutionListener.class
org.springframework.webflow.persistence.HibernateFlowExecutionListener$1.class
org.springframework.webflow.config.FlowDefinitionRegistryBuilder.class
org.springframework.webflow.config.FlowDefinitionResource.class
org.springframework.webflow.config.FlowExecutorBuilder.class
org.springframework.webflow.config.FlowExecutionListenerLoaderFactoryBean.class
org.springframework.webflow.config.FlowBuilderServicesBuilder.class
org.springframework.webflow.config.FlowElementAttribute.class
org.springframework.webflow.config.FlowExecutorBeanDefinitionParser.class
org.springframework.webflow.config.FlowDefinitionRegistryBuilder$FlowLocation.class
org.springframework.webflow.config.FlowExecutionListenerLoaderBeanDefinitionParser.class
org.springframework.webflow.config.FlowDefinitionRegistryBuilder$FlowBuilderInfo.class
org.springframework.webflow.config.FlowExecutorFactoryBean.class
org.springframework.webflow.config.FlowRegistryBeanDefinitionParser.class
org.springframework.webflow.config.WebFlowConfigNamespaceHandler.class
org.springframework.webflow.config.FlowBuilderInfo.class
org.springframework.webflow.config.FlowDefinitionResourceFactory.class
org.springframework.webflow.config.FlowRegistryFactoryBean.class
org.springframework.webflow.config.FlowBuilderServicesBeanDefinitionParser.class
org.springframework.webflow.config.FlowLocation.class
org.springframework.webflow.config.DefaultFlowRegistry.class
org.springframework.webflow.config.AbstractFlowConfiguration.class
org.springframework.webflow.execution.ActionExecutionException.class
org.springframework.webflow.execution.ScopeType$4.class
org.springframework.webflow.execution.FlowExecutionFactory.class
org.springframework.webflow.execution.FlowExecutionListener.class
org.springframework.webflow.execution.FlowExecution.class
org.springframework.webflow.execution.FlowExecutionListenerAdapter.class
org.springframework.webflow.execution.EnterStateVetoException.class
org.springframework.webflow.execution.AnnotatedAction.class
org.springframework.webflow.execution.Action.class
org.springframework.webflow.execution.FlowExecutionOutcome.class
org.springframework.webflow.execution.ActionExecutor.class
org.springframework.webflow.execution.FlowExecutionException.class
org.springframework.webflow.execution.ScopeType$2.class
org.springframework.webflow.execution.FlowExecutionKeyFactory.class
org.springframework.webflow.execution.ScopeType.class
org.springframework.webflow.execution.FlowExecutionKey.class
org.springframework.webflow.execution.RequestContext.class
org.springframework.webflow.execution.RequestContextHolder.class
org.springframework.webflow.execution.FlowExecutionContext.class
org.springframework.webflow.execution.ViewFactory.class
org.springframework.webflow.execution.ScopeType$3.class
org.springframework.webflow.execution.FlowSession.class
org.springframework.webflow.execution.View.class
org.springframework.webflow.execution.ScopeType$5.class
org.springframework.webflow.execution.Event.class
org.springframework.webflow.execution.ScopeType$1.class
org.springframework.webflow.execution.repository.FlowExecutionRepository.class
org.springframework.webflow.execution.repository.NoSuchFlowExecutionException.class
org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException.class
org.springframework.webflow.execution.repository.FlowExecutionLock.class
org.springframework.webflow.execution.repository.FlowExecutionAccessException.class
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException.class
org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException.class
org.springframework.webflow.execution.repository.PermissionDeniedFlowExecutionAccessException.class
org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshotFactory.class
org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot.class
org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository.class
org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException.class
org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory$SimpleFlowExecutionSnapshot.class
org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot.class
org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory.class
org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException.class
org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory.class
org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException.class
org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot$ConfigurableObjectInputStream.class
org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository.class
org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey.class
org.springframework.webflow.execution.repository.support.FlowExecutionStateRestorer.class
org.springframework.webflow.execution.repository.support.ConversationBackedFlowExecutionLock.class
org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository.class
org.springframework.webflow.execution.repository.impl.SimpleFlowExecutionSnapshotGroup.class
org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory$FlowIdFlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory.class
org.springframework.webflow.execution.factory.FlowExecutionListenerLoader.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory$1.class
org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerHolder.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory$WildcardFlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader.class
org.springframework.webflow.engine.TransitionableState.class
org.springframework.webflow.engine.ActionState$NoMatchingActionResultTransitionException.class
org.springframework.webflow.engine.TargetStateResolver.class
org.springframework.webflow.engine.ViewVariable.class
org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet.class
org.springframework.webflow.engine.DecisionState.class
org.springframework.webflow.engine.FlowVariable.class
org.springframework.webflow.engine.TransitionCriteria.class
org.springframework.webflow.engine.SubflowState.class
org.springframework.webflow.engine.WildcardTransitionCriteria.class
org.springframework.webflow.engine.ActionList.class
org.springframework.webflow.engine.FlowExecutionExceptionHandler.class
org.springframework.webflow.engine.State.class
org.springframework.webflow.engine.ViewRenderingException.class
org.springframework.webflow.engine.FlowOutputMappingException.class
org.springframework.webflow.engine.FlowInputMappingException.class
org.springframework.webflow.engine.History.class
org.springframework.webflow.engine.TransitionSet.class
org.springframework.webflow.engine.RequestControlContext.class
org.springframework.webflow.engine.Transition.class
org.springframework.webflow.engine.Flow.class
org.springframework.webflow.engine.ActionState.class
org.springframework.webflow.engine.VariableValueFactory.class
org.springframework.webflow.engine.ViewState.class
org.springframework.webflow.engine.EndState.class
org.springframework.webflow.engine.NoMatchingTransitionException.class
org.springframework.webflow.engine.SubflowAttributeMapper.class
org.springframework.webflow.engine.FlowAttributeMappingException.class
org.springframework.webflow.engine.builder.DefaultFlowHolder.class
org.springframework.webflow.engine.builder.BinderConfiguration.class
org.springframework.webflow.engine.builder.BinderConfiguration$Binding.class
org.springframework.webflow.engine.builder.FlowAssembler.class
org.springframework.webflow.engine.builder.FlowBuilderException.class
org.springframework.webflow.engine.builder.ViewFactoryCreator.class
org.springframework.webflow.engine.builder.FlowArtifactFactory.class
org.springframework.webflow.engine.builder.FlowBuilder.class
org.springframework.webflow.engine.builder.FlowBuilderContext.class
org.springframework.webflow.engine.builder.model.LocalFlowBuilderContext.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.support.TextToTransitionCriteria.class
org.springframework.webflow.engine.builder.support.FlowBuilderServices.class
org.springframework.webflow.engine.builder.support.AbstractFlowBuilder.class
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl.class
org.springframework.webflow.engine.builder.support.TextToTargetStateResolver.class
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl$1.class
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl$ParentConversionServiceProxy.class
org.springframework.webflow.engine.model.SecuredModel.class
org.springframework.webflow.engine.model.Model.class
org.springframework.webflow.engine.model.InputModel.class
org.springframework.webflow.engine.model.ActionStateModel.class
org.springframework.webflow.engine.model.RenderModel.class
org.springframework.webflow.engine.model.IfModel.class
org.springframework.webflow.engine.model.TransitionModel.class
org.springframework.webflow.engine.model.EvaluateModel.class
org.springframework.webflow.engine.model.SubflowStateModel.class
org.springframework.webflow.engine.model.AbstractStateModel.class
org.springframework.webflow.engine.model.BinderModel.class
org.springframework.webflow.engine.model.EndStateModel.class
org.springframework.webflow.engine.model.ExceptionHandlerModel.class
org.springframework.webflow.engine.model.BeanImportModel.class
org.springframework.webflow.engine.model.AbstractMappingModel.class
org.springframework.webflow.engine.model.AbstractTransitionableStateModel.class
org.springframework.webflow.engine.model.ViewStateModel.class
org.springframework.webflow.engine.model.AttributeModel.class
org.springframework.webflow.engine.model.DecisionStateModel.class
org.springframework.webflow.engine.model.AbstractActionModel.class
org.springframework.webflow.engine.model.SetModel.class
org.springframework.webflow.engine.model.AbstractModel.class
org.springframework.webflow.engine.model.VarModel.class
org.springframework.webflow.engine.model.OutputModel.class
org.springframework.webflow.engine.model.FlowModel.class
org.springframework.webflow.engine.model.PersistenceContextModel.class
org.springframework.webflow.engine.model.BindingModel.class
org.springframework.webflow.engine.model.builder.FlowModelBuilderException.class
org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder.class
org.springframework.webflow.engine.model.builder.FlowModelBuilder.class
org.springframework.webflow.engine.model.builder.xml.WebFlowEntityResolver.class
org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader.class
org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder.class
org.springframework.webflow.engine.model.builder.xml.DocumentLoader.class
org.springframework.webflow.engine.model.registry.FlowModelHolder.class
org.springframework.webflow.engine.model.registry.FlowModelLocator.class
org.springframework.webflow.engine.model.registry.FlowModelRegistry.class
org.springframework.webflow.engine.model.registry.NoSuchFlowModelException.class
org.springframework.webflow.engine.model.registry.FlowModelHolderLocator.class
org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl.class
org.springframework.webflow.engine.support.ActionExecutingViewFactory.class
org.springframework.webflow.engine.support.ActionTransitionCriteria.class
org.springframework.webflow.engine.support.BeanFactoryVariableValueFactory.class
org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler.class
org.springframework.webflow.engine.support.ActionExecutingViewFactory$1.class
org.springframework.webflow.engine.support.DefaultTargetStateResolver.class
org.springframework.webflow.engine.support.NotTransitionCriteria.class
org.springframework.webflow.engine.support.ActionExecutingViewFactory$ActionExecutingView.class
org.springframework.webflow.engine.support.DefaultTransitionCriteria.class
org.springframework.webflow.engine.support.GenericSubflowAttributeMapper.class
org.springframework.webflow.engine.support.TransitionCriteriaChain.class
org.springframework.webflow.engine.impl.FlowExecutionStatus.class
org.springframework.webflow.engine.impl.FlowExecutionListeners.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory$1.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory$SimpleFlowExecutionKeyFactory.class
org.springframework.webflow.engine.impl.RequestControlContextImpl.class
org.springframework.webflow.engine.impl.FlowSessionImpl.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory.class
org.springframework.webflow.engine.impl.FlowExecutionImpl.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory$SimpleFlowExecutionKeyFactory$SimpleFlowExecutionKey.class
org.springframework.webflow.action.EvaluateAction$1.class
org.springframework.webflow.action.DefaultMultiActionMethodResolver.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
ognl-2.6.11.jar
/opensymphony/ognl/2.6.11
查看ognl所有版本文件
hibernate-core-4.3.11.Final.jar
/org.hibernate/hibernate-core/4.3.11.Final
查看hibernate-core所有版本文件
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
spring-security-core-4.1.0.RELEASE.jar
/org.springframework.security/spring-security-core/4.1.0.RELEASE
查看spring-security-core所有版本文件
spring-binding-2.4.4.RELEASE.jar
/org.springframework.webflow/spring-binding/2.4.4.RELEASE
查看spring-binding所有版本文件
spring-js-2.4.4.RELEASE.jar
/org.springframework.webflow/spring-js/2.4.4.RELEASE
查看spring-js所有版本文件
spring-beans-4.3.0.RELEASE.jar
/org.springframework/spring-beans/4.3.0.RELEASE
查看spring-beans所有版本文件
spring-context-4.3.0.RELEASE.jar
/org.springframework/spring-context/4.3.0.RELEASE
查看spring-context所有版本文件
spring-core-4.3.0.RELEASE.jar
/org.springframework/spring-core/4.3.0.RELEASE
查看spring-core所有版本文件
spring-expression-4.3.0.RELEASE.jar
/org.springframework/spring-expression/4.3.0.RELEASE
查看spring-expression所有版本文件
spring-orm-4.3.0.RELEASE.jar
/org.springframework/spring-orm/4.3.0.RELEASE
查看spring-orm所有版本文件
spring-tx-4.3.0.RELEASE.jar
/org.springframework/spring-tx/4.3.0.RELEASE
查看spring-tx所有版本文件
spring-web-4.3.0.RELEASE.jar
/org.springframework/spring-web/4.3.0.RELEASE
查看spring-web所有版本文件
spring-webmvc-4.3.0.RELEASE.jar
/org.springframework/spring-webmvc/4.3.0.RELEASE
查看spring-webmvc所有版本文件
spring-webmvc-portlet-4.3.0.RELEASE.jar
/org.springframework/spring-webmvc-portlet/4.3.0.RELEASE
查看spring-webmvc-portlet所有版本文件
javax.el-api-2.2.5.jar
/javax.el/javax.el-api/2.2.5
查看javax.el-api所有版本文件
portlet-api-2.0.jar
/javax.portlet/portlet-api/2.0
查看portlet-api所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
junit-3.8.2.jar
/junit/junit/3.8.2
查看junit所有版本文件
|