public class AssetVisitor extends Object implements ElementVisitor<Set<Asset>>
| Constructor and Description |
|---|
AssetVisitor(WidgetRepository widgetRepository,
FragmentRepository fragmentRepository) |
| Modifier and Type | Method and Description |
|---|---|
Set<Asset> |
visit(Component component) |
Set<Asset> |
visit(Container container) |
Set<Asset> |
visit(FormContainer formContainer) |
Set<Asset> |
visit(FragmentElement fragmentElement) |
Set<Asset> |
visit(ModalContainer modalContainer) |
<P extends Previewable & Identifiable> |
visit(P previewable) |
Set<Asset> |
visit(TabContainer tabContainer) |
Set<Asset> |
visit(TabsContainer tabsContainer) |
Set<Asset> |
visit(Widget widget) |
protected Set<Asset> |
visitRows(List<List<Element>> rows) |
public AssetVisitor(WidgetRepository widgetRepository, FragmentRepository fragmentRepository)
public Set<Asset> visit(FragmentElement fragmentElement)
visit in interface ElementVisitor<Set<Asset>>public Set<Asset> visit(Container container)
visit in interface ElementVisitor<Set<Asset>>public Set<Asset> visit(FormContainer formContainer)
visit in interface ElementVisitor<Set<Asset>>public Set<Asset> visit(TabsContainer tabsContainer)
visit in interface ElementVisitor<Set<Asset>>public Set<Asset> visit(TabContainer tabContainer)
visit in interface ElementVisitor<Set<Asset>>public Set<Asset> visit(Component component)
visit in interface ElementVisitor<Set<Asset>>public Set<Asset> visit(ModalContainer modalContainer)
visit in interface ElementVisitor<Set<Asset>>public <P extends Previewable & Identifiable> Set<Asset> visit(P previewable)
visit in interface ElementVisitor<Set<Asset>>Copyright © 2020. All rights reserved.