diff --git a/spring-binding/src/main/java/org/springframework/binding/collection/package-info.java b/spring-binding/src/main/java/org/springframework/binding/collection/package-info.java new file mode 100644 index 00000000..bbb0a079 --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/collection/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/collection/package.html b/spring-binding/src/main/java/org/springframework/binding/collection/package.html deleted file mode 100644 index 63c34d2b..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/collection/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Collection related classes usable by other packages and systems. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/convert/converters/package-info.java b/spring-binding/src/main/java/org/springframework/binding/convert/converters/package-info.java new file mode 100644 index 00000000..cab471d5 --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/convert/converters/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/convert/converters/package.html b/spring-binding/src/main/java/org/springframework/binding/convert/converters/package.html deleted file mode 100644 index 8113f883..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/convert/converters/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Common Converter implementations. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/convert/package-info.java b/spring-binding/src/main/java/org/springframework/binding/convert/package-info.java new file mode 100644 index 00000000..2b037be9 --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/convert/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/convert/package.html b/spring-binding/src/main/java/org/springframework/binding/convert/package.html deleted file mode 100644 index b26447a3..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/convert/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Core services for converting objects from one type to another. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/convert/service/package-info.java b/spring-binding/src/main/java/org/springframework/binding/convert/service/package-info.java new file mode 100644 index 00000000..be301e78 --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/convert/service/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/convert/service/package.html b/spring-binding/src/main/java/org/springframework/binding/convert/service/package.html deleted file mode 100644 index 0d810de1..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/convert/service/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Contains the implementation of the type ConversionService. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/beanwrapper/package-info.java b/spring-binding/src/main/java/org/springframework/binding/expression/beanwrapper/package-info.java new file mode 100644 index 00000000..257875d3 --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/expression/beanwrapper/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/beanwrapper/package.html b/spring-binding/src/main/java/org/springframework/binding/expression/beanwrapper/package.html deleted file mode 100644 index 29b566cf..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/expression/beanwrapper/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for Spring's BeanWrapper implemented by the BeanWrapperExpressionParser. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/el/package-info.java b/spring-binding/src/main/java/org/springframework/binding/expression/el/package-info.java new file mode 100644 index 00000000..d2c2e05c --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/expression/el/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/el/package.html b/spring-binding/src/main/java/org/springframework/binding/expression/el/package.html deleted file mode 100644 index 3efbad4b..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/expression/el/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for the Unified Expression Language (EL) implemented by the ELExpressionParser. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/ognl/package-info.java b/spring-binding/src/main/java/org/springframework/binding/expression/ognl/package-info.java new file mode 100644 index 00000000..4a7d0bbb --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/expression/ognl/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/ognl/package.html b/spring-binding/src/main/java/org/springframework/binding/expression/ognl/package.html deleted file mode 100644 index c542a9e7..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/expression/ognl/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for the OGNL Expression Language implemented by the OgnlExpressionParser. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/package-info.java b/spring-binding/src/main/java/org/springframework/binding/expression/package-info.java new file mode 100644 index 00000000..472969f6 --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/expression/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/package.html b/spring-binding/src/main/java/org/springframework/binding/expression/package.html deleted file mode 100644 index 6c863f90..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/expression/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Core expression language abstraction for parsing and evaluating expressions. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/support/package-info.java b/spring-binding/src/main/java/org/springframework/binding/expression/support/package-info.java new file mode 100644 index 00000000..e2712b76 --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/expression/support/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/support/package.html b/spring-binding/src/main/java/org/springframework/binding/expression/support/package.html deleted file mode 100644 index cca2fdd0..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/expression/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support classes commonly used by ExpressionParser implementations. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/format/package-info.java b/spring-binding/src/main/java/org/springframework/binding/format/package-info.java new file mode 100644 index 00000000..c823037b --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/format/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/format/package.html b/spring-binding/src/main/java/org/springframework/binding/format/package.html deleted file mode 100644 index 87e487b6..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/format/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Core services for formatting objects into a string form for display in a UI. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/mapping/impl/package-info.java b/spring-binding/src/main/java/org/springframework/binding/mapping/impl/package-info.java new file mode 100644 index 00000000..69a5195c --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/mapping/impl/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/mapping/impl/package.html b/spring-binding/src/main/java/org/springframework/binding/mapping/impl/package.html deleted file mode 100644 index 883850aa..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/mapping/impl/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-The default data Mapper implementation. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/mapping/package-info.java b/spring-binding/src/main/java/org/springframework/binding/mapping/package-info.java new file mode 100644 index 00000000..5aaf44b3 --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/mapping/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/mapping/package.html b/spring-binding/src/main/java/org/springframework/binding/mapping/package.html deleted file mode 100644 index e0715481..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/mapping/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for mapping data between objects. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/mapping/results/package-info.java b/spring-binding/src/main/java/org/springframework/binding/mapping/results/package-info.java new file mode 100644 index 00000000..d6cf461b --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/mapping/results/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/mapping/results/package.html b/spring-binding/src/main/java/org/springframework/binding/mapping/results/package.html deleted file mode 100644 index aa523a4f..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/mapping/results/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Possible Mapping results. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/message/package-info.java b/spring-binding/src/main/java/org/springframework/binding/message/package-info.java new file mode 100644 index 00000000..87342bba --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/message/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/message/package.html b/spring-binding/src/main/java/org/springframework/binding/message/package.html deleted file mode 100644 index 4c655bc1..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/message/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-A system for recording and tracking locale-specific messages to display in a UI. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/method/package-info.java b/spring-binding/src/main/java/org/springframework/binding/method/package-info.java new file mode 100644 index 00000000..d24b565c --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/method/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/method/package.html b/spring-binding/src/main/java/org/springframework/binding/method/package.html deleted file mode 100644 index 7e579e54..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/method/package.html +++ /dev/null @@ -1,8 +0,0 @@ - - -

