Polish package level Javadoc

Replace all package.html files with package-info.java
This commit is contained in:
Phillip Webb
2012-11-13 19:38:21 -08:00
parent 55a69b568f
commit 313621b06c
132 changed files with 1485 additions and 569 deletions

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Collection related classes usable by other packages and systems.
*/
package org.springframework.binding.collection;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Collection related classes usable by other packages and systems.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Common Converter implementations.
*/
package org.springframework.binding.convert.converters;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Common Converter implementations.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core services for converting objects from one type to another.
*/
package org.springframework.binding.convert;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Core services for converting objects from one type to another.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Contains the implementation of the type ConversionService.
*/
package org.springframework.binding.convert.service;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Contains the implementation of the type ConversionService.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for Spring's BeanWrapper implemented by the BeanWrapperExpressionParser.
*/
package org.springframework.binding.expression.beanwrapper;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support for Spring's BeanWrapper implemented by the BeanWrapperExpressionParser.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for the Unified Expression Language (EL) implemented by the ELExpressionParser.
*/
package org.springframework.binding.expression.el;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support for the Unified Expression Language (EL) implemented by the ELExpressionParser.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for the OGNL Expression Language implemented by the OgnlExpressionParser.
*/
package org.springframework.binding.expression.ognl;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support for the OGNL Expression Language implemented by the OgnlExpressionParser.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core expression language abstraction for parsing and evaluating expressions.
*/
package org.springframework.binding.expression;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Core expression language abstraction for parsing and evaluating expressions.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support classes commonly used by ExpressionParser implementations.
*/
package org.springframework.binding.expression.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support classes commonly used by ExpressionParser implementations.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core services for formatting objects into a string form for display in a UI.
*/
package org.springframework.binding.format;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Core services for formatting objects into a string form for display in a UI.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The default data Mapper implementation.
*/
package org.springframework.binding.mapping.impl;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
The default data Mapper implementation.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for mapping data between objects.
*/
package org.springframework.binding.mapping;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support for mapping data between objects.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Possible Mapping results.
*/
package org.springframework.binding.mapping.results;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Possible Mapping results.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* A system for recording and tracking locale-specific messages to display in a UI.
*/
package org.springframework.binding.message;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
A system for recording and tracking locale-specific messages to display in a UI.
</p>
</body>
</html>

View File

@@ -0,0 +1,23 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Custom method binding support for invoking methods on objects. As EL usage
* becomes more common and powerful, it is expected this package will be
* deprecated and eventually removed.
*/
package org.springframework.binding.method;

View File

@@ -1,8 +0,0 @@
<html>
<body>
<p>
Custom method binding support for invoking methods on objects.
As EL usage becomes more common and powerful, it is expected this package will be deprecated and eventually removed.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Common validation interfaces.
*/
package org.springframework.binding.validation;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Common validation interfaces.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Configuration support for the Spring Faces custom XML namespace.
*/
package org.springframework.faces.config;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Configuration support for the Spring Faces custom XML namespace.</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Conversion support for JSF-specific data structures.
*/
package org.springframework.faces.model.converter;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Conversion support for JSF-specific data structures.</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Extended implementations of JSF-specific data structures such as DataModel.
*/
package org.springframework.faces.model;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Extended implementations of JSF-specific data structures such as DataModel.</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support for JSF integration with Spring MVC.
*/
package org.springframework.faces.mvc;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Support for JSF integration with Spring MVC.</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Development and debugging support for working with JSF.
*/
package org.springframework.faces.support;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Development and debugging support for working with JSF.</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The integration layer between Spring Web Flow and Java Server Faces (JSF).
*/
package org.springframework.faces.webflow;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>The integration layer between Spring Web Flow and Java Server Faces (JSF).</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Contains the server-side support for handling Spring.js Ajax requests.
*/
package org.springframework.js.ajax;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Contains the server-side support for handling Spring.js Ajax requests.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The Ajax integration between Spring.js and the Tiles2 layout system.
*/
package org.springframework.js.ajax.tiles2;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
The Ajax integration between Spring.js and the Tiles2 layout system.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Contains the generic ResourceServlet for serving web resources such as Javascript and CSS.
*/
package org.springframework.js.resource;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Contains the generic ResourceServlet for serving web resources such as Javascript and CSS.
</p>
</body>
</html>

View File

@@ -0,0 +1,25 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Common action implementations invokable by flow definitions.
*
* <p>When implementing custom actions, consider subclassing {@link org.springframework.webflow.action.AbstractAction}.
* Alternatively, you could also subclass {@link org.springframework.webflow.action.MultiAction} to bundle several
* action execution methods in a single class.
*/
package org.springframework.webflow.action;

