Interface PageElement
- All Superinterfaces:
com.yahoo.component.provider.Freezable
- All Known Implementing Classes:
AbstractChoice,Choice,MapChoice,PageTemplate,Placeholder,Renderer,Section,Source
public interface PageElement
extends com.yahoo.component.provider.Freezable
Implemented by all page template model classes
- Author:
- bratseth
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(PageTemplateVisitor visitor) Accepts a visitor to this structureMethods inherited from interface com.yahoo.component.provider.Freezable
freeze, isFrozen
-
Method Details
-
accept
Accepts a visitor to this structure
-