-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. -

- - \ No newline at end of file diff --git a/spring-binding/src/main/java/org/springframework/binding/validation/package-info.java b/spring-binding/src/main/java/org/springframework/binding/validation/package-info.java new file mode 100644 index 00000000..a51a1f9a --- /dev/null +++ b/spring-binding/src/main/java/org/springframework/binding/validation/package-info.java @@ -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; + diff --git a/spring-binding/src/main/java/org/springframework/binding/validation/package.html b/spring-binding/src/main/java/org/springframework/binding/validation/package.html deleted file mode 100644 index 67925aa3..00000000 --- a/spring-binding/src/main/java/org/springframework/binding/validation/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Common validation interfaces. -

- - \ No newline at end of file diff --git a/spring-faces/src/main/java/org/springframework/faces/config/package-info.java b/spring-faces/src/main/java/org/springframework/faces/config/package-info.java new file mode 100644 index 00000000..a86bd4cb --- /dev/null +++ b/spring-faces/src/main/java/org/springframework/faces/config/package-info.java @@ -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; + diff --git a/spring-faces/src/main/java/org/springframework/faces/config/package.html b/spring-faces/src/main/java/org/springframework/faces/config/package.html deleted file mode 100644 index 75a3ef98..00000000 --- a/spring-faces/src/main/java/org/springframework/faces/config/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

Configuration support for the Spring Faces custom XML namespace.

- - \ No newline at end of file diff --git a/spring-faces/src/main/java/org/springframework/faces/model/converter/package-info.java b/spring-faces/src/main/java/org/springframework/faces/model/converter/package-info.java new file mode 100644 index 00000000..c41d7d3c --- /dev/null +++ b/spring-faces/src/main/java/org/springframework/faces/model/converter/package-info.java @@ -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; + diff --git a/spring-faces/src/main/java/org/springframework/faces/model/converter/package.html b/spring-faces/src/main/java/org/springframework/faces/model/converter/package.html deleted file mode 100644 index 9a84ade6..00000000 --- a/spring-faces/src/main/java/org/springframework/faces/model/converter/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

Conversion support for JSF-specific data structures.

- - \ No newline at end of file diff --git a/spring-faces/src/main/java/org/springframework/faces/model/package-info.java b/spring-faces/src/main/java/org/springframework/faces/model/package-info.java new file mode 100644 index 00000000..ce45816b --- /dev/null +++ b/spring-faces/src/main/java/org/springframework/faces/model/package-info.java @@ -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; + diff --git a/spring-faces/src/main/java/org/springframework/faces/model/package.html b/spring-faces/src/main/java/org/springframework/faces/model/package.html deleted file mode 100644 index 304bc1de..00000000 --- a/spring-faces/src/main/java/org/springframework/faces/model/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

