Package org.araneaframework.jsp.tag.layout

Contains the basic layout tags that provide a way to consistently lay out the content.

See:
          Description

Class Summary
BaseLayoutCellTag Layout cell base tag.
BaseLayoutRowTag Layout row base tag.
BaseLayoutTag Layout base tag.
LayoutCellHtmlTag Aranea's cell tag, represents one cell in a layout row.
LayoutHtmlTag Aranea's layout tag, allows placing row's and cells inside.
LayoutRowHtmlTag Aranea's row tag, represents one row in a layout.
 

Package org.araneaframework.jsp.tag.layout Description

Contains the basic layout tags that provide a way to consistently lay out the content. Layouts have notion of rows and columns and usually are implemented using tables.