Figure showing a web page that uses the Composite View design pattern divided into four aggregate parts: Header, Navigation Bar, Content, and Footer. Across the top of the web page is the Header portion, designated by the filename header.jsp, which includes the title information for the web page. The Header portion also includes a Search button and associated text box, designated by the search.jsp file, in the upper right corner. The Navigation Bar, designated by the navbar.jsp filename, extends from the lower edge of the Header to the upper edge of the footer along the central portion of the web page. The Content portion of the page contains several included views: Headlines, designated by the headlines.html file, Lead Story, designated by the leadstory.jsp file, and Graphics by a graphics file.The Footer, which extends all the way across the lower edge of the web page is designated by the footer.jsp file.