Extended implementations of JSF-specific data structures such as DataModel.

- - \ No newline at end of file diff --git a/spring-faces/src/main/java/org/springframework/faces/mvc/package-info.java b/spring-faces/src/main/java/org/springframework/faces/mvc/package-info.java new file mode 100644 index 00000000..19e9370d --- /dev/null +++ b/spring-faces/src/main/java/org/springframework/faces/mvc/package-info.java @@ -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; + diff --git a/spring-faces/src/main/java/org/springframework/faces/mvc/package.html b/spring-faces/src/main/java/org/springframework/faces/mvc/package.html deleted file mode 100644 index 8c046c54..00000000 --- a/spring-faces/src/main/java/org/springframework/faces/mvc/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

Support for JSF integration with Spring MVC.

- - \ No newline at end of file diff --git a/spring-faces/src/main/java/org/springframework/faces/support/package-info.java b/spring-faces/src/main/java/org/springframework/faces/support/package-info.java new file mode 100644 index 00000000..736f9059 --- /dev/null +++ b/spring-faces/src/main/java/org/springframework/faces/support/package-info.java @@ -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; + diff --git a/spring-faces/src/main/java/org/springframework/faces/support/package.html b/spring-faces/src/main/java/org/springframework/faces/support/package.html deleted file mode 100644 index 57363e53..00000000 --- a/spring-faces/src/main/java/org/springframework/faces/support/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

Development and debugging support for working with JSF.

- - \ No newline at end of file diff --git a/spring-faces/src/main/java/org/springframework/faces/webflow/package-info.java b/spring-faces/src/main/java/org/springframework/faces/webflow/package-info.java new file mode 100644 index 00000000..2f1da07a --- /dev/null +++ b/spring-faces/src/main/java/org/springframework/faces/webflow/package-info.java @@ -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; + diff --git a/spring-faces/src/main/java/org/springframework/faces/webflow/package.html b/spring-faces/src/main/java/org/springframework/faces/webflow/package.html deleted file mode 100644 index 72e0acd3..00000000 --- a/spring-faces/src/main/java/org/springframework/faces/webflow/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

The integration layer between Spring Web Flow and Java Server Faces (JSF).

- - \ No newline at end of file diff --git a/spring-js/src/main/java/org/springframework/js/ajax/package-info.java b/spring-js/src/main/java/org/springframework/js/ajax/package-info.java new file mode 100644 index 00000000..7cbc1e8e --- /dev/null +++ b/spring-js/src/main/java/org/springframework/js/ajax/package-info.java @@ -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; + diff --git a/spring-js/src/main/java/org/springframework/js/ajax/package.html b/spring-js/src/main/java/org/springframework/js/ajax/package.html deleted file mode 100644 index 16293da1..00000000 --- a/spring-js/src/main/java/org/springframework/js/ajax/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Contains the server-side support for handling Spring.js Ajax requests. -

- - \ No newline at end of file diff --git a/spring-js/src/main/java/org/springframework/js/ajax/tiles2/package-info.java b/spring-js/src/main/java/org/springframework/js/ajax/tiles2/package-info.java new file mode 100644 index 00000000..c20f1660 --- /dev/null +++ b/spring-js/src/main/java/org/springframework/js/ajax/tiles2/package-info.java @@ -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; + diff --git a/spring-js/src/main/java/org/springframework/js/ajax/tiles2/package.html b/spring-js/src/main/java/org/springframework/js/ajax/tiles2/package.html deleted file mode 100644 index 7132ed7b..00000000 --- a/spring-js/src/main/java/org/springframework/js/ajax/tiles2/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-The Ajax integration between Spring.js and the Tiles2 layout system. -

