Uses of Interface
se.datadosen.jalbum.FileNamer

Packages that use FileNamer
se.datadosen.jalbum   
 

Uses of FileNamer in se.datadosen.jalbum
 

Classes in se.datadosen.jalbum that implement FileNamer
 class SEOFileNamer
          Search Engine Optimizing FileNamer Produces file names in the format folderName-title-comment-keywords.extension Thereby your album images and pages are more easily spotted by search engines The framework ensures that duplicate names are never created by appending -1, -2 etc
 class StandardFileNamer
          FileNamer that eusure that files aren't created with illegal characters
 

Methods in se.datadosen.jalbum that return FileNamer
 FileNamer AlbumBean.getFileNamer()
           
 

Methods in se.datadosen.jalbum with parameters of type FileNamer
 void AlbumBean.setFileNamer(FileNamer fileNamer)
          Allows skins with special naming requirements to control how files are named