View File

@@ -1,12 +0,0 @@
<html>
<body>
<p>
Common action implementations invokable by flow definitions.
</p>
<p>
When implementing custom actions, consider subclassing {@link org.springframework.webflow.action.AbstractAction}.
Alternatively, you could also subclass {@link org.springframework.webflow.action.MultiAction} to bundle several action
execution methods in a single class.
</p>
</body>
</html>

View File

@@ -0,0 +1,26 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* High-level flow system configuration support within a Spring environment.
*
* <p>This is the highest-layer package in the framework, responsible for providing a clean interface for configuring
* Spring Web Flow.
*
* <p>This package also defines a Spring custom XML namespace for configuring the Spring Web Flow engine.
*/
package org.springframework.webflow.config;

View File

@@ -1,14 +0,0 @@
<html>
<body>
<p>
High-level flow system configuration support within a Spring environment.
</p>
<p>
This is the highest-layer package in the framework, responsible for providing
a clean interface for configuring Spring Web Flow.
</p>
<p>
This package also defines a Spring custom XML namespace for configuring the Spring Web Flow engine.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.
*/
package org.springframework.webflow.context;

View File

@@ -1,5 +0,0 @@
<html>
<body>
The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Contains the PortletExternalContext implementation for calling into Web Flow from a Portlet.
*/
package org.springframework.webflow.context.portlet;

View File

@@ -1,5 +0,0 @@
<html>
<body>
Contains the PortletExternalContext implementation for calling into Web Flow from a Portlet.
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment.
*/
package org.springframework.webflow.context.servlet;

View File

@@ -1,5 +0,0 @@
<html>
<body>
Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment.
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Shared classes used by the Servlet and Portlet ExternalContext implementations.
*/
package org.springframework.webflow.context.web;

View File

@@ -1,5 +0,0 @@
<html>
<body>
Shared classes used by the Servlet and Portlet ExternalContext implementations.
</body>
</html>

View File

@@ -0,0 +1,23 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Conversation manager implementations.
*
* <p>This package depends on the root conversation package.
*/
package org.springframework.webflow.conversation.impl;

View File

@@ -1,10 +0,0 @@
<html>
<body>
<p>
Conversation manager implementations.
</p>
<p>
This package depends on the root conversation package.
</p>
</body>
</html>

View File

@@ -0,0 +1,28 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The conversation subsystem for beginning and ending conversations that manage the state of user interactions.
*
* <p>The central concept defined by this package is the
* {@link org.springframework.webflow.conversation.ConversationManager}, representing a service interface for
* managing conversations.
*
* <p>This package serves as a portable conversation management abstraction and does not depend on the Spring Web
* Flow engine. It is used by the flow execution repository subsystem to store conversation related state.
*/
package org.springframework.webflow.conversation;

View File

@@ -1,16 +0,0 @@
<html>
<body>
<p>
The conversation subsystem for beginning and ending conversations that manage the state of user interactions.
</p>
<p>
The central concept defined by this package is the
{@link org.springframework.webflow.conversation.ConversationManager}, representing
a service interface for managing conversations.
</p>
<p>
This package serves as a portable conversation management abstraction and does not depend on the Spring Web Flow engine.
It is used by the flow execution repository subsystem to store conversation related state.
</p>
</body>
</html>

View File

@@ -0,0 +1,29 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core element collection types used within Spring Web Flow.
*
* <p>This packages defines two primary collection flavors:
* <ol>
* <li>AttributeMap - for accessing 'attributes' that have string keys and object values.</li>
* <li>ParameterMap - for accessing 'parameters' that have string keys and string values.</li>
* </ol>
*
* <p>Each map is {@code java.util.Map} adaptable.
*/
package org.springframework.webflow.core.collection;

View File

@@ -1,16 +0,0 @@
<html>
<body>
<p>
Core element collection types used within Spring Web Flow.
</p>
<p>
This packages defines two primary collection flavors:
<ol>
<li>AttributeMap - for accessing 'attributes' that have string keys and object values.</li>
<li>ParameterMap - for accessing 'parameters' that have string keys and string values.</li>
</ol>
<p>
Each map is <code>java.util.Map</code> adaptable.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Foundational, generic types usable by all other packages.
*/
package org.springframework.webflow.core;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Foundational, generic types usable by all other packages.
</p>
</body>
</html>

