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 Type
    Method
    Description
    void
    Accepts a visitor to this structure

    Methods inherited from interface com.yahoo.component.provider.Freezable

    freeze, isFrozen
  • Method Details