Liferay 6.1.20-ee-ga2

com.liferay.portlet.documentlibrary.util
Class BaseDLProcessorImpl

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.util.BaseDLProcessorImpl
All Implemented Interfaces:
DLProcessor
Direct Known Subclasses:
DLPreviewableProcessor, RawMetadataProcessorImpl

public abstract class BaseDLProcessorImpl
extends Object
implements DLProcessor


Constructor Summary
BaseDLProcessorImpl()
           
 
Method Summary
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.util.DLProcessor
cleanUp, cleanUp, exportGeneratedFiles, importGeneratedFiles, isSupported, isSupported, trigger
 

Constructor Detail

BaseDLProcessorImpl

public BaseDLProcessorImpl()
Method Detail

isEnabled

public boolean isEnabled()

Liferay 6.1.20-ee-ga2