org.apache.myfaces.extensions.validator.crossval.storage.mapper
Class ProcessedInformationStorageNameMapper

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.crossval.storage.mapper.ProcessedInformationStorageNameMapper
All Implemented Interfaces:
NameMapper<String>

@InvocationOrder(value=200)
public class ProcessedInformationStorageNameMapper
extends Object
implements NameMapper<String>

Since:
x.x.3

Constructor Summary
ProcessedInformationStorageNameMapper()
           
 
Method Summary
 String createName(String key)
          Returns the name of the target resource for the given source or null if the implementations isn't responsible to map the given instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessedInformationStorageNameMapper

public ProcessedInformationStorageNameMapper()
Method Detail

createName

public String createName(String key)
Description copied from interface: NameMapper
Returns the name of the target resource for the given source or null if the implementations isn't responsible to map the given instance.

Specified by:
createName in interface NameMapper<String>
Parameters:
key - Object for which the name must be created.
Returns:
name of the target resource or null if the source isn't supported.


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.