org.apache.lenya.cms.publication
Class SingleLanguageIdentityMapper

java.lang.Object
  extended by org.apache.lenya.cms.publication.IdentityDocumentIdToPathMapper
      extended by org.apache.lenya.cms.publication.SingleLanguageIdentityMapper
All Implemented Interfaces:
DocumentIdToPathMapper

public class SingleLanguageIdentityMapper
extends IdentityDocumentIdToPathMapper


Constructor Summary
SingleLanguageIdentityMapper()
           
 
Method Summary
protected  java.lang.String getSuffix(java.lang.String language)
          Constructs the filename for a given language.
 
Methods inherited from class org.apache.lenya.cms.publication.IdentityDocumentIdToPathMapper
getDirectory, getDirectory, getFile, getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleLanguageIdentityMapper

public SingleLanguageIdentityMapper()
Method Detail

getSuffix

protected java.lang.String getSuffix(java.lang.String language)
Description copied from class: IdentityDocumentIdToPathMapper
Constructs the filename for a given language.

Overrides:
getSuffix in class IdentityDocumentIdToPathMapper
Parameters:
language - The language.
Returns:
A string value.
See Also:
IdentityDocumentIdToPathMapper.getSuffix(java.lang.String)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.