org.barracudamvc.core.comp
Interface BCompoundComponent

All Known Implementing Classes:
BList, BTable, BTemplate

public interface BCompoundComponent

This is a marker interface meant to identify compund components, or those components that represent compound structures such as lists and tables or more complex templating structures combining arbitrary components. It is helpful to distinguish compound components from other simple components for certain rendering situations. If a component implements this interface, BarracudaMVC code will know to perform/avoid certain actions that are to be taken upon a component at render time.

Author:
Jacob Kjome



Copyright © 2004 BarracudaMVC.org All Rights Reserved.