Author: gpetracek
Date: Sun Jul  7 13:31:40 2013
New Revision: 1500426

URL: http://svn.apache.org/r1500426
Log:
updated content

Modified:
    deltaspike/site/trunk/content/jsf.mdtext

Modified: deltaspike/site/trunk/content/jsf.mdtext
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/jsf.mdtext?rev=1500426&r1=1500425&r2=1500426&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Sun Jul  7 13:31:40 2013
@@ -686,6 +686,10 @@ Via a `TargetViewConfigProvider` it's po
 
 ## Activation of custom naming conventions
 
+DeltaSpike allows to customize the default naming convention via 
`View.DefaultBasePathBuilder` and/or `View.DefaultFileNameBuilder` and/or 
`View.DefaultExtensionBuilder`.
+It's possible to change it for one usage via `View.basePathBuilder` and/or 
`View.fileNameBuilder` and/or `View.extensionBuilder` or globally via the 
config mechanism provided by DeltaSpike.
+The same is supported for folders via `Folder.DefaultFolderNameBuilder`. In 
this case changing only one usage is possible via `Folder.folderNameBuilder`.
+
 # Support of EAR deployments
 Before using features described by this page, please ensure that you are aware 
of [DELTASPIKE-335](https://issues.apache.org/jira/browse/DELTASPIKE-335) and 
the corresponding impact.
 


Reply via email to