Author: rwesten
Date: Fri Feb 17 12:22:07 2012
New Revision: 1245425
URL: http://svn.apache.org/viewvc?rev=1245425&view=rev
Log:
corrected a wrong parameter name "outputContentType" (wrong) -> "outputType"
(correct)
Modified:
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/org/apache/stanbol/enhancer/jersey/resource/EnhancerRootResource/index.ftl
Modified:
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/org/apache/stanbol/enhancer/jersey/resource/EnhancerRootResource/index.ftl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/org/apache/stanbol/enhancer/jersey/resource/EnhancerRootResource/index.ftl?rev=1245425&r1=1245424&r2=1245425&view=diff
==============================================================================
---
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/org/apache/stanbol/enhancer/jersey/resource/EnhancerRootResource/index.ftl
(original)
+++
incubator/stanbol/trunk/enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/templates/org/apache/stanbol/enhancer/jersey/resource/EnhancerRootResource/index.ftl
Fri Feb 17 12:22:07 2012
@@ -212,7 +212,7 @@ of the Stanbol Enhancer. (see also
Stanbol homepage. -->
<ul>
-<li><code>outputContentType=[mediaType]</code>: Allows to specify the Mimetypes
+<li><code>outputContent=[mediaType]</code>: Allows to specify the Mimetypes
of content included within the Response of the Stanbol Enhancer. This parameter
supports wild cards (e.g. '*' ... all, 'text/*'' ... all text versions,
'text/plain' ... only the plain text version). This parameter can be used
@@ -224,9 +224,9 @@ compatible to <code>multipart/from-data<
be included in a content part with the name "content" and the Mimetype
<code>multipart/alternate</code>.</li>
<li><code>omitParsed=[true/false]</code>: Makes only sense in combination with
-the <code>outputContentType</code> parameter. This allows to exclude all
+the <code>outputContent</code> parameter. This allows to exclude all
content included in the request from the response. A typical combination is
-<code>outputContentType=*/*&omitParsed=true</code>. The default value of this
+<code>outputContent=*/*&omitParsed=true</code>. The default value of this
parameter is <code>false</code></li>
<li><code>outputContentPart=[uri/'*']</code>: This parameter allows to
explicitly include content parts with a specific URI in the response. Currently