View File

@@ -0,0 +1,28 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core, stable abstractions for representing flow definitions.
*
* <p>Each flow has an indentifier and is composed of one or more states, one of which is the start state. States
* may be transitionable, if so they define one or more transitions that lead to other states.
*
* <p>With these types a client can introspect a flow definition to reason on its attributes and traverse its
* structure, perhaps to display a visual diagram. Note that the types defined in this package do not capture the
* behavioral characteristics of a flow.
*/
package org.springframework.webflow.definition;

View File

@@ -1,16 +0,0 @@
<html>
<body>
<p>
Core, stable abstractions for representing flow definitions.
</p>
<p>
Each flow has an indentifier and is composed of one or more states, one of which is the start state.
States may be transitionable, if so they define one or more transitions that lead to other states.
</p>
<p>
With these types a client can introspect a flow definition to reason on its attributes and traverse
its structure, perhaps to display a visual diagram. Note that the types defined in this package
do not capture the behavioral characteristics of a flow.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The flow definition registry subsystem for managing collections of executable flow definitions.
*/
package org.springframework.webflow.definition.registry;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
The flow definition registry subsystem for managing collections of executable flow definitions.
</p>
</body>
</html>

View File

@@ -0,0 +1,26 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Contains a FlowBuilder that builds {@link org.springframework.webflow.engine.Flow} instances from a
* {@link org.springframework.webflow.engine.model.FlowModel}.
*
* <p>A FLowModel is a generic Java-based configuration model of a Flow, independent of any external representation
* such as an XML file. Therefore, the FlowBuilder in this package may engineer Flows from models produced from
* different representations.
*/
package org.springframework.webflow.engine.builder.model;

View File

@@ -1,13 +0,0 @@
<html>
<body>
<p>
Contains a FlowBuilder that builds {@link org.springframework.webflow.engine.Flow} instances from a
{@link org.springframework.webflow.engine.model.FlowModel}.
</p>
<p>
A FLowModel is a generic Java-based configuration model of a Flow, independent of any
external representation such as an XML file. Therefore, the FlowBuilder in this package may
engineer Flows from models produced from different representations.
</p>
</body>
</html>

View File

@@ -0,0 +1,25 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The FlowBuilder subsystem for building and assembling executable flow definitions.
*
* <p>You construct a Flow using a {@link org.springframework.webflow.engine.builder.FlowBuilder} implementation. This
* is done generally by using a {@link org.springframework.webflow.engine.builder.FlowAssembler}. This package is
* based on the classic GoF Builder design pattern.
*/
package org.springframework.webflow.engine.builder;

View File

@@ -1,12 +0,0 @@
<html>
<body>
<p>
The FlowBuilder subsystem for building and assembling executable flow definitions.
</p>
<p>
You construct a Flow using a {@link org.springframework.webflow.engine.builder.FlowBuilder} implementation.
This is done generally by using a {@link org.springframework.webflow.engine.builder.FlowAssembler}.
This package is based on the classic GoF Builder design pattern.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support classes for implementing FlowBuilders.
*/
package org.springframework.webflow.engine.builder.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support classes for implementing FlowBuilders.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The implementation of Spring Web Flow's flow execution engine, based on finite-state machine.
*/
package org.springframework.webflow.engine.impl;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
The implementation of Spring Web Flow's flow execution engine, based on finite-state machine.
</p>
</body>
</html>

View File

@@ -0,0 +1,25 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance.
*
* <p>You construct a FlowModel using a {@link org.springframework.webflow.engine.model.builder.FlowModelBuilder}.
* Implementations typically engineer a FlowModel from some external resource such as a file or database. This
* package is based on the classic GoF Builder design pattern.
*/
package org.springframework.webflow.engine.model.builder;

View File

@@ -1,12 +0,0 @@
<html>
<body>
<p>
The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance.
</p>
<p>
You construct a FlowModel using a {@link org.springframework.webflow.engine.model.builder.FlowModelBuilder}.
Implementations typically engineer a FlowModel from some external resource such as a file or database.
This package is based on the classic GoF Builder design pattern.
</p>
</body>
</html>

View File

@@ -0,0 +1,24 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Defines the XmlFlowModelBuilder, for building FlowModels from XML-based resources.
*
* <p>This package also contains the definition of the XML-based flow definition language, defined within
* {@code spring-webflow-2.0.xsd}. See this schema for a detailed description of language elements.
*/
package org.springframework.webflow.engine.model.builder.xml;

View File

