de.mindmatters.faces.spring.factory.aspectj
Class ConverterDefinition
java.lang.Object
de.mindmatters.faces.spring.factory.aspectj.ConverterDefinition
public final class ConverterDefinition
- extends java.lang.Object
A ConverterDefinition encapsulates and describes a
Converter instance. Description (e.g. kind of
registration) is needed for registration purposes.
- Author:
- Andreas Kuhrwahl
|
Constructor Summary |
ConverterDefinition(java.lang.String converterRegistrar,
java.lang.String converterClassName,
boolean registerById)
Creates a definition with the given descriptors. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterDefinition
public ConverterDefinition(java.lang.String converterRegistrar,
java.lang.String converterClassName,
boolean registerById)
- Creates a definition with the given descriptors.
- Parameters:
converterRegistrar - the registration keyconverterClassName - the class name of the converterregisterById - true if the converter should be registered by
id false if by class
getConverterRegistrar
public java.lang.String getConverterRegistrar()
- Returns:
- the registration key
getConverterClassName
public java.lang.String getConverterClassName()
- Returns:
- the class name of the converter
registerById
public boolean registerById()
- Returns:
true if the converter should be registered by id
false if by class
Copyright © 2006 mindmatters GmbH & Co. KG