| Home >> All >> com >> newsfighter >> [ layout Javadoc ] |
| | com.newsfighter.layout.jsptags.* (5) |
com.newsfighter.layout: Javadoc index of package com.newsfighter.layout.
Package Samples:
com.newsfighter.layout.jsptags
Classes:
ManagerTag: ManagerTag creates an environment for the panels to reside in. It has several important functions. First, it creates the <html> , <head> , <link> , <title> and <body> elements--essentially the entire first part of an html document. This is restrictive because it prevents the user from specifying <meta> content and special <head> content (such as local style information or scripting code. Because of this we're going to reimplement the class to allow the "autohead" feature to be disabled. Second, it takes a skin attribute and uses it to create an instance ...
SkinFactory: SkinFactory is a CMP persistent object. It performs a crawl through the skins directory and builds a sorted list of Skin objects. It is manageable through the SkinFactoryJMXService . The SkinFactory can be cached into the database for retrieval. That way if the server crashes, it doesn't have to reload all of its skins. SkinFactory objects are accessible to all of the modules in the Newsfighter application through JMX. They can be accessed by any module element which implements the Skinnable interface.
LogoTag: The LogoTag layout component creates a specialized panel for logo and menu graphics at the top of the page. Because there are so many ways one might want to lay out their logo graphics, this class will most likely undergo radical changes in future versions of the Newsfighter software.
GutterTag: The GutterTag layout component creates a gutter between two panels, similar to the ones used in the printing industry. The width of the Gutter is reliant on the setting in the skin.xml .
PanelsTag: Creates an environment for the panels to reside in. This amounts to a simple table structure. The PanelsTag is not skin sensitive, and carries no reference to its enclosing ManagerTag .
Skin: A Skin encapsulates the data contained in the skin.xml file of the web application's skin directory. It provides read-only access to this file through a SAXReader
PanelTag: PanelTag lays out a table structure for the top, bottom, left, and right images and an internal display area for the panel content.
Skinnable: Skinnable provides a common interface for all of the layout component classes.
| Home | Contact Us | Privacy Policy | Terms of Service |