组织ID: |
org.springframework.webflow |
项目ID: |
spring-webflow |
版本: |
2.3.1.RELEASE |
最后修改时间: |
2018-08-06 13:20:30 |
包类型: |
jar |
标题: |
Spring Web Flow |
大小: |
510.12KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.3.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.webflow:spring-webflow:2.3.1.RELEASE
|
下载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.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<packaging>jar</packaging>
<name>Spring Web Flow</name>
<version>2.3.1.RELEASE</version>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
<version>3.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</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>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.2.5.ga</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>2.6.9</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>${spring.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>${spring.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${spring.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.0.2.RELEASE</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>transaction-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.el</groupId>
<artifactId>jboss-el</artifactId>
<version>2.0.1.GA</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-lib-5</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence-jdbc</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<!-- Where the el-api is located -->
<repository>
<id>maven2.java.net</id>
<url>http://download.java.net/maven/2</url>
</repository>
</repositories>
<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-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
<includes>
<include>**/*Tests.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<filtering>false</filtering>
<directory>src/main/java</directory>
<includes>
<include>**/*.xsd</include>
</includes>
<excludes>
<exclude>**/.svn/**</exclude>
</excludes>
</resource>
<resource>
<filtering>false</filtering>
<directory>src/main/resources</directory>
<includes>
<include>META-INF/spring.*</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/java</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.sql</include>
<include>**/*.properties</include>
</includes>
</testResource>
</testResources>
</build>
<properties>
<spring.version>3.1.1.RELEASE</spring.version>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
org.springframework.webflow.action.AbstractAction.class
org.springframework.webflow.action.CompositeAction.class
org.springframework.webflow.action.DefaultMultiActionMethodResolver.class
org.springframework.webflow.action.DispatchMethodInvoker$1.class
org.springframework.webflow.action.DispatchMethodInvoker$MethodLookupException.class
org.springframework.webflow.action.DispatchMethodInvoker.class
org.springframework.webflow.action.EvaluateAction$DefaultResultEventFactory.class
org.springframework.webflow.action.EvaluateAction.class
org.springframework.webflow.action.EventFactorySupport.class
org.springframework.webflow.action.ExternalRedirectAction.class
org.springframework.webflow.action.FlowDefinitionRedirectAction.class
org.springframework.webflow.action.FormAction.class
org.springframework.webflow.action.FormObjectAccessor.class
org.springframework.webflow.action.MultiAction$MethodResolver.class
org.springframework.webflow.action.MultiAction.class
org.springframework.webflow.action.RenderAction.class
org.springframework.webflow.action.ResultEventFactory.class
org.springframework.webflow.action.ResultEventFactorySelector.class
org.springframework.webflow.action.ResultObjectBasedEventFactory$EnumUtils.class
org.springframework.webflow.action.ResultObjectBasedEventFactory.class
org.springframework.webflow.action.SetAction.class
org.springframework.webflow.action.SuccessEventFactory.class
org.springframework.webflow.action.ViewFactoryActionAdapter.class
org/springframework/webflow/action/package.html
org.springframework.webflow.config.DefaultFlowRegistry.class
org.springframework.webflow.config.FlowBuilderInfo.class
org.springframework.webflow.config.FlowBuilderServicesBeanDefinitionParser.class
org.springframework.webflow.config.FlowDefinitionResource.class
org.springframework.webflow.config.FlowDefinitionResourceFactory.class
org.springframework.webflow.config.FlowElementAttribute.class
org.springframework.webflow.config.FlowExecutionListenerLoaderBeanDefinitionParser.class
org.springframework.webflow.config.FlowExecutionListenerLoaderFactoryBean.class
org.springframework.webflow.config.FlowExecutorBeanDefinitionParser.class
org.springframework.webflow.config.FlowExecutorFactoryBean.class
org.springframework.webflow.config.FlowLocation.class
org.springframework.webflow.config.FlowRegistryBeanDefinitionParser.class
org.springframework.webflow.config.FlowRegistryFactoryBean.class
org.springframework.webflow.config.WebFlowConfigNamespaceHandler.class
org/springframework/webflow/config/package.html
org/springframework/webflow/config/spring-webflow-config-2.0.xsd
org/springframework/webflow/config/spring-webflow-config-2.3.xsd
org.springframework.webflow.context.ExternalContext.class
org.springframework.webflow.context.ExternalContextHolder.class
org/springframework/webflow/context/package.html
org.springframework.webflow.context.portlet.DefaultFlowUrlHandler.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.PortletRequestMap.class
org.springframework.webflow.context.portlet.PortletRequestParameterMap.class
org.springframework.webflow.context.portlet.PortletSessionMap.class
org/springframework/webflow/context/portlet/package.html
org.springframework.webflow.context.servlet.DefaultFlowUrlHandler.class
org.springframework.webflow.context.servlet.FilenameFlowUrlHandler.class
org.springframework.webflow.context.servlet.FlowUrlHandler.class
org.springframework.webflow.context.servlet.HttpServletContextMap.class
org.springframework.webflow.context.servlet.HttpServletRequestMap.class
org.springframework.webflow.context.servlet.HttpServletRequestParameterMap.class
org.springframework.webflow.context.servlet.HttpSessionMap.class
org.springframework.webflow.context.servlet.ServletExternalContext.class
org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler.class
org/springframework/webflow/context/servlet/package.html
org.springframework.webflow.context.web.HttpSessionMapBindingListener.class
org/springframework/webflow/context/web/package.html
org.springframework.webflow.conversation.Conversation.class
org.springframework.webflow.conversation.ConversationException.class
org.springframework.webflow.conversation.ConversationId.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.impl.BadlyFormattedConversationIdException.class
org.springframework.webflow.conversation.impl.ContainedConversation.class
org.springframework.webflow.conversation.impl.ConversationContainer.class
org.springframework.webflow.conversation.impl.ConversationLock.class
org.springframework.webflow.conversation.impl.ConversationLockFactory.class
org.springframework.webflow.conversation.impl.JdkBackportConcurrentConversationLock.class
org.springframework.webflow.conversation.impl.JdkConcurrentConversationLock.class
org.springframework.webflow.conversation.impl.LockInterruptedException.class
org.springframework.webflow.conversation.impl.LockTimeoutException.class
org.springframework.webflow.conversation.impl.NoOpConversationLock.class
org.springframework.webflow.conversation.impl.SessionBindingConversationManager.class
org.springframework.webflow.conversation.impl.SimpleConversationId.class
org/springframework/webflow/conversation/impl/package.html
org/springframework/webflow/conversation/package.html
org.springframework.webflow.core.Annotated.class
org.springframework.webflow.core.AnnotatedObject.class
org.springframework.webflow.core.FlowException.class
org.springframework.webflow.core.collection.AttributeMap.class
org.springframework.webflow.core.collection.AttributeMapBindingEvent.class
org.springframework.webflow.core.collection.AttributeMapBindingListener.class
org.springframework.webflow.core.collection.CollectionUtils$EmptyIterator.class
org.springframework.webflow.core.collection.CollectionUtils$EnumerationIterator.class
org.springframework.webflow.core.collection.CollectionUtils.class
org.springframework.webflow.core.collection.LocalAttributeMap.class
org.springframework.webflow.core.collection.LocalParameterMap.class
org.springframework.webflow.core.collection.LocalSharedAttributeMap.class
org.springframework.webflow.core.collection.MutableAttributeMap.class
org.springframework.webflow.core.collection.ParameterMap.class
org.springframework.webflow.core.collection.SharedAttributeMap.class
org/springframework/webflow/core/collection/package.html
org/springframework/webflow/core/package.html
org.springframework.webflow.definition.FlowDefinition.class
org.springframework.webflow.definition.StateDefinition.class
org.springframework.webflow.definition.TransitionDefinition.class
org.springframework.webflow.definition.TransitionableStateDefinition.class
org/springframework/webflow/definition/package.html
org.springframework.webflow.definition.registry.FlowDefinitionConstructionException.class
org.springframework.webflow.definition.registry.FlowDefinitionHolder.class
org.springframework.webflow.definition.registry.FlowDefinitionLocator.class
org.springframework.webflow.definition.registry.FlowDefinitionRegistry.class
org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl.class
org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException.class
org.springframework.webflow.definition.registry.StaticFlowDefinitionHolder.class
org/springframework/webflow/definition/registry/package.html
org.springframework.webflow.engine.ActionList.class
org.springframework.webflow.engine.ActionState$NoMatchingActionResultTransitionException.class
org.springframework.webflow.engine.ActionState.class
org.springframework.webflow.engine.DecisionState.class
org.springframework.webflow.engine.EndState.class
org.springframework.webflow.engine.Flow.class
org.springframework.webflow.engine.FlowAttributeMappingException.class
org.springframework.webflow.engine.FlowExecutionExceptionHandler.class
org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet.class
org.springframework.webflow.engine.FlowInputMappingException.class
org.springframework.webflow.engine.FlowOutputMappingException.class
org.springframework.webflow.engine.FlowVariable.class
org.springframework.webflow.engine.History.class
org.springframework.webflow.engine.NoMatchingTransitionException.class
org.springframework.webflow.engine.RequestControlContext.class
org.springframework.webflow.engine.State.class
org.springframework.webflow.engine.SubflowAttributeMapper.class
org.springframework.webflow.engine.SubflowState.class
org.springframework.webflow.engine.TargetStateResolver.class
org.springframework.webflow.engine.Transition.class
org.springframework.webflow.engine.TransitionCriteria.class
org.springframework.webflow.engine.TransitionSet.class
org.springframework.webflow.engine.TransitionableState.class
org.springframework.webflow.engine.VariableValueFactory.class
org.springframework.webflow.engine.ViewRenderingException.class
org.springframework.webflow.engine.ViewState.class
org.springframework.webflow.engine.ViewVariable.class
org.springframework.webflow.engine.WildcardTransitionCriteria.class
org.springframework.webflow.engine.builder.BinderConfiguration$Binding.class
org.springframework.webflow.engine.builder.BinderConfiguration.class
org.springframework.webflow.engine.builder.DefaultFlowHolder.class
org.springframework.webflow.engine.builder.FlowArtifactFactory.class
org.springframework.webflow.engine.builder.FlowAssembler.class
org.springframework.webflow.engine.builder.FlowBuilder.class
org.springframework.webflow.engine.builder.FlowBuilderContext.class
org.springframework.webflow.engine.builder.FlowBuilderException.class
org.springframework.webflow.engine.builder.ViewFactoryCreator.class
org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder.class
org.springframework.webflow.engine.builder.model.FlowRelativeResourceLoader.class
org.springframework.webflow.engine.builder.model.LocalFlowBuilderContext.class
org.springframework.webflow.engine.builder.model.SubflowExpression.class
org/springframework/webflow/engine/builder/model/package.html
org/springframework/webflow/engine/builder/package.html
org.springframework.webflow.engine.builder.support.AbstractFlowBuilder.class
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl$ParentConversionServiceProxy.class
org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl.class
org.springframework.webflow.engine.builder.support.FlowBuilderServices.class
org.springframework.webflow.engine.builder.support.TextToTargetStateResolver.class
org.springframework.webflow.engine.builder.support.TextToTransitionCriteria.class
org/springframework/webflow/engine/builder/support/package.html
org.springframework.webflow.engine.impl.FlowExecutionImpl.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory$SimpleFlowExecutionKeyFactory$SimpleFlowExecutionKey.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory$SimpleFlowExecutionKeyFactory.class
org.springframework.webflow.engine.impl.FlowExecutionImplFactory.class
org.springframework.webflow.engine.impl.FlowExecutionListeners.class
org.springframework.webflow.engine.impl.FlowExecutionStatus.class
org.springframework.webflow.engine.impl.FlowSessionImpl.class
org.springframework.webflow.engine.impl.RequestControlContextImpl.class
org/springframework/webflow/engine/impl/package.html
org.springframework.webflow.engine.model.AbstractActionModel.class
org.springframework.webflow.engine.model.AbstractMappingModel.class
org.springframework.webflow.engine.model.AbstractModel.class
org.springframework.webflow.engine.model.AbstractStateModel.class
org.springframework.webflow.engine.model.AbstractTransitionableStateModel.class
org.springframework.webflow.engine.model.ActionStateModel.class
org.springframework.webflow.engine.model.AttributeModel.class
org.springframework.webflow.engine.model.BeanImportModel.class
org.springframework.webflow.engine.model.BinderModel.class
org.springframework.webflow.engine.model.BindingModel.class
org.springframework.webflow.engine.model.DecisionStateModel.class
org.springframework.webflow.engine.model.EndStateModel.class
org.springframework.webflow.engine.model.EvaluateModel.class
org.springframework.webflow.engine.model.ExceptionHandlerModel.class
org.springframework.webflow.engine.model.FlowModel.class
org.springframework.webflow.engine.model.IfModel.class
org.springframework.webflow.engine.model.InputModel.class
org.springframework.webflow.engine.model.Model.class
org.springframework.webflow.engine.model.OutputModel.class
org.springframework.webflow.engine.model.PersistenceContextModel.class
org.springframework.webflow.engine.model.RenderModel.class
org.springframework.webflow.engine.model.SecuredModel.class
org.springframework.webflow.engine.model.SetModel.class
org.springframework.webflow.engine.model.SubflowStateModel.class
org.springframework.webflow.engine.model.TransitionModel.class
org.springframework.webflow.engine.model.VarModel.class
org.springframework.webflow.engine.model.ViewStateModel.class
org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder.class
org.springframework.webflow.engine.model.builder.FlowModelBuilder.class
org.springframework.webflow.engine.model.builder.FlowModelBuilderException.class
org/springframework/webflow/engine/model/builder/package.html
org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader.class
org.springframework.webflow.engine.model.builder.xml.DocumentLoader.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/package.html
org/springframework/webflow/engine/model/builder/xml/spring-webflow-2.0.xsd
org/springframework/webflow/engine/model/package.html
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.FlowModelRegistryImpl.class
org.springframework.webflow.engine.model.registry.NoSuchFlowModelException.class
org/springframework/webflow/engine/model/registry/package.html
org/springframework/webflow/engine/package.html
org.springframework.webflow.engine.support.ActionExecutingViewFactory$ActionExecutingView.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.DefaultTargetStateResolver.class
org.springframework.webflow.engine.support.DefaultTransitionCriteria.class
org.springframework.webflow.engine.support.GenericSubflowAttributeMapper.class
org.springframework.webflow.engine.support.NotTransitionCriteria.class
org.springframework.webflow.engine.support.TransitionCriteriaChain.class
org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler.class
org/springframework/webflow/engine/support/package.html
org.springframework.webflow.execution.Action.class
org.springframework.webflow.execution.ActionExecutionException.class
org.springframework.webflow.execution.ActionExecutor.class
org.springframework.webflow.execution.AnnotatedAction.class
org.springframework.webflow.execution.EnterStateVetoException.class
org.springframework.webflow.execution.Event.class
org.springframework.webflow.execution.FlowExecution.class
org.springframework.webflow.execution.FlowExecutionContext.class
org.springframework.webflow.execution.FlowExecutionException.class
org.springframework.webflow.execution.FlowExecutionFactory.class
org.springframework.webflow.execution.FlowExecutionKey.class
org.springframework.webflow.execution.FlowExecutionKeyFactory.class
org.springframework.webflow.execution.FlowExecutionListener.class
org.springframework.webflow.execution.FlowExecutionListenerAdapter.class
org.springframework.webflow.execution.FlowExecutionOutcome.class
org.springframework.webflow.execution.FlowSession.class
org.springframework.webflow.execution.RequestContext.class
org.springframework.webflow.execution.RequestContextHolder.class
org.springframework.webflow.execution.ScopeType$1.class
org.springframework.webflow.execution.ScopeType$2.class
org.springframework.webflow.execution.ScopeType$3.class
org.springframework.webflow.execution.ScopeType$4.class
org.springframework.webflow.execution.ScopeType$5.class
org.springframework.webflow.execution.ScopeType.class
org.springframework.webflow.execution.View.class
org.springframework.webflow.execution.ViewFactory.class
org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerHolder.class
org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory$FlowIdFlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory$WildcardFlowExecutionListenerCriteria.class
org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory.class
org.springframework.webflow.execution.factory.FlowExecutionListenerLoader.class
org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader.class
org/springframework/webflow/execution/factory/package.html
org/springframework/webflow/execution/package.html
org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException.class
org.springframework.webflow.execution.repository.FlowExecutionAccessException.class
org.springframework.webflow.execution.repository.FlowExecutionLock.class
org.springframework.webflow.execution.repository.FlowExecutionRepository.class
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException.class
org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException.class
org.springframework.webflow.execution.repository.NoSuchFlowExecutionException.class
org.springframework.webflow.execution.repository.PermissionDeniedFlowExecutionAccessException.class
org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository.class
org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup.class
org.springframework.webflow.execution.repository.impl.SimpleFlowExecutionSnapshotGroup.class
org/springframework/webflow/execution/repository/impl/package.html
org/springframework/webflow/execution/repository/package.html
org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository.class
org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot.class
org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshotFactory.class
org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot$ConfigurableObjectInputStream.class
org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot.class
org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory.class
org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory$SimpleFlowExecutionSnapshot.class
org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory.class
org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException.class
org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException.class
org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException.class
org/springframework/webflow/execution/repository/snapshot/package.html
org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository.class
org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey.class
org.springframework.webflow.execution.repository.support.ConversationBackedFlowExecutionLock.class
org.springframework.webflow.execution.repository.support.FlowExecutionStateRestorer.class
org/springframework/webflow/execution/repository/support/package.html
org.springframework.webflow.executor.FlowExecutionResult.class
org.springframework.webflow.executor.FlowExecutor.class
org.springframework.webflow.executor.FlowExecutorImpl.class
org/springframework/webflow/executor/package.html
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$ActionPropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$MapAdaptablePropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$MessageSourcePropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$MutableAttributeMapPropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser$RequestContextPropertyAccessor.class
org.springframework.webflow.expression.WebFlowOgnlExpressionParser.class
org.springframework.webflow.expression.el.ActionMethodELResolver.class
org.springframework.webflow.expression.el.FlowResourceELResolver.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$1.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$2.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables$3.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$ImplicitVariables.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver$PropertyResolver.class
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver.class
org.springframework.webflow.expression.el.RequestContextELResolver.class
org.springframework.webflow.expression.el.ScopeSearchingELResolver.class
org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser$RequestContextELContextFactory.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser$WebFlowELContext.class
org.springframework.webflow.expression.el.WebFlowELExpressionParser.class
org/springframework/webflow/expression/el/package.html
org/springframework/webflow/expression/package.html
org.springframework.webflow.expression.spel.ActionPropertyAccessor.class
org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$1.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$2.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$3.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor$FlowVariableAccessor.class
org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor.class
org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
spring-beans-${spring.version}.jar
/org.springframework/spring-beans/${spring.version}
查看spring-beans所有版本文件
spring-context-${spring.version}.jar
/org.springframework/spring-context/${spring.version}
查看spring-context所有版本文件
spring-core-${spring.version}.jar
/org.springframework/spring-core/${spring.version}
查看spring-core所有版本文件
spring-expression-${spring.version}.jar
/org.springframework/spring-expression/${spring.version}
查看spring-expression所有版本文件
spring-web-${spring.version}.jar
/org.springframework/spring-web/${spring.version}
查看spring-web所有版本文件
spring-webmvc-${spring.version}.jar
/org.springframework/spring-webmvc/${spring.version}
查看spring-webmvc所有版本文件
spring-binding-${project.version}.jar
/org.springframework.webflow/spring-binding/${project.version}
查看spring-binding所有版本文件
spring-js-${project.version}.jar
/org.springframework.webflow/spring-js/${project.version}
查看spring-js所有版本文件
backport-util-concurrent-3.0.jar
/backport-util-concurrent/backport-util-concurrent/3.0
查看backport-util-concurrent所有版本文件
el-api-1.0.jar
/javax.el/el-api/1.0
查看el-api所有版本文件
persistence-api-1.0.jar
/javax.persistence/persistence-api/1.0
查看persistence-api所有版本文件
portlet-api-2.0.jar
/javax.portlet/portlet-api/2.0
查看portlet-api所有版本文件
servlet-api-2.4.jar
/javax.servlet/servlet-api/2.4
查看servlet-api所有版本文件
hibernate-3.2.5.ga.jar
/org.hibernate/hibernate/3.2.5.ga
查看hibernate所有版本文件
ognl-2.6.9.jar
/ognl/ognl/2.6.9
查看ognl所有版本文件
spring-orm-${spring.version}.jar
/org.springframework/spring-orm/${spring.version}
查看spring-orm所有版本文件
spring-webmvc-portlet-${spring.version}.jar
/org.springframework/spring-webmvc-portlet/${spring.version}
查看spring-webmvc-portlet所有版本文件
spring-tx-${spring.version}.jar
/org.springframework/spring-tx/${spring.version}
查看spring-tx所有版本文件
spring-security-core-3.0.2.RELEASE.jar
/org.springframework.security/spring-security-core/3.0.2.RELEASE
查看spring-security-core所有版本文件
transaction-api-1.1.jar
/javax.transaction/transaction-api/1.1
查看transaction-api所有版本文件
easymock-2.5.2.jar
/org.easymock/easymock/2.5.2
查看easymock所有版本文件
junit-3.8.2.jar
/junit/junit/3.8.2
查看junit所有版本文件
spring-test-${spring.version}.jar
/org.springframework/spring-test/${spring.version}
查看spring-test所有版本文件
jboss-el-2.0.1.GA.jar
/org.jboss.el/jboss-el/2.0.1.GA
查看jboss-el所有版本文件
hsqldb-1.8.0.10.jar
/org.hsqldb/hsqldb/1.8.0.10
查看hsqldb所有版本文件
openjpa-lib-5-1.0.2.jar
/org.apache.openjpa/openjpa-lib-5/1.0.2
查看openjpa-lib-5所有版本文件
openjpa-persistence-1.0.2.jar
/org.apache.openjpa/openjpa-persistence/1.0.2
查看openjpa-persistence所有版本文件
openjpa-persistence-jdbc-1.0.2.jar
/org.apache.openjpa/openjpa-persistence-jdbc/1.0.2
查看openjpa-persistence-jdbc所有版本文件
commons-collections-3.2.jar
/commons-collections/commons-collections/3.2
查看commons-collections所有版本文件
|