Author: buildbot
Date: Sun Jul 7 13:33:03 2013
New Revision: 868692
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/jsf.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 7 13:33:03 2013
@@ -1 +1 @@
-1493366
+1500426
Modified: websites/staging/deltaspike/trunk/content/jsf.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/jsf.html (original)
+++ websites/staging/deltaspike/trunk/content/jsf.html Sun Jul 7 13:33:03 2013
@@ -741,6 +741,9 @@ Via a <code>TargetViewConfigProvider</co
<h2 id="view-config-spi">View-Config SPI</h2>
<p>[TODO]</p>
<h2 id="activation-of-custom-naming-conventions">Activation of custom naming
conventions</h2>
+<p>DeltaSpike allows to customize the default naming convention via
<code>View.DefaultBasePathBuilder</code> and/or
<code>View.DefaultFileNameBuilder</code> and/or
<code>View.DefaultExtensionBuilder</code>.
+It's possible to change it for one usage via <code>View.basePathBuilder</code>
and/or <code>View.fileNameBuilder</code> and/or
<code>View.extensionBuilder</code> or globally via the config mechanism
provided by DeltaSpike.
+The same is supported for folders via
<code>Folder.DefaultFolderNameBuilder</code>. In this case changing only one
usage is possible via <code>Folder.folderNameBuilder</code>.</p>
<h1 id="support-of-ear-deployments">Support of EAR deployments</h1>
<p>Before using features described by this page, please ensure that you are
aware of <a
href="https://issues.apache.org/jira/browse/DELTASPIKE-335">DELTASPIKE-335</a>
and the corresponding impact.</p>
<h1 id="hints">Hints</h1>