|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.forms.processor.AbstractFieldProcessor
org.alfresco.repo.forms.processor.node.TransientFieldProcessor
org.alfresco.repo.forms.processor.node.MimetypeFieldProcessor
public class MimetypeFieldProcessor
FieldProcessor
implementation representing the mimetype
transient field.
Field Summary | |
---|---|
static java.lang.String |
KEY
|
Constructor Summary | |
---|---|
MimetypeFieldProcessor()
|
Method Summary | |
---|---|
protected org.apache.commons.logging.Log |
getLogger()
|
protected java.lang.String |
getRegistryKey()
|
protected FieldDefinition |
makeTransientFieldDefinition()
|
Methods inherited from class org.alfresco.repo.forms.processor.node.TransientFieldProcessor |
---|
generateTypedField, getExpectedDataType, getValue |
Methods inherited from class org.alfresco.repo.forms.processor.AbstractFieldProcessor |
---|
generateField, setFieldProcessorRegistry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KEY
Constructor Detail |
---|
public MimetypeFieldProcessor()
Method Detail |
---|
protected org.apache.commons.logging.Log getLogger()
getLogger
in class AbstractFieldProcessor
Log
used to log events that occur while processing fields.protected FieldDefinition makeTransientFieldDefinition()
makeTransientFieldDefinition
in class TransientFieldProcessor
protected java.lang.String getRegistryKey()
getRegistryKey
in class AbstractFieldProcessor
String
key used to identify this FieldProcessor
in a FieldProcessorRegistry
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |