public class ContentModelFieldProcessorRegistry extends FieldProcessorRegistry
Constructor and Description |
---|
ContentModelFieldProcessorRegistry() |
Modifier and Type | Method and Description |
---|---|
protected String |
getKey(String fieldName)
Derives the key used to look up the
FieldProcessor from the fieldName. |
protected boolean |
useDefaultProcessor(String fieldName)
Determines if the defaultProcessor should be used.
|
buildField, get, getFieldProcessor, register, setDefaultProcessor
protected String getKey(String fieldName)
FieldProcessorRegistry
FieldProcessor
from the fieldName.getKey
in class FieldProcessorRegistry
fieldName
- StringFieldProcessor
.protected boolean useDefaultProcessor(String fieldName)
FieldProcessorRegistry
useDefaultProcessor
in class FieldProcessorRegistry
fieldName
- Stringtrue
if the defaultProcessor should be used, otherwise false
.Copyright © 2005–2017 Alfresco Software. All rights reserved.