- - \ No newline at end of file diff --git a/spring-js/src/main/java/org/springframework/js/resource/package-info.java b/spring-js/src/main/java/org/springframework/js/resource/package-info.java new file mode 100644 index 00000000..124c741c --- /dev/null +++ b/spring-js/src/main/java/org/springframework/js/resource/package-info.java @@ -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; + diff --git a/spring-js/src/main/java/org/springframework/js/resource/package.html b/spring-js/src/main/java/org/springframework/js/resource/package.html deleted file mode 100644 index 8c71f6c7..00000000 --- a/spring-js/src/main/java/org/springframework/js/resource/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Contains the generic ResourceServlet for serving web resources such as Javascript and CSS. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/action/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/action/package-info.java new file mode 100644 index 00000000..c5ac6470 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/action/package-info.java @@ -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. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/action/package.html b/spring-webflow/src/main/java/org/springframework/webflow/action/package.html deleted file mode 100644 index e520c440..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/action/package.html +++ /dev/null @@ -1,12 +0,0 @@ - - -

-Common action implementations invokable by flow definitions. -

-

-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. -

- - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/config/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/config/package-info.java new file mode 100644 index 00000000..48dd0b3b --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/config/package-info.java @@ -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. + * + *

This is the highest-layer package in the framework, responsible for providing a clean interface for configuring + * Spring Web Flow. + * + *

This package also defines a Spring custom XML namespace for configuring the Spring Web Flow engine. + */ +package org.springframework.webflow.config; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/config/package.html b/spring-webflow/src/main/java/org/springframework/webflow/config/package.html deleted file mode 100644 index 95ba64b5..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/config/package.html +++ /dev/null @@ -1,14 +0,0 @@ - - -

-High-level flow system configuration support within a Spring environment. -

-

-This is the highest-layer package in the framework, responsible for providing -a clean interface for configuring Spring Web Flow. -

-

-This package also defines a Spring custom XML namespace for configuring the Spring Web Flow engine. -

- - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/context/package-info.java new file mode 100644 index 00000000..d41a7b8a --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/context/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/package.html b/spring-webflow/src/main/java/org/springframework/webflow/context/package.html deleted file mode 100644 index 186525e6..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/context/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -The external context subsystem for accessing the environment of a client that has called into Spring Web Flow. - - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/portlet/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/context/portlet/package-info.java new file mode 100644 index 00000000..fdabfe82 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/context/portlet/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/portlet/package.html b/spring-webflow/src/main/java/org/springframework/webflow/context/portlet/package.html deleted file mode 100644 index 539e3695..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/context/portlet/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains the PortletExternalContext implementation for calling into Web Flow from a Portlet. - - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/package-info.java new file mode 100644 index 00000000..58e73a3d --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/package.html b/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/package.html deleted file mode 100644 index 759592dd..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/context/servlet/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment. - - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/web/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/context/web/package-info.java new file mode 100644 index 00000000..0a224283 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/context/web/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/web/package.html b/spring-webflow/src/main/java/org/springframework/webflow/context/web/package.html deleted file mode 100644 index 9956da6e..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/context/web/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Shared classes used by the Servlet and Portlet ExternalContext implementations. - - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/conversation/impl/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/conversation/impl/package-info.java new file mode 100644 index 00000000..0b3c53ab --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/conversation/impl/package-info.java @@ -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. + * + *

This package depends on the root conversation package. + */ +package org.springframework.webflow.conversation.impl; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/conversation/impl/package.html b/spring-webflow/src/main/java/org/springframework/webflow/conversation/impl/package.html deleted file mode 100644 index 2a66e7d5..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/conversation/impl/package.html +++ /dev/null @@ -1,10 +0,0 @@ - - -

-Conversation manager implementations. -

-

-This package depends on the root conversation package. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/conversation/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/conversation/package-info.java new file mode 100644 index 00000000..943dffb6 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/conversation/package-info.java @@ -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. + * + *

The central concept defined by this package is the + * {@link org.springframework.webflow.conversation.ConversationManager}, representing a service interface for + * managing conversations. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/conversation/package.html b/spring-webflow/src/main/java/org/springframework/webflow/conversation/package.html deleted file mode 100644 index 22502a85..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/conversation/package.html +++ /dev/null @@ -1,16 +0,0 @@ - - -

-The conversation subsystem for beginning and ending conversations that manage the state of user interactions. -

-

-The central concept defined by this package is the -{@link org.springframework.webflow.conversation.ConversationManager}, representing -a service interface for managing conversations. -

