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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(PageTemplateVisitor visitor)
Accepts a visitor to this structure
-
-
-
Method Detail
-
accept
void accept(PageTemplateVisitor visitor)
Accepts a visitor to this structure
-
-