|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.extensions.validator.core.mapper.AbstractCustomNameMapper<T>
public abstract class AbstractCustomNameMapper<T>
A generic implementation. Subclasses just have to now the fully qualified name of the name mapper. NameMappers are stateless.
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
logger
|
| Constructor Summary | |
|---|---|
protected |
AbstractCustomNameMapper()
|
| Method Summary | |
|---|---|
java.lang.String |
createName(T source)
|
protected abstract java.lang.String |
getCustomNameMapperClassName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.commons.logging.Log logger
| Constructor Detail |
|---|
protected AbstractCustomNameMapper()
| Method Detail |
|---|
public java.lang.String createName(T source)
createName in interface NameMapper<T>protected abstract java.lang.String getCustomNameMapperClassName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||