-

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/core/collection/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/core/collection/package-info.java new file mode 100644 index 00000000..3253dfd4 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/core/collection/package-info.java @@ -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. + * + *

This packages defines two primary collection flavors: + *

    + *
  1. AttributeMap - for accessing 'attributes' that have string keys and object values.
  2. + *
  3. ParameterMap - for accessing 'parameters' that have string keys and string values.
  4. + *
+ * + *

Each map is {@code java.util.Map} adaptable. + */ +package org.springframework.webflow.core.collection; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/core/collection/package.html b/spring-webflow/src/main/java/org/springframework/webflow/core/collection/package.html deleted file mode 100644 index 66dcdaba..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/core/collection/package.html +++ /dev/null @@ -1,16 +0,0 @@ - - -

-Core element collection types used within Spring Web Flow. -

-

-This packages defines two primary collection flavors: -

    -
  1. AttributeMap - for accessing 'attributes' that have string keys and object values.
  2. -
  3. ParameterMap - for accessing 'parameters' that have string keys and string values.
  4. -
-

-Each map is java.util.Map adaptable. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/core/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/core/package-info.java new file mode 100644 index 00000000..59bd1fb0 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/core/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/core/package.html b/spring-webflow/src/main/java/org/springframework/webflow/core/package.html deleted file mode 100644 index dfee8ba6..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/core/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Foundational, generic types usable by all other packages. -

- - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/definition/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/definition/package-info.java new file mode 100644 index 00000000..273fe393 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/definition/package-info.java @@ -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. + * + *

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. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/definition/package.html b/spring-webflow/src/main/java/org/springframework/webflow/definition/package.html deleted file mode 100644 index 68f6986d..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/definition/package.html +++ /dev/null @@ -1,16 +0,0 @@ - - -

-Core, stable abstractions for representing flow definitions. -

-

-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. -

-

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/definition/registry/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/definition/registry/package-info.java new file mode 100644 index 00000000..14c45abc --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/definition/registry/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/definition/registry/package.html b/spring-webflow/src/main/java/org/springframework/webflow/definition/registry/package.html deleted file mode 100644 index 7477298c..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/definition/registry/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-The flow definition registry subsystem for managing collections of executable flow definitions. -

- - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/model/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/model/package-info.java new file mode 100644 index 00000000..323ca354 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/model/package-info.java @@ -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}. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/model/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/model/package.html deleted file mode 100644 index 563707da..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/model/package.html +++ /dev/null @@ -1,13 +0,0 @@ - - -

-Contains a FlowBuilder that builds {@link org.springframework.webflow.engine.Flow} instances from a -{@link org.springframework.webflow.engine.model.FlowModel}. -

-

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/package-info.java new file mode 100644 index 00000000..dff15885 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/package-info.java @@ -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. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/package.html deleted file mode 100644 index d5180e31..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/package.html +++ /dev/null @@ -1,12 +0,0 @@ - - -

-The FlowBuilder subsystem for building and assembling executable flow definitions. -

-

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/support/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/support/package-info.java new file mode 100644 index 00000000..fd057539 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/support/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/support/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/support/package.html deleted file mode 100644 index b64b57db..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support classes for implementing FlowBuilders. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/package-info.java new file mode 100644 index 00000000..00d8ab35 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/package.html deleted file mode 100644 index 5463377a..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-The implementation of Spring Web Flow's flow execution engine, based on finite-state machine. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/package-info.java new file mode 100644 index 00000000..45336c2e --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/package-info.java @@ -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. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/package.html deleted file mode 100644 index a96a5254..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/package.html +++ /dev/null @@ -1,12 +0,0 @@ - - -

-The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance. -

-

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/xml/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/xml/package-info.java new file mode 100644 index 00000000..f1d20c6a --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/xml/package-info.java @@ -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. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/xml/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/xml/package.html deleted file mode 100644 index cfad64a9..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/builder/xml/package.html +++ /dev/null @@ -1,11 +0,0 @@ - - -

-Defines the XmlFlowModelBuilder, for building FlowModels from XML-based resources. -

