Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLProcessorConstants

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLProcessorConstants

public class DLProcessorConstants
extends Object


Field Summary
static String AUDIO_PROCESSOR
           
static String IMAGE_PROCESSOR
           
static String PDF_PROCESSOR
           
static String RAW_METADATA_PROCESSOR
           
static String VIDEO_PROCESSOR
           
 
Constructor Summary
DLProcessorConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUDIO_PROCESSOR

public static final String AUDIO_PROCESSOR
See Also:
Constant Field Values

IMAGE_PROCESSOR

public static final String IMAGE_PROCESSOR
See Also:
Constant Field Values

PDF_PROCESSOR

public static final String PDF_PROCESSOR
See Also:
Constant Field Values

RAW_METADATA_PROCESSOR

public static final String RAW_METADATA_PROCESSOR
See Also:
Constant Field Values

VIDEO_PROCESSOR

public static final String VIDEO_PROCESSOR
See Also:
Constant Field Values
Constructor Detail

DLProcessorConstants

public DLProcessorConstants()

Liferay 6.1.2-ce-ga3