public class NewsletterEmulatorProvider extends Object implements EmulatorProvider
NewsletterEmulatorProvider
provides emulators for newsletter pages.Constructor and Description |
---|
NewsletterEmulatorProvider() |
Modifier and Type | Method and Description |
---|---|
List<EmulatorGroup> |
getEmulatorGroups(Resource resource)
Returns a list of groups containing emulators.
|
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 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 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 © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"