-

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/package-info.java new file mode 100644 index 00000000..21821949 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/package-info.java @@ -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. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/package.html deleted file mode 100644 index 6d65791d..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/package.html +++ /dev/null @@ -1,12 +0,0 @@ - - -

-Defines a configuration model for Flow instances. -

-

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/registry/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/registry/package-info.java new file mode 100644 index 00000000..01bc57e1 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/registry/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/registry/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/model/registry/package.html deleted file mode 100644 index 6ed6ba55..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/model/registry/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-The registry subsystem for managing collections of flow models. -

- - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/package-info.java new file mode 100644 index 00000000..7f71ffb4 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/package-info.java @@ -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. + * + *

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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/package.html deleted file mode 100644 index 64f20cbe..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/package.html +++ /dev/null @@ -1,12 +0,0 @@ - - -

-The implementation of the web flow execution engine. -

-

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/support/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/support/package-info.java new file mode 100644 index 00000000..da8691b3 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/support/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/support/package.html b/spring-webflow/src/main/java/org/springframework/webflow/engine/support/package.html deleted file mode 100644 index 45186089..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support implementations the engine uses internally. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/factory/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/factory/package-info.java new file mode 100644 index 00000000..362ffbe5 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/factory/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/factory/package.html b/spring-webflow/src/main/java/org/springframework/webflow/execution/factory/package.html deleted file mode 100644 index fe6683f4..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/factory/package.html +++ /dev/null @@ -1,9 +0,0 @@ - - -

-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. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/package-info.java new file mode 100644 index 00000000..d46a9573 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/package-info.java @@ -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. + * + *

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. + * + *

The following classes and interfaces are of particular interest: + *

+ * + *

This package depends on the definition package. + */ +package org.springframework.webflow.execution; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/package.html b/spring-webflow/src/main/java/org/springframework/webflow/execution/package.html deleted file mode 100644 index 8f9aab62..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/package.html +++ /dev/null @@ -1,33 +0,0 @@ - - -

-Core, stable abstractions for representing runtime executions of flow definitions. -

-

-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. -

-

-The following classes and interfaces are of particular interest: -

- -

-This package depends on the definition package. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/package-info.java new file mode 100644 index 00000000..41c4715d --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/package-info.java @@ -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; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/package.html b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/package.html deleted file mode 100644 index c0668c23..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/impl/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Contains the concrete flow execution repository implementations provided by the framework. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/package-info.java new file mode 100644 index 00000000..c2736def --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/package-info.java @@ -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. + */ + +/** + * The flow execution repository subsystem for saving and restoring managed flow executions. + * + *

The central concept defined by this package is the + * {@link org.springframework.webflow.execution.repository.FlowExecutionRepository}, representing a persistent store + * for one or more FlowExecution objects that capture the state of user conversations in a form that can be restored + * on subsequent requests. + */ +package org.springframework.webflow.execution.repository; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/package.html b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/package.html deleted file mode 100644 index b9ba7fba..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/package.html +++ /dev/null @@ -1,13 +0,0 @@ - - -

-The flow execution repository subsystem for saving and restoring managed flow executions. -

-

-The central concept defined by this package is the -{@link org.springframework.webflow.execution.repository.FlowExecutionRepository}, representing -a persistent store for one or more FlowExecution objects that capture the state of -user conversations in a form that can be restored on subsequent requests. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/snapshot/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/snapshot/package-info.java new file mode 100644 index 00000000..cd830cc3 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/snapshot/package-info.java @@ -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 repositories that take flow execution snapshots to support backtracking. + */ +package org.springframework.webflow.execution.repository.snapshot; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/snapshot/package.html b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/snapshot/package.html deleted file mode 100644 index b0d43b30..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/snapshot/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for repositories that take flow execution snapshots to support backtracking. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/package-info.java new file mode 100644 index 00000000..f9fb648d --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/package-info.java @@ -0,0 +1,22 @@ +/* + * 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. + */ + +/** + * General purpose implementation assistance for flow execution repositories. Supports the other repository + * packages within the framework. + */ +package org.springframework.webflow.execution.repository.support; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/package.html b/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/package.html deleted file mode 100644 index 7d5b2769..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/repository/support/package.html +++ /dev/null @@ -1,6 +0,0 @@ - - -General purpose implementation assistance for flow execution repositories. -Supports the other repository packages within the framework. - - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/package-info.java new file mode 100644 index 00000000..7dd159b9 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/package-info.java @@ -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. + */ + +/** + * High-level executors for driving the execution of flow definitions. + * + *

The central concept defined by this package is the {@link org.springframework.webflow.executor.FlowExecutor}, + * representing a facade or entry-point for driving the execution of flows. This interface acts as the system + * boundary into Spring Web Flow most calling systems interact with. + */ +package org.springframework.webflow.executor; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/package.html b/spring-webflow/src/main/java/org/springframework/webflow/executor/package.html deleted file mode 100644 index 863d8a4c..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/package.html +++ /dev/null @@ -1,13 +0,0 @@ - - -

