Class AbstractPreviewResolutionStrategy<T>
- java.lang.Object
-
- com.hybris.cockpitng.services.media.impl.AbstractPreviewResolutionStrategy<T>
-
- All Implemented Interfaces:
PreviewResolutionStrategy<T>
- Direct Known Subclasses:
StringToPreviewResolutionStrategy
public abstract class AbstractPreviewResolutionStrategy<T> extends java.lang.Object implements PreviewResolutionStrategy<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractPreviewResolutionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanResolve(java.lang.Object target)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.services.media.PreviewResolutionStrategy
resolveMimeType, resolvePreviewUrl
-
-
-
-
Method Detail
-
canResolve
public boolean canResolve(java.lang.Object target)
- Specified by:
canResolvein interfacePreviewResolutionStrategy<T>
-
-