组织ID: |
org.springframework.webflow |
项目ID: |
spring-webflow |
版本: |
2.3.2.RELEASE |
最后修改时间: |
2018-07-27 04:01:41 |
包类型: |
java-source (源码) |
大小: |
515.16KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.3.2.RELEASE</version>
<classifier>sources</classifier>
<type>java-source</type>
</dependency>
|
Gradle引入代码: |
org.springframework.webflow:spring-webflow:2.3.2.RELEASE
|
下载Jar包: |
|
Jar包内容: |
META-INF/MANIFEST.MF
org/springframework/webflow/action/AbstractAction.java
org/springframework/webflow/action/CompositeAction.java
org/springframework/webflow/action/DefaultMultiActionMethodResolver.java
org/springframework/webflow/action/DispatchMethodInvoker.java
org/springframework/webflow/action/EvaluateAction.java
org/springframework/webflow/action/EventFactorySupport.java
org/springframework/webflow/action/ExternalRedirectAction.java
org/springframework/webflow/action/FlowDefinitionRedirectAction.java
org/springframework/webflow/action/FormAction.java
org/springframework/webflow/action/FormObjectAccessor.java
org/springframework/webflow/action/MultiAction.java
org/springframework/webflow/action/RenderAction.java
org/springframework/webflow/action/ResultEventFactory.java
org/springframework/webflow/action/ResultEventFactorySelector.java
org/springframework/webflow/action/ResultObjectBasedEventFactory.java
org/springframework/webflow/action/SetAction.java
org/springframework/webflow/action/SuccessEventFactory.java
org/springframework/webflow/action/ViewFactoryActionAdapter.java
org/springframework/webflow/action/package.html
org/springframework/webflow/config/DefaultFlowRegistry.java
org/springframework/webflow/config/FlowBuilderInfo.java
org/springframework/webflow/config/FlowBuilderServicesBeanDefinitionParser.java
org/springframework/webflow/config/FlowDefinitionResource.java
org/springframework/webflow/config/FlowDefinitionResourceFactory.java
org/springframework/webflow/config/FlowElementAttribute.java
org/springframework/webflow/config/FlowExecutionListenerLoaderBeanDefinitionParser.java
org/springframework/webflow/config/FlowExecutionListenerLoaderFactoryBean.java
org/springframework/webflow/config/FlowExecutorBeanDefinitionParser.java
org/springframework/webflow/config/FlowExecutorFactoryBean.java
org/springframework/webflow/config/FlowLocation.java
org/springframework/webflow/config/FlowRegistryBeanDefinitionParser.java
org/springframework/webflow/config/FlowRegistryFactoryBean.java
org/springframework/webflow/config/WebFlowConfigNamespaceHandler.java
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.java
org/springframework/webflow/context/ExternalContextHolder.java
org/springframework/webflow/context/package.html
org/springframework/webflow/context/portlet/DefaultFlowUrlHandler.java
org/springframework/webflow/context/portlet/FlowUrlHandler.java
org/springframework/webflow/context/portlet/PortletContextMap.java
org/springframework/webflow/context/portlet/PortletExternalContext.java
org/springframework/webflow/context/portlet/PortletRequestMap.java
org/springframework/webflow/context/portlet/PortletRequestParameterMap.java
org/springframework/webflow/context/portlet/PortletSessionMap.java
org/springframework/webflow/context/portlet/package.html
org/springframework/webflow/context/servlet/DefaultFlowUrlHandler.java
org/springframework/webflow/context/servlet/FilenameFlowUrlHandler.java
org/springframework/webflow/context/servlet/FlowUrlHandler.java
org/springframework/webflow/context/servlet/HttpServletContextMap.java
org/springframework/webflow/context/servlet/HttpServletRequestMap.java
org/springframework/webflow/context/servlet/HttpServletRequestParameterMap.java
org/springframework/webflow/context/servlet/HttpSessionMap.java
org/springframework/webflow/context/servlet/ServletExternalContext.java
org/springframework/webflow/context/servlet/WebFlow1FlowUrlHandler.java
org/springframework/webflow/context/servlet/package.html
org/springframework/webflow/context/web/HttpSessionMapBindingListener.java
org/springframework/webflow/context/web/package.html
org/springframework/webflow/conversation/Conversation.java
org/springframework/webflow/conversation/ConversationException.java
org/springframework/webflow/conversation/ConversationId.java
org/springframework/webflow/conversation/ConversationLockException.java
org/springframework/webflow/conversation/ConversationManager.java
org/springframework/webflow/conversation/ConversationParameters.java
org/springframework/webflow/conversation/NoSuchConversationException.java
org/springframework/webflow/conversation/impl/BadlyFormattedConversationIdException.java
org/springframework/webflow/conversation/impl/ContainedConversation.java
org/springframework/webflow/conversation/impl/ConversationContainer.java
org/springframework/webflow/conversation/impl/ConversationLock.java
org/springframework/webflow/conversation/impl/ConversationLockFactory.java
org/springframework/webflow/conversation/impl/JdkBackportConcurrentConversationLock.java
org/springframework/webflow/conversation/impl/JdkConcurrentConversationLock.java
org/springframework/webflow/conversation/impl/LockInterruptedException.java
org/springframework/webflow/conversation/impl/LockTimeoutException.java
org/springframework/webflow/conversation/impl/NoOpConversationLock.java
org/springframework/webflow/conversation/impl/SessionBindingConversationManager.java
org/springframework/webflow/conversation/impl/SimpleConversationId.java
org/springframework/webflow/conversation/impl/package.html
org/springframework/webflow/conversation/package.html
org/springframework/webflow/core/Annotated.java
org/springframework/webflow/core/AnnotatedObject.java
org/springframework/webflow/core/FlowException.java
org/springframework/webflow/core/collection/AttributeMap.java
org/springframework/webflow/core/collection/AttributeMapBindingEvent.java
org/springframework/webflow/core/collection/AttributeMapBindingListener.java
org/springframework/webflow/core/collection/CollectionUtils.java
org/springframework/webflow/core/collection/LocalAttributeMap.java
org/springframework/webflow/core/collection/LocalParameterMap.java
org/springframework/webflow/core/collection/LocalSharedAttributeMap.java
org/springframework/webflow/core/collection/MutableAttributeMap.java
org/springframework/webflow/core/collection/ParameterMap.java
org/springframework/webflow/core/collection/SharedAttributeMap.java
org/springframework/webflow/core/collection/package.html
org/springframework/webflow/core/package.html
org/springframework/webflow/definition/FlowDefinition.java
org/springframework/webflow/definition/StateDefinition.java
org/springframework/webflow/definition/TransitionDefinition.java
org/springframework/webflow/definition/TransitionableStateDefinition.java
org/springframework/webflow/definition/package.html
org/springframework/webflow/definition/registry/FlowDefinitionConstructionException.java
org/springframework/webflow/definition/registry/FlowDefinitionHolder.java
org/springframework/webflow/definition/registry/FlowDefinitionLocator.java
org/springframework/webflow/definition/registry/FlowDefinitionRegistry.java
org/springframework/webflow/definition/registry/FlowDefinitionRegistryImpl.java
org/springframework/webflow/definition/registry/NoSuchFlowDefinitionException.java
org/springframework/webflow/definition/registry/StaticFlowDefinitionHolder.java
org/springframework/webflow/definition/registry/package.html
org/springframework/webflow/engine/ActionList.java
org/springframework/webflow/engine/ActionState.java
org/springframework/webflow/engine/DecisionState.java
org/springframework/webflow/engine/EndState.java
org/springframework/webflow/engine/Flow.java
org/springframework/webflow/engine/FlowAttributeMappingException.java
org/springframework/webflow/engine/FlowExecutionExceptionHandler.java
org/springframework/webflow/engine/FlowExecutionExceptionHandlerSet.java
org/springframework/webflow/engine/FlowInputMappingException.java
org/springframework/webflow/engine/FlowOutputMappingException.java
org/springframework/webflow/engine/FlowVariable.java
org/springframework/webflow/engine/History.java
org/springframework/webflow/engine/NoMatchingTransitionException.java
org/springframework/webflow/engine/RequestControlContext.java
org/springframework/webflow/engine/State.java
org/springframework/webflow/engine/SubflowAttributeMapper.java
org/springframework/webflow/engine/SubflowState.java
org/springframework/webflow/engine/TargetStateResolver.java
org/springframework/webflow/engine/Transition.java
org/springframework/webflow/engine/TransitionCriteria.java
org/springframework/webflow/engine/TransitionSet.java
org/springframework/webflow/engine/TransitionableState.java
org/springframework/webflow/engine/VariableValueFactory.java
org/springframework/webflow/engine/ViewRenderingException.java
org/springframework/webflow/engine/ViewState.java
org/springframework/webflow/engine/ViewVariable.java
org/springframework/webflow/engine/WildcardTransitionCriteria.java
org/springframework/webflow/engine/builder/BinderConfiguration.java
org/springframework/webflow/engine/builder/DefaultFlowHolder.java
org/springframework/webflow/engine/builder/FlowArtifactFactory.java
org/springframework/webflow/engine/builder/FlowAssembler.java
org/springframework/webflow/engine/builder/FlowBuilder.java
org/springframework/webflow/engine/builder/FlowBuilderContext.java
org/springframework/webflow/engine/builder/FlowBuilderException.java
org/springframework/webflow/engine/builder/ViewFactoryCreator.java
org/springframework/webflow/engine/builder/model/FlowModelFlowBuilder.java
org/springframework/webflow/engine/builder/model/FlowRelativeResourceLoader.java
org/springframework/webflow/engine/builder/model/LocalFlowBuilderContext.java
org/springframework/webflow/engine/builder/model/SubflowExpression.java
org/springframework/webflow/engine/builder/model/package.html
org/springframework/webflow/engine/builder/package.html
org/springframework/webflow/engine/builder/support/AbstractFlowBuilder.java
org/springframework/webflow/engine/builder/support/FlowBuilderContextImpl.java
org/springframework/webflow/engine/builder/support/FlowBuilderServices.java
org/springframework/webflow/engine/builder/support/TextToTargetStateResolver.java
org/springframework/webflow/engine/builder/support/TextToTransitionCriteria.java
org/springframework/webflow/engine/builder/support/package.html
org/springframework/webflow/engine/impl/FlowExecutionImpl.java
org/springframework/webflow/engine/impl/FlowExecutionImplFactory.java
org/springframework/webflow/engine/impl/FlowExecutionListeners.java
org/springframework/webflow/engine/impl/FlowExecutionStatus.java
org/springframework/webflow/engine/impl/FlowSessionImpl.java
org/springframework/webflow/engine/impl/RequestControlContextImpl.java
org/springframework/webflow/engine/impl/package.html
org/springframework/webflow/engine/model/AbstractActionModel.java
org/springframework/webflow/engine/model/AbstractMappingModel.java
org/springframework/webflow/engine/model/AbstractModel.java
org/springframework/webflow/engine/model/AbstractStateModel.java
org/springframework/webflow/engine/model/AbstractTransitionableStateModel.java
org/springframework/webflow/engine/model/ActionStateModel.java
org/springframework/webflow/engine/model/AttributeModel.java
org/springframework/webflow/engine/model/BeanImportModel.java
org/springframework/webflow/engine/model/BinderModel.java
org/springframework/webflow/engine/model/BindingModel.java
org/springframework/webflow/engine/model/DecisionStateModel.java
org/springframework/webflow/engine/model/EndStateModel.java
org/springframework/webflow/engine/model/EvaluateModel.java
org/springframework/webflow/engine/model/ExceptionHandlerModel.java
org/springframework/webflow/engine/model/FlowModel.java
org/springframework/webflow/engine/model/IfModel.java
org/springframework/webflow/engine/model/InputModel.java
org/springframework/webflow/engine/model/Model.java
org/springframework/webflow/engine/model/OutputModel.java
org/springframework/webflow/engine/model/PersistenceContextModel.java
org/springframework/webflow/engine/model/RenderModel.java
org/springframework/webflow/engine/model/SecuredModel.java
org/springframework/webflow/engine/model/SetModel.java
org/springframework/webflow/engine/model/SubflowStateModel.java
org/springframework/webflow/engine/model/TransitionModel.java
org/springframework/webflow/engine/model/VarModel.java
org/springframework/webflow/engine/model/ViewStateModel.java
org/springframework/webflow/engine/model/builder/DefaultFlowModelHolder.java
org/springframework/webflow/engine/model/builder/FlowModelBuilder.java
org/springframework/webflow/engine/model/builder/FlowModelBuilderException.java
org/springframework/webflow/engine/model/builder/package.html
org/springframework/webflow/engine/model/builder/xml/DefaultDocumentLoader.java
org/springframework/webflow/engine/model/builder/xml/DocumentLoader.java
org/springframework/webflow/engine/model/builder/xml/WebFlowEntityResolver.java
org/springframework/webflow/engine/model/builder/xml/XmlFlowModelBuilder.java
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.java
org/springframework/webflow/engine/model/registry/FlowModelLocator.java
org/springframework/webflow/engine/model/registry/FlowModelRegistry.java
org/springframework/webflow/engine/model/registry/FlowModelRegistryImpl.java
org/springframework/webflow/engine/model/registry/NoSuchFlowModelException.java
org/springframework/webflow/engine/model/registry/package.html
org/springframework/webflow/engine/package.html
org/springframework/webflow/engine/support/ActionExecutingViewFactory.java
org/springframework/webflow/engine/support/ActionTransitionCriteria.java
org/springframework/webflow/engine/support/BeanFactoryVariableValueFactory.java
org/springframework/webflow/engine/support/DefaultTargetStateResolver.java
org/springframework/webflow/engine/support/DefaultTransitionCriteria.java
org/springframework/webflow/engine/support/GenericSubflowAttributeMapper.java
org/springframework/webflow/engine/support/NotTransitionCriteria.java
org/springframework/webflow/engine/support/TransitionCriteriaChain.java
org/springframework/webflow/engine/support/TransitionExecutingFlowExecutionExceptionHandler.java
org/springframework/webflow/engine/support/package.html
org/springframework/webflow/execution/Action.java
org/springframework/webflow/execution/ActionExecutionException.java
org/springframework/webflow/execution/ActionExecutor.java
org/springframework/webflow/execution/AnnotatedAction.java
org/springframework/webflow/execution/EnterStateVetoException.java
org/springframework/webflow/execution/Event.java
org/springframework/webflow/execution/FlowExecution.java
org/springframework/webflow/execution/FlowExecutionContext.java
org/springframework/webflow/execution/FlowExecutionException.java
org/springframework/webflow/execution/FlowExecutionFactory.java
org/springframework/webflow/execution/FlowExecutionKey.java
org/springframework/webflow/execution/FlowExecutionKeyFactory.java
org/springframework/webflow/execution/FlowExecutionListener.java
org/springframework/webflow/execution/FlowExecutionListenerAdapter.java
org/springframework/webflow/execution/FlowExecutionOutcome.java
org/springframework/webflow/execution/FlowSession.java
org/springframework/webflow/execution/RequestContext.java
org/springframework/webflow/execution/RequestContextHolder.java
org/springframework/webflow/execution/ScopeType.java
org/springframework/webflow/execution/View.java
org/springframework/webflow/execution/ViewFactory.java
org/springframework/webflow/execution/factory/ConditionalFlowExecutionListenerHolder.java
org/springframework/webflow/execution/factory/ConditionalFlowExecutionListenerLoader.java
org/springframework/webflow/execution/factory/FlowExecutionListenerCriteria.java
org/springframework/webflow/execution/factory/FlowExecutionListenerCriteriaFactory.java
org/springframework/webflow/execution/factory/FlowExecutionListenerLoader.java
org/springframework/webflow/execution/factory/StaticFlowExecutionListenerLoader.java
org/springframework/webflow/execution/factory/package.html
org/springframework/webflow/execution/package.html
org/springframework/webflow/execution/repository/BadlyFormattedFlowExecutionKeyException.java
org/springframework/webflow/execution/repository/FlowExecutionAccessException.java
org/springframework/webflow/execution/repository/FlowExecutionLock.java
org/springframework/webflow/execution/repository/FlowExecutionRepository.java
org/springframework/webflow/execution/repository/FlowExecutionRepositoryException.java
org/springframework/webflow/execution/repository/FlowExecutionRestorationFailureException.java
org/springframework/webflow/execution/repository/NoSuchFlowExecutionException.java
org/springframework/webflow/execution/repository/PermissionDeniedFlowExecutionAccessException.java
org/springframework/webflow/execution/repository/impl/DefaultFlowExecutionRepository.java
org/springframework/webflow/execution/repository/impl/FlowExecutionSnapshotGroup.java
org/springframework/webflow/execution/repository/impl/SimpleFlowExecutionSnapshotGroup.java
org/springframework/webflow/execution/repository/impl/package.html
org/springframework/webflow/execution/repository/package.html
org/springframework/webflow/execution/repository/snapshot/AbstractSnapshottingFlowExecutionRepository.java
org/springframework/webflow/execution/repository/snapshot/FlowExecutionSnapshot.java
org/springframework/webflow/execution/repository/snapshot/FlowExecutionSnapshotFactory.java
org/springframework/webflow/execution/repository/snapshot/SerializedFlowExecutionSnapshot.java
org/springframework/webflow/execution/repository/snapshot/SerializedFlowExecutionSnapshotFactory.java
org/springframework/webflow/execution/repository/snapshot/SimpleFlowExecutionSnapshotFactory.java
org/springframework/webflow/execution/repository/snapshot/SnapshotCreationException.java
org/springframework/webflow/execution/repository/snapshot/SnapshotNotFoundException.java
org/springframework/webflow/execution/repository/snapshot/SnapshotUnmarshalException.java
org/springframework/webflow/execution/repository/snapshot/package.html
org/springframework/webflow/execution/repository/support/AbstractFlowExecutionRepository.java
org/springframework/webflow/execution/repository/support/CompositeFlowExecutionKey.java
org/springframework/webflow/execution/repository/support/ConversationBackedFlowExecutionLock.java
org/springframework/webflow/execution/repository/support/FlowExecutionStateRestorer.java
org/springframework/webflow/execution/repository/support/package.html
org/springframework/webflow/executor/FlowExecutionResult.java
org/springframework/webflow/executor/FlowExecutor.java
org/springframework/webflow/executor/FlowExecutorImpl.java
org/springframework/webflow/executor/package.html
org/springframework/webflow/expression/WebFlowOgnlExpressionParser.java
org/springframework/webflow/expression/el/ActionMethodELResolver.java
org/springframework/webflow/expression/el/FlowResourceELResolver.java
org/springframework/webflow/expression/el/ImplicitFlowVariableELResolver.java
org/springframework/webflow/expression/el/RequestContextELResolver.java
org/springframework/webflow/expression/el/ScopeSearchingELResolver.java
org/springframework/webflow/expression/el/SpringBeanWebFlowELResolver.java
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|