@@ -1,11 +0,0 @@
<html>
<body>
<p>
Defines the XmlFlowModelBuilder, for building FlowModels from XML-based resources.
</p>
<p>
This package also contains the definition of the XML-based flow definition language,
defined within spring-webflow-2.0.xsd. See this schema for a detailed description of language elements.
</p>
</body>
</html>

View File

@@ -0,0 +1,25 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Defines a configuration model for Flow instances.
*
* <p>A FlowModel is a generic Java-based configuration model of a Flow, independent of any external flow
* representation such as an XML file. Flow Models can be merged together to facilitate reuse between flows that
* share a common structure.
*/
package org.springframework.webflow.engine.model;

View File

@@ -1,12 +0,0 @@
<html>
<body>
<p>
Defines a configuration model for Flow instances.
</p>
<p>
A FlowModel is a generic Java-based configuration model of a Flow, independent of any
external flow representation such as an XML file. Flow Models can be merged together to
facilitate reuse between flows that share a common structure.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The registry subsystem for managing collections of flow models.
*/
package org.springframework.webflow.engine.model.registry;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
The registry subsystem for managing collections of flow models.
</p>
</body>
</html>

View File

@@ -0,0 +1,25 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The implementation of the web flow execution engine.
*
* <p>The engine implementation itself is located within the {@link org.springframework.webflow.engine.impl impl}
* package. Builders for assembling flow definitions executable by this engine are located within the
* {@link org.springframework.webflow.engine.builder builder} package.
*/
package org.springframework.webflow.engine;

View File

@@ -1,12 +0,0 @@
<html>
<body>
<p>
The implementation of the web flow execution engine.
</p>
<p>
The engine implementation itself is located within the {@link org.springframework.webflow.engine.impl impl} package.
Builders for assembling flow definitions executable by this engine are located within the
{@link org.springframework.webflow.engine.builder builder} package.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Support implementations the engine uses internally.
*/
package org.springframework.webflow.engine.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support implementations the engine uses internally.
</p>
</body>
</html>

View File

@@ -0,0 +1,23 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Supporting types often used by flow execution factory implementations. In particular, this package provides a
* number of classes allowing the registration of flow execution listeners with a flow execution during its
* construction by a flow execution factory.
*/
package org.springframework.webflow.execution.factory;

View File

@@ -1,9 +0,0 @@
<html>
<body>
<p>
Supporting types often used by flow execution factory implementations. In particular, this
package provides a number of classes allowing the registration of flow execution
listeners with a flow execution during its construction by a flow execution factory.
</p>
</body>
</html>

View File

@@ -0,0 +1,36 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core, stable abstractions for representing runtime executions of flow definitions.
*
* <p>The central concept defined by this package is the {@link org.springframework.webflow.execution.FlowExecution}
* interface, which represents a single instance of a top-level flow definition.
*
* <p>The following classes and interfaces are of particular interest:
* <ul>
* <li>{@link org.springframework.webflow.execution.FlowExecutionFactory} - An abstract factory for creating new flow
* executions.</li>
* <li>{@link org.springframework.webflow.execution.repository.FlowExecutionRepository} - A DAO for persisting and
* restoring existing flow executions.</li>
* <li>{@link org.springframework.webflow.execution.FlowExecutionListener} - An observer interface to be implemented
* by objects that are interested in flow execution lifecycle events.</li>
* </ul>
*
* <p>This package depends on the definition package.
*/
package org.springframework.webflow.execution;

View File

@@ -1,33 +0,0 @@
<html>
<body>
<p>
Core, stable abstractions for representing runtime executions of flow definitions.
</p>
<p>
The central concept defined by this package is the
{@link org.springframework.webflow.execution.FlowExecution} interface, which represents
a single instance of a top-level flow definition.
</p>
<p>
The following classes and interfaces are of particular interest:
</p>
<ul>
<li>
{@link org.springframework.webflow.execution.FlowExecutionFactory} - An abstract
factory for creating new flow executions.
</li>
<li>
{@link org.springframework.webflow.execution.repository.FlowExecutionRepository} - A DAO
for persisting and restoring existing flow executions.
</li>
<li>
{@link org.springframework.webflow.execution.FlowExecutionListener} - An observer
interface to be implemented by objects that are interested in flow execution
lifecycle events.
</li>
</ul>
<p>
This package depends on the definition package.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Contains the concrete flow execution repository implementations provided by the framework.
*/
package org.springframework.webflow.execution.repository.impl;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Contains the concrete flow execution repository implementations provided by the framework.
</p>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More