Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/843_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/843_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/843_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/843_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:redirect-to</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:redirect-to</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>resource, target</p>
+</td>
+<td>
+<p>Deprecated! Redirects to a resource, use map:call instead.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>uri</p>
+</td>
+<td>
+<p>Required, URL to redirect to. Use 'cocoon:' for internal redirects.</p>
+</td>
+</tr>
+<tr class="b">
+<td>
+<p>session</p>
+</td>
+<td>
+<p>Assures a session exists before redirecting. Default: false.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>global</p>
+</td>
+<td>
+<p>Useful to force redirect when inside a nested environment (a pipeline called
+using 'cocoon:', map:aggregate). Default: false.</p>
+</td>
+</tr>
+<tr class="b">
+<td>
+<p>permanent</p>
+</td>
+<td>
+<p>Indicates the resource has permanently moved (sets HTTP response code 301).
+Default: false.</p>
+</td>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul/></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/843_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/843_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/843_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/844_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/844_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/844_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/844_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:call</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:call</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>resource</p>
+</td>
+<td>
+<p>Name of a resource to call.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>function</p>
+</td>
+<td>
+<p>Name of a flow function to call. Since Cocoon 2.1.</p>
+</td>
+</tr>
+<tr class="b">
+<td>
+<p>continuation</p>
+</td>
+<td>
+<p>ID of a continuation to call. Since Cocoon 2.1.</p>
+</td>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul><li>map:parameter</li></ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/844_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/844_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/844_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/845_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/845_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/845_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/845_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:mount</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:mount</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>uri-prefix</p>
+</td>
+<td>
+<p>The string specified here will be stripped from the start of the URL path, so
+that the subsitemap only matches on the remainder of the path.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>src</p>
+</td>
+<td>
+<p>Location of the sitemap file to mount.</p>
+</td>
+</tr>
+<tr class="b">
+<td>
+<p>check-reload</p>
+</td>
+<td>
+<p>Should the subsitemap be reloaded if it changed. Default: true. (A
+reload-delay can be configured for the sitemap processor in cocoon.xconf).</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>pass-through</p>
+</td>
+<td>
+<p>If the subsitemap didn't match the request, continue processing in the
+current sitemap. Default: false.</p>
+</td>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul/></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/845_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/845_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/845_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/846_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/846_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/846_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/846_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:read</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:read</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>type</p>
+</td>
+<td>
+<p>Reader implementation to use. Optional, the default is defined on
+map:readers.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>src</p>
+</td>
+<td/>
+</tr>
+<tr class="b">
+<td>
+<p>mime-type</p>
+</td>
+<td>
+<p>Mime-type to set on the response. Will default to the one specified on
+map:reader.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>status-code</p>
+</td>
+<td>
+<p>A HTTP status code for the response. If not specified, it will not be
+modified.</p>
+</td>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul><li>map:parameter</li></ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/846_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/846_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/846_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/847_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/847_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/847_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/847_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:aggregate</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:aggregate</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>element</p>
+</td>
+<td/>
+</tr>
+<tr class="a">
+<td>
+<p>ns</p>
+</td>
+<td/>
+</tr>
+<tr class="b">
+<td>
+<p>prefix</p>
+</td>
+<td/>
+</tr>
+<tr class="a">
+<td>
+<p>label</p>
+</td>
+<td>
+<p>Defines an exit point from where a view can take over. Can be a
+comma-separated list.</p>
+</td>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul><li>map:part</li></ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/847_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/847_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/847_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/848_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/848_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/848_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/848_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:part</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:part</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>src</p>
+</td>
+<td/>
+</tr>
+<tr class="a">
+<td>
+<p>element</p>
+</td>
+<td/>
+</tr>
+<tr class="b">
+<td>
+<p>ns</p>
+</td>
+<td/>
+</tr>
+<tr class="a">
+<td>
+<p>prefix</p>
+</td>
+<td/>
+</tr>
+<tr class="b">
+<td>
+<p>strip-root</p>
+</td>
+<td>
+<p>Default: false</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>label</p>
+</td>
+<td>
+<p>Defines an exit point from where a view can take over. Can be a
+comma-separated list.</p>
+</td>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul/></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/848_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/848_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/848_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/849_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/849_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/849_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/849_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:serialize</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:serialize</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>type</p>
+</td>
+<td>
+<p>Serializer implementation to use. Optional, the default is defined on
+map:serializers.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>src</p>
+</td>
+<td>
+<p>The purpose of this attribute depends on the serializer implementation.</p>
+</td>
+</tr>
+<tr class="b">
+<td>
+<p>mime-type</p>
+</td>
+<td>
+<p>Mime-type to be set on the response. Optional, defaults to the one specified
+on map:serializer.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>status-code</p>
+</td>
+<td>
+<p>If set, modifies the HTTP status code to the value specified here (e.g.
+'404', '500', etc.).</p>
+</td>
+</tr>
+<tr class="b">
+<td>
+<p>label</p>
+</td>
+<td>
+<p>Defines an exit point from where a view can take over. Can be a
+comma-separated list.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>pipeline-hints</p>
+</td>
+<td/>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul><li>map:parameter</li></ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/849_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/849_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/849_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/850_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/850_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/850_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/850_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:generate</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:generate</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>type</p>
+</td>
+<td>
+<p>Generator implementation to use. Optional, the default is defined on
+map:generators.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>src</p>
+</td>
+<td>
+<p>If the generator reads its data from somewhere, this attribute can define
+where from (optional, typically an URL).</p>
+</td>
+</tr>
+<tr class="b">
+<td>
+<p>label</p>
+</td>
+<td>
+<p>Defines an exit point from where a view can take over. Can be a
+comma-separated list.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>pipeline-hints</p>
+</td>
+<td/>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul><li>map:parameter</li></ul></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/850_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/850_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/850_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/851_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/851_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/851_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/851_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:transform</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:transform</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>type</p>
+</td>
+<td>
+<p>Transformer implementation to use. Optional, the default is defined on
+map:transformers.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>src</p>
+</td>
+<td>
+<p>If the transformation process is described in some file (such as for XSLT),
+this defines the location of this file.</p>
+</td>
+</tr>
+<tr class="b">
+<td>
+<p>label</p>
+</td>
+<td>
+<p>Defines an exit point from where a view can take over. Can be a
+comma-separated list.</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>pipeline-hints</p>
+</td>
+<td/>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul/></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/851_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/851_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/851_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/852_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/852_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/852_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/852_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - map:parameter</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">map:parameter</h1><h1>Attributes</h1><table class="bodyTable">
+<tbody>
+<tr class="a">
+<th>
+<p>Name</p>
+</th>
+<th>
+<p>Description</p>
+</th>
+</tr>
+<tr class="b">
+<td>
+<p>name</p>
+</td>
+<td>
+<p>The parameter name (required).</p>
+</td>
+</tr>
+<tr class="a">
+<td>
+<p>value</p>
+</td>
+<td>
+<p>The parameter value (required).</p>
+</td>
+</tr>
+</tbody>
+</table><h1>Occurence</h1><section name="Children" style="background:none;padding:0;"/><p>This element can have the following children:</p><ul/></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/852_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/852_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/852_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/853_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/853_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/853_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/853_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - Sitemap Evaluation</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">Sitemap Evaluation</h1><h1>Introduction</h1><p>While you can probably understand the basics of a simple sitemap just by
+looking at it, for some constructs it is essential to have some understanding of
+how the sitemap is evaluated by Cocoon. Here we will have a deeper look into
+this.</p><h1>What you already knew</h1><p>When a request enters Cocoon, Cocoon uses a <em>sitemap</em> to determine
+what should be done. The sitemap is an XML file. There is one root sitemap
+called sitemap.xmap which is located in the root of the Cocoon web application.
+The root sitemap can mount other sitemaps, allowing modularization of
+Cocoon-based applications.</p><h1>Sitemap evaluation result</h1><p>To decide how a request should be handled, first Cocoon looks for the
+map:pipelines element in the sitemap file. Usually, Cocoon will look for this
+element in the root sitemap, with an exception of <em>internal requests</em>,
+which can be evaluated by Cocoon relative to the <em>current sitemap</em>.</p><p>Skipping the details of the sitemap evaluation for a moment, the final result
+of the evaluation of a sitemap must always be one of the following:</p><ul>
+<li>an XML-based pipeline is executed (one map:generator or map:aggregate,
+series of map:transform's, one map:serialize)</li>
+<li>a reader is executed (map:reader) (a reader's purpose is to serve binary
+content without using an XML pipeline)</li>
+<li>a flow controller is called to:</li>
+<ul>
+<li>start a new flow (<tt><map:call function="..."/></tt>)</li>
+<li>continue an existing flow (<tt><map:call continuation="..."/></tt>)
+</li>
+</ul>
+
+<li>a redirect is performed (map:redirect-to), which can be:</li>
+<ul>
+<li>an HTTP redirect (a redirect response is sent to the browser to point the
+browser to a new URL)</li>
+<li>an internal Cocoon redirect (does not involve HTTP)</li>
+</ul>
+
+<li>none of the above, in which case Cocoon will give the error message "No
+pipeline matched request".</li>
+</ul><h1>The simplest pipeline</h1>The simplest pipeline specification is the one that does nothing:<pre><map:pipelines>
+ <map:pipeline>
+ </map:pipeline>
+</map:pipelines>
+</pre>Suppose you have a sitemap containing this. Now when a request enters Cocoon,
+Cocoon evaluates the content of the map:pipelines element to decide what to do.
+However, here we have specified nothing, thus Cocoon will respond with the error
+"No pipeline matched request".<h1>Matchers and readers</h1>To determine how a request should be handled, one of the more important tools
+available in the sitemap is the matcher. A matcher typically tests on some
+aspect of the request, most commonly the requested URL path.For example:<pre><map:pipelines>
+ <map:pipeline>
+ <map:match pattern="mydoc.pdf">
+ <map:read src="blabla/mydoc.pdf"/>
+ </map:match>
+ </map:pipeline>
+</map:pipelines>
+</pre>Lets see what happens now if a user request the mydoc.pdf file by entering an
+URL like 'http://somehost/mydoc.pdf' in the location bar of the browser.
+Remember that a reader was one of the 'final evaluation results' mentioned
+above. When Cocoon encounters the reader, it knows all it has to know to finish
+of this request (which is asking the reader to do its thing) so it does not look
+anymore at the rest of the sitemap.Suppose the sitemap would have looked like this:<pre><map:pipelines>
+ <map:pipeline>
+ <map:match pattern="mydoc.pdf">
+ <map:read src="blabla/mydoc.pdf"/>
+ <map:read src="anotherfile.pdf"/>
+ </map:match>
+ </map:pipeline>
+</map:pipelines>
+</pre>Notice the second map:read element. Since Cocoon will stop evaluating the
+sitemap once it encounters the first map:read, it will do nothing with, nor
+complain about, the presence of the second map:read element.<h1>XML pipelines</h1>Cocoon is all about generating pages using XML-processing-pipelines (to be
+technically correct, it are SAX-processing-pipelines). In the examples till now,
+we have each time seen the map:pipeline(s) element, and they didn't really
+define an XML-pipeline. Instead,<br/>
+the map:pipelines element can describe how an XML-pipeline can be composed, it
+is not the pipeline itself. When the word pipeline is used in Cocoon context, it
+usually refers to the XML-pipeline, not to the map:pipelines sitemap element.
+Lets look at an example of the specification of an XML-pipeline in the
+sitemap:<pre><map:pipelines>
+ <map:pipeline>
+ <map:match pattern="page.html">
+ <map:generate src="page.xml"/>
+ <map:transform src="page2html.xsl"/>
+ <map:serialize/>
+ </map:match>
+ </map:pipeline>
+</map:pipelines>
+</pre><p>This could be interpreted as follows: when a request is done for the
+'page.html', execute the described generator-transform-serialize pipeline.</p><p>In reality, this is how Cocoon looks at it:</p><ul>
+<li>At the start of the sitemap evaluation, Cocoon creates an empty pipeline
+object</li>
+<li>The first matcher matches, so Cocoon will look at its child elements</li>
+<li>A map:generate element is encountered: put it aside in the pipeline object
+</li>
+<li>Then a map:transform element is encountered: put it aside in the pipeline
+object</li>
+<li>Then a map:serialize element is encountered: put it aside in the pipeline
+object</li>
+<li>Once a serializer is encountered, Cocoon knows enough to finish of this
+request (it can execute the XML-pipeline), so it doesn't look further to the
+rest of the pipeline.</li>
+</ul>For the simple example above, this reasoning might seem overkill, but it is
+essential to more complex sitemaps. One important thing is that when an element
+such as a generator or transformer is encountered, these aren't executed
+immediately. First a complete pipeline must be found, up to the serializer,
+before Cocoon can execute it.Here is another pipeline, which will do exactly the same as the example
+above:<pre><map:pipelines>
+ <map:pipeline>
+ <map:match pattern="page.html">
+ <map:generate src="page.xml"/>
+ <map:transform src="page2html.xsl"/>
+ </map:match>
+
+ <map:match pattern="page.html">
+ <map:serialize/>
+ </map:match>
+ </map:pipeline>
+</map:pipelines>
+</pre>Of course, it serves no purpose (here) to write the pipeline like this.Another example of a pipeline which does exactly the same when page.html is
+request, but not when page.pdf is requested:<pre><map:pipelines>
+ <map:pipeline>
+ <map:match pattern="page.html">
+ <map:generate src="page.xml"/>
+ <map:transform src="page2html.xsl"/>
+ </map:match>
+
+ <map:match pattern="page.pdf">
+ <map:read src="page.pdf"/>
+ </map:match>
+
+ <map:match pattern="page.html">
+ <map:serialize/>
+ </map:match>
+ </map:pipeline>
+</map:pipelines>
+</pre>When page.html is requested, first the first matcher will match, and the
+generator and transformer will be put aside in the pipeline object. The second
+matcher does not match so its content is ignored. The third matcher matches
+again, a serialize element is encountered thus the collected pipeline will be
+executed, and the remainder of the sitemap is ignored (if any).Another example:<pre><map:pipelines>
+ <map:pipeline>
+ <map:match pattern="page.html">
+ <map:generate src="page.xml"/>
+ <map:transform src="page2html.xsl"/>
+ <map:read src="page.xml"/>
+ <map:serialize/>
+ </map:match>
+ </map:pipeline>
+</map:pipelines>
+</pre><p>What will Cocoon do in this case? Well lets follow the usual reasoning:</p><ul>
+<li>start evaluation at top of the map:pipelines element</li>
+<li>a matcher is encountered which matches</li>
+<li>map:generate is encountered: put it aside in the pipeline object</li>
+<li>map:transform is encountered: put it aside in the pipeline object</li>
+<li>map:read is encountered. When encountering a reader, Cocoon knows enough to
+finish of this request (namely by executing this reader), so it doesn't look any
+further at the rest of the sitemap. The generator and transformer put aside in
+the pipeline object are ignored.</li>
+</ul>It is an error to have more then one generator in a pipeline, or to have a
+pipeline with only a serializer and no generator. Thus when Cocoon encounters a
+second generator when a generator has already been set, it will give the error
+"Generator already set.". When a map:serialize is encountered before a
+generator, it will give the error "Must set a generator before setting
+serializer".<div class="note"><div><strong>Note: </strong>Everywhere we talk about map:generate or generators, you can
+substitute this by map:aggregate, which is just a special kind of generator.</div></div><h1>Actions</h1>A sitemap action, map:act, is simply some Java code that can be called. The
+action implementation can return either null or a map. When it returns null, the
+child elements of the map:act will not be considered, thus a map:act can also
+serve as an 'if'.To go back to our topic at hand, sitemap evaluation, it is important to note
+that when a map:act is encountered, it is executed immediately. This makes that
+the following to pipeline definitions are equivalent:<pre><map:pipelines>
+ <map:pipeline>
+ <map:match pattern="page.html">
+ <map:act type="something"/>
+ <map:generate src="page.xml"/>
+ <map:transform src="page2html.xsl"/>
+ <map:serialize/>
+ </map:match>
+ </map:pipeline>
+</map:pipelines>
+</pre>and<pre><map:pipelines>
+ <map:pipeline>
+ <map:match pattern="page.html">
+ <map:generate src="page.xml"/>
+ <map:act type="something"/>
+ <map:transform src="page2html.xsl"/>
+ <map:serialize/>
+ </map:match>
+ </map:pipeline>
+</map:pipelines>
+</pre>Remember that when Cocoon encounters map:generate during the evaluation of
+the sitemap, it does not execute the generator immediately, but puts it aside in
+a pipeline object.</div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/853_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/853_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/853_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/867_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/867_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/867_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/867_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - EncodeURLTransformer</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">EncodeURLTransformer</h1><h1>Summary</h1><p>The encodeURL transformer emits encoded URLs.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.transformation.EncodeURLTransformer</td></tr><tr class="b"><th>Name in Sitemap</th><td>encodeurl</td></tr><tr class="a"><th>Cacheable</th><td>Yes - Limited. Transformation result is cacheable only if no encoding was performed (no session or URL session tracking was used).</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/867_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/867_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/867_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/868_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/868_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/868_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/868_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - HelloAction</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">HelloAction</h1><h1>Summary</h1><p>A simple Action that tracks if a <tt>Session</tt> object has been created or
+not.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Action</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.acting.HelloAction</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td/></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/868_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/868_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/868_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/870_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/870_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/870_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/870_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - XMLSerializer</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">XMLSerializer</h1><h1>Summary</h1><p>No summary available. The summary needs to be defined using the
+ <tt>@cocoon.sitemap.component.documentation</tt> annotation in the Java source file for this component.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Serializer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.serialization.XMLSerializer</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td>Yes</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/870_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/870_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/870_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/872_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/872_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/872_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/872_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - SessionInvalidatorAction</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">SessionInvalidatorAction</h1><h1>Summary</h1><p>This is the action used to invalidate an HTTP session. The action returns
+empty map if everything is ok, null otherwise.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Action</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.acting.SessionInvalidatorAction</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td/></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/872_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/872_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/872_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/873_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/873_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/873_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/873_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - XPathTraversableGenerator</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">XPathTraversableGenerator</h1><h1>Summary</h1><p>Generates an XML collection listing performing XPath queries on XML sources.
+</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Generator</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.generation.XPathTraversableGenerator</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td>Yes - Yes</td></tr></tbody></table><h1>Documentation</h1><p>It will perform an XPath query on every XML resource, where "xml resource"
+is, by default, any resource ending with ".xml", which can be overriden by
+setting the (regexp) pattern <tt>xmlFiles</tt> (this has the effect of
+increasing, not limiting, the scope of the search) as a sitemap parameter, or
+where the name of the resource has a container-wide mime-type mapping to
+'text/xml' such as specified by mime-mapping elements in a web.xml descriptor
+file. The XPath can be specified in two ways:</p><ol type="1">
+<li>By using an XPointerish syntax in the URL: everything following the pound
+sign (possiby preceding query string arguments) will be treated as the XPath;
+</li>
+<li>Specifying it as a sitemap parameter named "xpath"</li>
+</ol><div class="note"><div><strong>Note: </strong>Since XPathTraversableGemerator is a subclass of
+TraversableGenerator, it uses the same set of parameters ( adding some of its
+own though). Please reer to the TraversableGenerator documentation for an
+explanation on the use of <tt>depth</tt>, <tt>exclude</tt>, <tt>include</tt>,
+etc. parameters.</div></div><h3><strong> Sample usage:</strong></h3><pre><strong>Sitemap:</strong>
+<map:match pattern="documents/**">
+ <map:generate type="xpathtraversable" src="docs/{1}#/article/title|/article/abstract" >
+ <map:parameter name="xmlFiles" value="\.xml$"/>
+ </map:generate>
+ <map:serialize type="xml"/>
+</map:match>
+
+<strong>Request:</strong>
+ http://www.some.host/documents/test
+
+<strong>Result:</strong>
+ <collection:collection
+ name="test" lastModified="1010400942000"
+ date="1/7/02 11:55 AM" requested="true"
+ xmlns:collection="http://apache.org/cocoon/collection/1.0">
+ <collection:collection name="subdirectory" lastModified="1010400942000" date="1/7/02 11:55 AM" />
+ <collection:resource name="test.xml" lastModified="1011011579000" date="1/14/02 1:32 PM">
+ <collection:xpath docid="test.xml" query="/article/title">
+ <title>This is a test document</title>
+ <abstract>
+ <para>Abstract of my test article</para>
+ </abstract>
+ </collection:xpath>
+ </collection:resource>
+ <collection:resource name="test.gif" lastModified="1011011579000" date="1/14/02 1:32 PM">
+ </collection:collection>
+</pre><div class="note"><div><strong>Note: </strong>If you need to use namespaces, you can set them as sitemap
+parameters in the form:<br/>
+<tt><map:parameter name="xmlns:<em>your prefix</em>"
+value="nsURI"/**"></tt></div></div><h3><strong>Another </strong><strong>sample usage:</strong></h3><pre> <map:match pattern="pages.xml">
+ <map:generate type="xpathtraversable" src="blockcontext:/">
+ <map:parameter name="depth" value="4"/>
+ <map:parameter name="exclude" value="xslt$|xmap$"/>
+ <map:parameter name="xmlFiles" value="\.jx$"/>
+ <map:parameter name="xpath" value="/*/content/title"/>
+ </map:generate>
+ <map:serialize type="xml"/>
+ </map:match>
+</pre>This sitemap fragment will execute the "<tt>/*/content/title</tt>" XPath
+expression for all XML files (including the ones ending with "<tt>.jx</tt>" but
+excluding the ones ending with "<tt>xslt</tt>" or "<tt>xmap</tt>") for a depth
+of 4 nesting across every block defined in the current block.</div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/873_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/873_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/873_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/874_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/874_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/874_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/874_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - HeaderMatcher</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">HeaderMatcher</h1><h1>Summary</h1><p>This class allows for matching based on a request header. If the specified
+request header parameter exists, its value is retrieved for later sitemap
+substitution.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Matcher</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.matching.HeaderMatcher</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td/></tr></tbody></table><h1>Documentation</h1><p>Example:</p><p><map:match type="header" pattern="referer"><br/>
+Â <map:redirect-to uri="{1}"/><br/>
+</map:match></p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/874_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/874_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/874_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/875_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/875_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/875_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/875_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - SessionStateAction</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">SessionStateAction</h1><h1>Summary</h1><p>Store the session's current state in a session attribute.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Action</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.acting.SessionStateAction</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td/></tr></tbody></table><h1>Documentation</h1><p>To keep track of the state of a user's session, a string is<br/>
+stored in a session attribute in order to allow to chose between<br/>
+different pipelines in the sitemap accordingly.</p></p><p>For added flexibility it is possible to use sub states as<br/>
+well. For this declare your own name for the session state<br/>
+attribute and give the number of sublevels plus the level to<br/>
+modify. (This is <strong>one</strong> based!) Sub states below the current<br/>
+one are removed from the session so that the default sub state will<br/>
+be reentered when the user returns. If you don't like this<br/>
+behaviour and prefer independent sub states, use this action<br/>
+several times with different attribute names rather than sub<br/>
+levels.</p><p><strong>Global and local parameters:</strong></p><table class="bodyTable">
+<tbody>
+<tr class="b">
+<td><tt>state-key-prefix</tt></td>
+<td>
+<p>String that identifies the attribute that stores the session state in the
+<br/>
+Â Â Â Â Â Â Â Â session object. When sublevels are used, this is a prefix ie. the
+<br/>
+Â Â Â Â Â Â Â Â number of the level is appended to the prefix. Example prefix is<br/>
+Â Â Â Â Â Â Â Â "<tt>__sessionState</tt>", sub-levels is 2, attributes<br/>
+Â Â Â Â Â Â Â Â "<tt>__sessionState1</tt>", "<tt>__sessionState2</tt>", and<br/>
+Â Â Â Â Â Â Â Â "<tt>__sessionState3</tt>" will be used to store the<br/>
+Â Â Â Â Â Â Â Â information.</p>
+</td>
+</tr>
+<tr class="a">
+<td><tt>new-state</tt></td>
+<td>
+<p>String that identifies the current state</p>
+</td>
+</tr>
+<tr class="b">
+<td><tt>sub-levels</tt></td>
+<td>
+<p>Number of sub levels to use</p>
+</td>
+</tr>
+<tr class="a">
+<td><tt>state-level</tt></td>
+<td>
+<p>Sub level to modify, this is <strong>one</strong> based</p>
+</td>
+</tr>
+</tbody>
+</table></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/875_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/875_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/875_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/876_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/876_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/876_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/876_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - RoleFilterTransformer</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">RoleFilterTransformer</h1><h1>Summary</h1><p>Filter XML fragments based on a user's role. This will help in the
+development of smart forms that must only show information to people who are
+logged in and have the correct role. The Role is specified by the Request
+semantics. You can specify multiple roles by using comma delimiting.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.transformation.RoleFilterTransformer</td></tr><tr class="b"><th>Name in Sitemap</th><td>role-filter</td></tr><tr class="a"><th>Cacheable</th><td>Yes - No</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/876_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/876_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/876_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/881_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/881_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/881_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/881_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - LinkTranslator</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">LinkTranslator</h1><h1>Summary</h1><p>No summary available. The summary needs to be defined using the
+ <tt>@cocoon.sitemap.component.documentation</tt> annotation in the Java source file for this component.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Transformer</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.sitemap.LinkTranslator</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td>Yes</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/881_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/881_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/881_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/882_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/882_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/882_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/882_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - RequestAttributeSelector</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">RequestAttributeSelector</h1><h1>Summary</h1><p>A <tt>Selector</tt> that matches a string against a configurable request
+attribute's string represenation.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Selector</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.selection.RequestAttributeSelector</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td/></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/882_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/882_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/882_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/883_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/883_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/883_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/883_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - RegexpHeaderSelector</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">RegexpHeaderSelector</h1><h1>Summary</h1><p>The <tt>RegexpHeaderSelector</tt> class defines a selector matching specific
+headers to configured regular-expression patterns.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Selector</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.selection.RegexpHeaderSelector</td></tr><tr class="b"><th>Name in Sitemap</th><td/></tr><tr class="a"><th>Cacheable</th><td/></tr></tbody></table><h1>Documentation</h1><p>The configuration of a RegexpHeaderSelector follows exactly<br/>
+what has been outlined in {@link AbstractRegexpSelector} regarding regular<br/>
+expression patterns, and additionally it requires an extra configuration element
+<br/>
+specifying the header whose value needs to be matched:</p><p><map:components><br/>
+Â Â Â ...<br/>
+Â <map:selectors default="..."><br/>
+Â Â Â <map:selector name="..." src="org.apache.cocoon.selection...."><br/>
+Â Â Â Â Â <pattern name="empty">^$</pattern><br/>
+Â Â Â Â Â <pattern name="number">^[0-9]+$</pattern><br/>
+Â Â Â <pattern name="string">^.+$</pattern><br/>
+Â Â Â Â Â <header-name>...</header-name><br/>
+Â Â Â </map:selector><br/>
+Â </map:selectors><br/>
+</map:components></p><p>If not configured, or if it needs to be overriddent, the header name can
+<br/>
+also be specified as a <tt><map:parameter .../></tt> inside the<br/>
+pipeline itself.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/883_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/883_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/883_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/884_1_1.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/884_1_1.xml?rev=1329674&view=auto
==============================================================================
--- cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/884_1_1.xml (added)
+++ cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/884_1_1.xml Tue Apr 24 12:33:07 2012
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?><!--
+ 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.
+ --><document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/XDOC/2.0" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"><properties><title>Cocoon Core - RequestGenerator</title><author email="[email protected]">Apache Cocoon Documentation Team</author></properties><body>
+ <div id="contentBody"><div id="bodyText"><h1 class="docTitle">RequestGenerator</h1><h1>Summary</h1><p>Generates an XML representation of the incoming request.</p><h1>Basic information</h1><table class="bodyTable"><tbody><tr class="a"><th>Component type</th><td>Generator</td></tr><tr class="b"><th>Cocoon block</th><td>core</td></tr><tr class="a"><th>Java class</th><td>org.apache.cocoon.generation.RequestGenerator</td></tr><tr class="b"><th>Name in Sitemap</th><td>request</td></tr><tr class="a"><th>Cacheable</th><td>No</td></tr></tbody></table><h1>Documentation</h1><p>No documentation available yet.</p></div></div>
+ </body></document>
\ No newline at end of file
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/884_1_1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/884_1_1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: cocoon/trunk/site/cocoon-core-site/core/2.2/src/site/xdoc/884_1_1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.