You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/09/21 11:19:38 UTC

svn commit: r832671 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache printer.html

Author: buildbot
Date: Fri Sep 21 09:19:37 2012
New Revision: 832671

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/printer.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Fri Sep 21 09:19:37 2012
@@ -13073,7 +13073,7 @@ lpr:<span class="code-comment">//localho
 
 <h3><a shape="rect" name="BookComponentAppendix-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mediaSize</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>MediaSizeName.NA_LETTER</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets the stationary as defined by enumeration settings in the <a shape="rect" class="external-link" href="http://download.oracle.com/javase/6/docs/api/javax/print/attribute/standard/MediaSizeName.html" rel="nofollow">javax.print.attribute.standard.MediaSizeName API</a>. The default setting is to use North American Letter sized stationary </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>copies</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" rowspan="1" class="conf
 luenceTd"> Sets number of copies based on the javax.print.attribute.standard.Copies API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sides</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Sides.ONE_SIDED</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets one sided or two sided printing based on the javax.print.attribute.standard.Sides API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>flavor</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>DocFlavor.BYTE_ARRAY</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets DocFlavor based on the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mimeType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets mimeTypes supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="conf
 luenceTd"> <tt>mediaTray</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets MediaTray supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>printerPrefix</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets the prefix name of the printer, it is useful when the printer name is not start with //hostname/printer</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mediaSize</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>MediaSizeName.NA_LETTER</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets the stationary as defined by enumeration settings in the <a shape="rect" class="external-link" href="http://download.oracle.com/javase/6/docs/api/javax/print/attribute/standard/MediaSizeName.html" rel="nofollow">javax.print.attribute.standard.MediaSizeName API</a>. The default setting is to use North American Letter sized stationary </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>copies</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" rowspan="1" class="conf
 luenceTd"> Sets number of copies based on the javax.print.attribute.standard.Copies API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sides</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Sides.ONE_SIDED</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets one sided or two sided printing based on the javax.print.attribute.standard.Sides API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>flavor</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>DocFlavor.BYTE_ARRAY</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets DocFlavor based on the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mimeType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets mimeTypes supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="conf
 luenceTd"> <tt>mediaTray</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets MediaTray supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>printerPrefix</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets the prefix name of the printer, it is useful when the printer name is not start with //hostname/printer</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sendToPrinter</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Setting this option to <tt>false</tt> prevents sending of the <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/javax/print/Doc.html" rel="nofollow">print data</a> to the pr
 inter</td></tr></tbody></table>
 </div>
 </div>
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Fri Sep 21 09:19:37 2012
@@ -33247,7 +33247,7 @@ lpr:<span class="code-comment">//localho
 
 <h3><a shape="rect" name="BookInOnePage-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mediaSize</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>MediaSizeName.NA_LETTER</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets the stationary as defined by enumeration settings in the <a shape="rect" class="external-link" href="http://download.oracle.com/javase/6/docs/api/javax/print/attribute/standard/MediaSizeName.html" rel="nofollow">javax.print.attribute.standard.MediaSizeName API</a>. The default setting is to use North American Letter sized stationary </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>copies</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" rowspan="1" class="conf
 luenceTd"> Sets number of copies based on the javax.print.attribute.standard.Copies API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sides</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Sides.ONE_SIDED</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets one sided or two sided printing based on the javax.print.attribute.standard.Sides API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>flavor</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>DocFlavor.BYTE_ARRAY</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets DocFlavor based on the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mimeType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets mimeTypes supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="conf
 luenceTd"> <tt>mediaTray</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets MediaTray supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>printerPrefix</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets the prefix name of the printer, it is useful when the printer name is not start with //hostname/printer</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mediaSize</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>MediaSizeName.NA_LETTER</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets the stationary as defined by enumeration settings in the <a shape="rect" class="external-link" href="http://download.oracle.com/javase/6/docs/api/javax/print/attribute/standard/MediaSizeName.html" rel="nofollow">javax.print.attribute.standard.MediaSizeName API</a>. The default setting is to use North American Letter sized stationary </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>copies</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" rowspan="1" class="conf
 luenceTd"> Sets number of copies based on the javax.print.attribute.standard.Copies API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sides</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Sides.ONE_SIDED</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets one sided or two sided printing based on the javax.print.attribute.standard.Sides API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>flavor</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>DocFlavor.BYTE_ARRAY</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets DocFlavor based on the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mimeType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets mimeTypes supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="conf
 luenceTd"> <tt>mediaTray</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets MediaTray supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>printerPrefix</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets the prefix name of the printer, it is useful when the printer name is not start with //hostname/printer</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sendToPrinter</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Setting this option to <tt>false</tt> prevents sending of the <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/javax/print/Doc.html" rel="nofollow">print data</a> to the pr
 inter</td></tr></tbody></table>
 </div>
 </div>
 

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/printer.html
==============================================================================
--- websites/production/camel/content/printer.html (original)
+++ websites/production/camel/content/printer.html Fri Sep 21 09:19:37 2012
@@ -112,7 +112,7 @@ lpr:<span class="code-comment">//localho
 
 <h3><a shape="rect" name="Printer-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mediaSize</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>MediaSizeName.NA_LETTER</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets the stationary as defined by enumeration settings in the <a shape="rect" class="external-link" href="http://download.oracle.com/javase/6/docs/api/javax/print/attribute/standard/MediaSizeName.html" rel="nofollow">javax.print.attribute.standard.MediaSizeName API</a>. The default setting is to use North American Letter sized stationary </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>copies</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" rowspan="1" class="conf
 luenceTd"> Sets number of copies based on the javax.print.attribute.standard.Copies API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sides</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Sides.ONE_SIDED</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets one sided or two sided printing based on the javax.print.attribute.standard.Sides API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>flavor</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>DocFlavor.BYTE_ARRAY</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets DocFlavor based on the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mimeType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets mimeTypes supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="conf
 luenceTd"> <tt>mediaTray</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets MediaTray supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>printerPrefix</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets the prefix name of the printer, it is useful when the printer name is not start with //hostname/printer</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mediaSize</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>MediaSizeName.NA_LETTER</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets the stationary as defined by enumeration settings in the <a shape="rect" class="external-link" href="http://download.oracle.com/javase/6/docs/api/javax/print/attribute/standard/MediaSizeName.html" rel="nofollow">javax.print.attribute.standard.MediaSizeName API</a>. The default setting is to use North American Letter sized stationary </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>copies</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>1</tt> </td><td colspan="1" rowspan="1" class="conf
 luenceTd"> Sets number of copies based on the javax.print.attribute.standard.Copies API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sides</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Sides.ONE_SIDED</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets one sided or two sided printing based on the javax.print.attribute.standard.Sides API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>flavor</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>DocFlavor.BYTE_ARRAY</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets DocFlavor based on the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>mimeType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sets mimeTypes supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="conf
 luenceTd"> <tt>mediaTray</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AUTOSENSE</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets MediaTray supported by the javax.print.DocFlavor API </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>printerPrefix</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> null </td><td colspan="1" rowspan="1" class="confluenceTd"> Since <b>Camel 2.11.x</b> sets the prefix name of the printer, it is useful when the printer name is not start with //hostname/printer</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sendToPrinter</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> true </td><td colspan="1" rowspan="1" class="confluenceTd"> Setting this option to <tt>false</tt> prevents sending of the <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/api/javax/print/Doc.html" rel="nofollow">print data</a> to the pr
 inter</td></tr></tbody></table>
 </div>
 </div>