-High-level executors for driving the execution of flow definitions. -

-

-The central concept defined by this package is the -{@link org.springframework.webflow.executor.FlowExecutor}, representing -a facade or entry-point for driving the execution of flows. This interface acts -as the system boundary into Spring Web Flow most calling systems interact with. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/expression/el/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/expression/el/package-info.java new file mode 100644 index 00000000..9244414c --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/expression/el/package-info.java @@ -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. + */ + +/** + * Web Flow integration with the Unified EL API. + */ +package org.springframework.webflow.expression.el; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/expression/el/package.html b/spring-webflow/src/main/java/org/springframework/webflow/expression/el/package.html deleted file mode 100644 index 920c01b2..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/expression/el/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Web Flow integration with the Unified EL API. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/expression/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/expression/package-info.java new file mode 100644 index 00000000..fabc20c3 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/expression/package-info.java @@ -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. + */ + +/** + * Expression language integration. Contains Web Flow specific ExpressionParser implementations. + */ +package org.springframework.webflow.expression; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/expression/package.html b/spring-webflow/src/main/java/org/springframework/webflow/expression/package.html deleted file mode 100644 index d5ff6ac4..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/expression/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Expression language integration. Contains Web Flow specific ExpressionParser implementations. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/builder/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/mvc/builder/package-info.java new file mode 100644 index 00000000..11ad3e8a --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/mvc/builder/package-info.java @@ -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 configuring Spring MVC-based ViewFactory implementations when building a Flow. + */ +package org.springframework.webflow.mvc.builder; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/builder/package.html b/spring-webflow/src/main/java/org/springframework/webflow/mvc/builder/package.html deleted file mode 100644 index ed34f4ed..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/mvc/builder/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for configuring Spring MVC-based ViewFactory implementations when building a Flow. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/portlet/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/mvc/portlet/package-info.java new file mode 100644 index 00000000..696bf6ea --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/mvc/portlet/package-info.java @@ -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 between Web Flow and Spring Portlet MVC, Spring's portlet application platform. + */ +package org.springframework.webflow.mvc.portlet; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/portlet/package.html b/spring-webflow/src/main/java/org/springframework/webflow/mvc/portlet/package.html deleted file mode 100644 index 97f89814..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/mvc/portlet/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-The integration between Web Flow and Spring Portlet MVC, Spring's portlet application platform. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/package-info.java new file mode 100644 index 00000000..568b2a04 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/package-info.java @@ -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 between Web Flow and Spring MVC, Spring's web application platform. + */ +package org.springframework.webflow.mvc.servlet; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/package.html b/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/package.html deleted file mode 100644 index 982207a7..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/mvc/servlet/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-The integration between Web Flow and Spring MVC, Spring's web application platform. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/view/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/mvc/view/package-info.java new file mode 100644 index 00000000..44070ebb --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/mvc/view/package-info.java @@ -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 rendering Spring MVC-based Views within Web Flow. + */ +package org.springframework.webflow.mvc.view; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/mvc/view/package.html b/spring-webflow/src/main/java/org/springframework/webflow/mvc/view/package.html deleted file mode 100644 index d1fab191..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/mvc/view/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for rendering Spring MVC-based Views within Web Flow. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/persistence/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/persistence/package-info.java new file mode 100644 index 00000000..177f839c --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/persistence/package-info.java @@ -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. + */ + +/** + * Flow-managed persistence with Hibernate and JPA. + */ +package org.springframework.webflow.persistence; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/persistence/package.html b/spring-webflow/src/main/java/org/springframework/webflow/persistence/package.html deleted file mode 100644 index 95483e86..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/persistence/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Flow-managed persistence with Hibernate and JPA. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/scope/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/scope/package-info.java new file mode 100644 index 00000000..1723901b --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/scope/package-info.java @@ -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. + */ + +/** + * Web Flow custom bean scopes allowing access to scoped-beans from a Spring ApplicationContext. + */ +package org.springframework.webflow.scope; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/scope/package.html b/spring-webflow/src/main/java/org/springframework/webflow/scope/package.html deleted file mode 100644 index b6d92a8b..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/scope/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Web Flow custom bean scopes allowing access to scoped-beans from a Spring ApplicationContext. - - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/security/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/security/package-info.java new file mode 100644 index 00000000..6e7bc770 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/security/package-info.java @@ -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 securing flows using Spring Security. + */ +package org.springframework.webflow.security; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/security/package.html b/spring-webflow/src/main/java/org/springframework/webflow/security/package.html deleted file mode 100644 index 75781205..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/security/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for securing flows using Spring Security. -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/package-info.java new file mode 100644 index 00000000..314786d9 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/package-info.java @@ -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 testing the execution of a flow definition. + */ +package org.springframework.webflow.test.execution; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/package.html b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/package.html deleted file mode 100644 index c28ca718..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-Support for testing the execution of a flow definition. -

