blob: 144ed91b97627763c672cc4ac8eb1289ddf18dc3 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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.
-->
<!-- CVS $Id$ -->
<samples xmlns:xlink="http://www.w3.org/1999/xlink" name="Components Samples">
<group name="Back">
<sample name="Back" href="./">
Back to the samples home page.
</sample>
<note>
These are just some of the many facilities that are included with the
core. See the main documentation for descriptions of all available
components.
</note>
</group>
<group name="Generators">
<sample href="stream/uploadstring" name="Stream parameter value" xlink:role="dynamic">
An example getting a parameter value streamed into a pipeline using StreamGenerator.
</sample>
<sample href="stream/uploadfile" name="Stream upload file" xlink:role="dynamic">
An example getting an uploaded file streamed into a pipeline using StreamGenerator.
</sample>
<sample href="request.html" name="Request Page">
This example shows the usage of the RequestGenerator.
</sample>
<sample href="imagereader/list" name="Image Directory Generator">
Read a directory, process images and find their attributes.
</sample>
<sample href="cal" name="Calendar Generator">
Generate a calendar for any month and year.
</sample>
</group>
<group name="Transformers">
<sample href="source-write.xml" name="SourceWritingTransformer">
Examples of source writing transformer usage
</sample>
<sample href="paginator/" name="Paginator">
Examples of Paginator transformer usage
</sample>
<sample href="filter/" name="FilterTransformer">
Examples of filter transformer usage
</sample>
</group>
<group name="Readers">
<sample href="imagereader/" name="Image Reader">
Examples of ImageReader component usage
</sample>
</group>
</samples>