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)
EmulatorProvider
getEmulators
in interface EmulatorProvider
resource
- The resourcepublic boolean handles(Resource resource)
EmulatorProvider
handles
in interface EmulatorProvider
resource
- The resourcetrue
if the provider handles the resource,
false
otherwisepublic java.util.List<EmulatorGroup> getEmulatorGroups(Resource resource)
EmulatorProvider
getEmulatorGroups
in interface EmulatorProvider
resource
- The resource from which to derive the emulator groups.List
containing the emulator groups."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"