- - diff --git a/spring-webflow/src/main/java/org/springframework/webflow/test/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/test/package-info.java new file mode 100644 index 00000000..bbd6f636 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/test/package-info.java @@ -0,0 +1,34 @@ +/* + * 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 testing flows and their associated artifacts. + * + *

When you want to unit test one of your flows the + * {@link org.springframework.webflow.test.execution.AbstractFlowExecutionTests} and its associated subclasses provide + * a base you can extend. + * + *

When unit testing flow artifacts such as actions in isolation, the + * {@link org.springframework.webflow.test.MockRequestContext} is of particular interest. + * + *

All mock implementations provided by this package are NOT intended to be used for anything but standalone unit + * tests. They are simple state holders, stub implementations, at least if you follow + * Martin Fowler's reasoning. These classes + * are called Mocks to be consistent with the naming convention in the rest of the Spring framework + * (e.g. {@code MockHttpServletRequest}, ...). + */ +package org.springframework.webflow.test; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/test/package.html b/spring-webflow/src/main/java/org/springframework/webflow/test/package.html deleted file mode 100644 index 96aeb5b5..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/test/package.html +++ /dev/null @@ -1,24 +0,0 @@ - - -

-Support for testing flows and their associated artifacts. -

-

-When you want to unit test one of your flows the -{@link org.springframework.webflow.test.execution.AbstractFlowExecutionTests} -and its associated subclasses provide a base you can extend. -

-

-When unit testing flow artifacts such as actions in isolation, the -{@link org.springframework.webflow.test.MockRequestContext} -is of particular interest. -

-

-All mock implementations provided by this package are NOT intended to be used for -anything but standalone unit tests. They are simple state holders, stub implementations, -at least if you follow Martin -Fowler's reasoning. These classes are called Mocks to be consistent with the naming -convention in the rest of the Spring framework (e.g. MockHttpServletRequest, ...). -

- - \ No newline at end of file diff --git a/spring-webflow/src/main/java/org/springframework/webflow/upgrade/package-info.java b/spring-webflow/src/main/java/org/springframework/webflow/upgrade/package-info.java new file mode 100644 index 00000000..b094c1a0 --- /dev/null +++ b/spring-webflow/src/main/java/org/springframework/webflow/upgrade/package-info.java @@ -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 migration tool to convert Web Flow version 1 flow definitions to the version 2 format. + */ +package org.springframework.webflow.upgrade; + diff --git a/spring-webflow/src/main/java/org/springframework/webflow/upgrade/package.html b/spring-webflow/src/main/java/org/springframework/webflow/upgrade/package.html deleted file mode 100644 index 356f2b5a..00000000 --- a/spring-webflow/src/main/java/org/springframework/webflow/upgrade/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - -

-A migration tool to convert Web Flow version 1 flow definitions to the version 2 format. -

- -