A B C D E F G H I J K L M N O P Q R S T U V W X Y

O

ObjectToArray - Class in org.springframework.binding.convert.converters
Special two-way converter that converts an object to an single-element array.
ObjectToArray(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ObjectToArray
Creates a new object to array converter.
ObjectToArray(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ObjectToArray
Creates a new object to array converter.
ObjectToCollection - Class in org.springframework.binding.convert.converters
Special two-way converter that converts an object to an single-element collection.
ObjectToCollection(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ObjectToCollection
Creates a new object to collection converter
ObjectToCollection(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ObjectToCollection
Creates a new object to collection converter
OgnlExpressionParser - Class in org.springframework.binding.expression.ognl
An expression parser that parses Ognl expressions.
OgnlExpressionParser() - Constructor for class org.springframework.binding.expression.ognl.OgnlExpressionParser
 
OneSelectionTrackingListDataModel - Class in org.springframework.faces.model
A DataModel implementation that tracks the currently selected row, allowing only one selection at a time.
OneSelectionTrackingListDataModel() - Constructor for class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
OneSelectionTrackingListDataModel(List) - Constructor for class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
org.springframework.binding.collection - package org.springframework.binding.collection
Collection related classes usable by other packages and systems.
org.springframework.binding.convert - package org.springframework.binding.convert
Core services for converting objects from one type to another.
org.springframework.binding.convert.converters - package org.springframework.binding.convert.converters
Common Converter implementations.
org.springframework.binding.convert.service - package org.springframework.binding.convert.service
Contains the implementation of the type ConversionService.
org.springframework.binding.expression - package org.springframework.binding.expression
Core expression language abstraction for parsing and evaluating expressions.
org.springframework.binding.expression.beanwrapper - package org.springframework.binding.expression.beanwrapper
Support for Spring's BeanWrapper implemented by the BeanWrapperExpressionParser.
org.springframework.binding.expression.el - package org.springframework.binding.expression.el
Support for the Unified Expression Language (EL) implemented by the ELExpressionParser.
org.springframework.binding.expression.ognl - package org.springframework.binding.expression.ognl
Support for the OGNL Expression Language implemented by the OgnlExpressionParser.
org.springframework.binding.expression.support - package org.springframework.binding.expression.support
Support classes commonly used by ExpressionParser implementations.
org.springframework.binding.format - package org.springframework.binding.format
Core services for formatting objects into a string form for display in a UI.
org.springframework.binding.mapping - package org.springframework.binding.mapping
Support for mapping data between objects.
org.springframework.binding.mapping.impl - package org.springframework.binding.mapping.impl
The default data Mapper implementation.
org.springframework.binding.mapping.results - package org.springframework.binding.mapping.results
Possible Mapping results.
org.springframework.binding.message - package org.springframework.binding.message
A system for recording and tracking locale-specific messages to display in a UI.
org.springframework.binding.method - package org.springframework.binding.method
Custom method binding support for invoking methods on objects.
org.springframework.binding.validation - package org.springframework.binding.validation
Common validation interfaces.
org.springframework.faces.config - package org.springframework.faces.config
Configuration support for the Spring Faces custom XML namespace.
org.springframework.faces.expression - package org.springframework.faces.expression
Support for adapting Unified EL resolvers to the JSF 1.1 API.
org.springframework.faces.model - package org.springframework.faces.model
Extended implementations of JSF-specific data structures such as DataModel.
org.springframework.faces.model.converter - package org.springframework.faces.model.converter
Conversion support for JSF-specific data structures.
org.springframework.faces.mvc - package org.springframework.faces.mvc
Support for JSF integration with Spring MVC.
org.springframework.faces.richfaces - package org.springframework.faces.richfaces
Ajax integration support for the Rich Faces component library.
org.springframework.faces.support - package org.springframework.faces.support
Development and debugging support for working with JSF.
org.springframework.faces.ui - package org.springframework.faces.ui
Spring Faces component library.
org.springframework.faces.ui.resource - package org.springframework.faces.ui.resource
Support for providing JavaScript, CSS, and image resources needed by Spring Faces components.
org.springframework.faces.webflow - package org.springframework.faces.webflow
The integration layer between Spring Web Flow and Java Server Faces (JSF).
org.springframework.js.ajax - package org.springframework.js.ajax
Contains the server-side support for handling Spring.js Ajax requests.
org.springframework.js.ajax.tiles2 - package org.springframework.js.ajax.tiles2
The Ajax integration between Spring.js and the Tiles2 layout system.
org.springframework.js.resource - package org.springframework.js.resource
Contains the generic ResourceServlet for serving web resources such as Javascript and CSS.
org.springframework.webflow.action - package org.springframework.webflow.action
Common action implementations invokable by flow definitions.
org.springframework.webflow.config - package org.springframework.webflow.config
High-level flow system configuration support within a Spring environment.
org.springframework.webflow.context - package org.springframework.webflow.context
The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.
org.springframework.webflow.context.portlet - package org.springframework.webflow.context.portlet
Contains the PortletExternalContext implementation for calling into Web Flow from a Portlet.
org.springframework.webflow.context.servlet - package org.springframework.webflow.context.servlet
Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment.
org.springframework.webflow.context.web - package org.springframework.webflow.context.web
Shared classes used by the Servlet and Portlet ExternalContext implementations.
org.springframework.webflow.conversation - package org.springframework.webflow.conversation
The conversation subsystem for beginning and ending conversations that manage the state of user interactions.
org.springframework.webflow.conversation.impl - package org.springframework.webflow.conversation.impl
Conversation manager implementations.
org.springframework.webflow.core - package org.springframework.webflow.core
Foundational, generic types usable by all other packages.
org.springframework.webflow.core.collection - package org.springframework.webflow.core.collection
Core element collection types used within Spring Web Flow.
org.springframework.webflow.definition - package org.springframework.webflow.definition
Core, stable abstractions for representing flow definitions.
org.springframework.webflow.definition.registry - package org.springframework.webflow.definition.registry
The flow definition registry subsystem for managing collections of executable flow definitions.
org.springframework.webflow.engine - package org.springframework.webflow.engine
The implementation of the web flow execution engine.
org.springframework.webflow.engine.builder - package org.springframework.webflow.engine.builder
The FlowBuilder subsystem for building and assembling executable flow definitions.
org.springframework.webflow.engine.builder.model - package org.springframework.webflow.engine.builder.model
Contains a FlowBuilder that builds Flow instances from a FlowModel.
org.springframework.webflow.engine.builder.support - package org.springframework.webflow.engine.builder.support
Support classes for implementing FlowBuilders.
org.springframework.webflow.engine.impl - package org.springframework.webflow.engine.impl
The implementation of Spring Web Flow's flow execution engine, based on finite-state machine.
org.springframework.webflow.engine.model - package org.springframework.webflow.engine.model
Defines a configuration model for Flow instances.
org.springframework.webflow.engine.model.builder - package org.springframework.webflow.engine.model.builder
The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance.
org.springframework.webflow.engine.model.builder.xml - package org.springframework.webflow.engine.model.builder.xml
Defines the XmlFlowModelBuilder, for building FlowModels from XML-based resources.
org.springframework.webflow.engine.model.registry - package org.springframework.webflow.engine.model.registry
The registry subsystem for managing collections of flow models.
org.springframework.webflow.engine.support - package org.springframework.webflow.engine.support
Support implementations the engine uses internally.
org.springframework.webflow.execution - package org.springframework.webflow.execution
Core, stable abstractions for representing runtime executions of flow definitions.
org.springframework.webflow.execution.factory - package org.springframework.webflow.execution.factory
Supporting types often used by flow execution factory implementations.
org.springframework.webflow.execution.repository - package org.springframework.webflow.execution.repository
The flow execution repository subsystem for saving and restoring managed flow executions.
org.springframework.webflow.execution.repository.impl - package org.springframework.webflow.execution.repository.impl
Contains the concrete flow execution repository implementations provided by the framework.
org.springframework.webflow.execution.repository.snapshot - package org.springframework.webflow.execution.repository.snapshot
Support for repositories that take flow execution snapshots to support backtracking.
org.springframework.webflow.execution.repository.support - package org.springframework.webflow.execution.repository.support
General purpose implementation assistance for flow execution repositories.
org.springframework.webflow.executor - package org.springframework.webflow.executor
High-level executors for driving the execution of flow definitions.
org.springframework.webflow.expression - package org.springframework.webflow.expression
Expression language integration.
org.springframework.webflow.expression.el - package org.springframework.webflow.expression.el
Web Flow integration with the Unified EL API.
org.springframework.webflow.mvc.builder - package org.springframework.webflow.mvc.builder
Support for configuring Spring MVC-based ViewFactory implementations when building a Flow.
org.springframework.webflow.mvc.portlet - package org.springframework.webflow.mvc.portlet
The integration between Web Flow and Spring Portlet MVC, Spring's portlet application platform.
org.springframework.webflow.mvc.servlet - package org.springframework.webflow.mvc.servlet
The integration between Web Flow and Spring MVC, Spring's web application platform.
org.springframework.webflow.mvc.view - package org.springframework.webflow.mvc.view
Support for rendering Spring MVC-based Views within Web Flow.
org.springframework.webflow.persistence - package org.springframework.webflow.persistence
Flow-managed persistence with Hibernate and JPA.
org.springframework.webflow.scope - package org.springframework.webflow.scope
Web Flow custom bean scopes allowing access to scoped-beans from a Spring ApplicationContext.
org.springframework.webflow.security - package org.springframework.webflow.security
Support for securing flows using Spring Security.
org.springframework.webflow.test - package org.springframework.webflow.test
Support for testing flows and their associated artifacts.
org.springframework.webflow.test.execution - package org.springframework.webflow.test.execution
Support for testing the execution of a flow definition.
org.springframework.webflow.upgrade - package org.springframework.webflow.upgrade
A migration tool to convert Web Flow version 1 flow definitions to the version 2 format.
org.springframework.webflow.validation - package org.springframework.webflow.validation
 
OutputModel - Class in org.springframework.webflow.engine.model
Model support for output mappings.
OutputModel(String, String) - Constructor for class org.springframework.webflow.engine.model.OutputModel
Create an output mapping model

A B C D E F G H I J K L M N O P Q R S T U V W X Y