Method Summary |
|
abstract public String | doMapping(String template) The actual mapping implementation class. |
public int | getCacheSize() Get the CacheSize value. |
public String | getDefaultName(String template) Returns the default name for the passed Template.
If the passed template has no extension,
the default extension is assumed.
If the template is empty, the default template is
returned.
Parameters: template - The template name. |
public String | getDefaultProperty() Get the DefaultProperty value. |
public String | getMappedName(String template) Return the first match name for the given template name.
Parameters: template - The template name. |
public char | getSeparator() Get the Separator value. |
public void | init() Initializes the Mapper. |
public boolean | isUseCache() Get the UseCache value. |
public void | setCacheSize(int cacheSize) Set the CacheSize value. |
public void | setDefaultProperty(String defaultProperty) Set the DefaultProperty value. |
public void | setSeparator(char separator) Set the Separator value. |
public void | setUseCache(boolean useCache) Set the UseCache value. |