public class NewsletterEmulatorProvider extends java.lang.Object implements EmulatorProvider
NewsletterEmulatorProvider provides emulators for newsletter pages.| Constructor and Description |
|---|
NewsletterEmulatorProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EmulatorGroup> |
getEmulatorGroups(Resource resource)
Returns a list of groups containing emulators.
|
java.util.List<Emulator> |
getEmulators(Resource resource)
Returns the emulators for the specified resource.
|
boolean |
handles(Resource resource)
Indicates whether this provider handles the specified resource.
|
public java.util.List<Emulator> getEmulators(Resource resource)
EmulatorProvidergetEmulators in interface EmulatorProviderresource - The resourcepublic boolean handles(Resource resource)
EmulatorProviderhandles in interface EmulatorProviderresource - The resourcetrue if the provider handles the resource,
false otherwisepublic java.util.List<EmulatorGroup> getEmulatorGroups(Resource resource)
EmulatorProvidergetEmulatorGroups in interface EmulatorProviderresource - The resource from which to derive the emulator groups.List containing the emulator groups."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"