Author: buildbot
Date: Tue Feb  6 12:20:55 2018
New Revision: 1024936

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/dom.html

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

Modified: websites/production/tapestry/content/dom.html
==============================================================================
--- websites/production/tapestry/content/dom.html (original)
+++ websites/production/tapestry/content/dom.html Tue Feb  6 12:20:55 2018
@@ -95,7 +95,7 @@
   
   writer.end();
 </pre>
-</div></div><h2 id="DOM-attributes()">attributes()</h2><p>Adds additional 
name/value pairs to the current element.</p><p>When a value is null, no 
attribute is added.</p><p>When a new name conflicts with an existing name, the 
new value is ignored. This gives precedence to the first value specified for an 
attribute over any subsequent value.</p><h2 id="DOM-write()">write()</h2><p>The 
write() method writes text inside the current element. It scans the provided 
text for XML control characters ('&lt;', '&gt;', and '&amp;') and converts them 
to their XML entity equivalents ('&lt;', '&gt;', and '&amp;'). The result is 
correct, safe, HTML/XML output even when the content (which may come from a 
template, or from an external source such as a database) contains such 
problematic characters.</p><h2 id="DOM-writef()">writef()</h2><p>The writef() 
method formats an number of arguments. It uses a java.util.Formatter. It is a 
convenience for formatting that ultimately invokes write().</p><h2 id="DOM-
 writeRaw()">writeRaw()</h2><p>The writeRaw() method writes unfiltered text 
into the DOM. When the DOM is rendered to markup, the provided string is 
written to the output stream exactly as-is. Care should be taken, as this can 
easily result invalid markup, or even markup that is not well formed.</p><h2 
id="DOM-comment()">comment()</h2><p>Adds an XML comment. The comment delimiters 
will be supplied by Tapestry:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h2 id="DOM-attributes()">attributes()</h2><p>Adds additional 
name/value pairs to the current element.</p><p>When a value is null, no 
attribute is added.</p><p>When a new name conflicts with an existing name, the 
new value is ignored. This gives precedence to the first value specified for an 
attribute over any subsequent value.</p><h2 id="DOM-write()">write()</h2><p>The 
write() method writes text inside the current element. It scans the provided 
text for XML control characters ('&lt;', '&gt;', and '&amp;') and converts them 
to their XML entity equivalents ('&amp;lt;', '&amp;gt;', and '&amp;amp;'). The 
result is correct, safe, HTML/XML output even when the content (which may come 
from a template, or from an external source such as a database) contains such 
problematic characters.</p><h2 id="DOM-writef()">writef()</h2><p>The writef() 
method formats an number of arguments. It uses a java.util.Formatter. It is a 
convenience for formatting that ultimately invokes write().</p>
 <h2 id="DOM-writeRaw()">writeRaw()</h2><p>The writeRaw() method writes 
unfiltered text into the DOM. When the DOM is rendered to markup, the provided 
string is written to the output stream exactly as-is. Care should be taken, as 
this can easily result invalid markup, or even markup that is not well formed. 
It can also introduce XSS vulnerabilities if the text comes from end users 
without proper filtering.</p><h2 id="DOM-comment()">comment()</h2><p>Adds an 
XML comment. The comment delimiters will be supplied by Tapestry:</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">  writer.comment("Start of JS Menu code");
   
 </pre>


Reply via email to