jease/jease

ID Customizer

GoogleCodeExporter opened this issue · 1 comments

Create a configurable "id customizer" for contents.

main idea: the IdCustomizer gets an id (even empty one should be fine), applies 
some transformations (or generates a new id) and writes the result back. If the 
IdCustomizer doesn't like a provided Id, he throws a NodeException.

Original issue reported on code.google.com by maik.jablonski@gmail.com on 20 Nov 2011 at 10:19

Implemented as FilenameConverter which automatically does the right thing. 
Customizable via I18N.

Original comment by maik.jablonski@gmail.com on 11 Jul 2012 at 7:23

  • Changed state: Fixed