iNamik WebFrames


Standard Syntax:
     <%@ taglib prefix="webframes" uri="http://www.inamik.com/tld/webrames" %>

XML Syntax:
     <anyxmlelement xmlns:webframes="http://www.inamik.com/tld/webrames" />

iNamik WebFrames TagLib is an implementation of the Compisite View
design pattern.  It was inspired by David Geary's "regions" taglib.
	

Tag Library Information
Display NameiNamik WebFrames
Version1.2
Short Namewebframes
URIhttp://www.inamik.com/tld/webrames
 

Tag Summary
render Renders a frame, section, or file. When rendering frames or files, you can define sections (see 'section' tag). When rendering a frame, the sections defined by the frame will be inherited and you can then define more sections. If a section definition has the same name as on of the inherited sections, it will override the inherited section, but only for the duration of the render.
section Defines a section. Used within 'render' and 'frame' tags. Allows you to set the section's name as well as the location of the section's content. The content can be a file, a previously defined frame or it can be explicitly defined within the 'section' tag.
frame Defines a frame that can later be extended and re-used by other 'frame' or 'render' tags. A frame has to either specify a file, via the 'file' attribute, or extend an existing frame via the 'baseFrame' attribute. You can define sections (see 'section' tag). When extending an existing frame, the sections defined by the frame will be inherited and you can then define more sections. If a section definition has the same name as on of the inherited sections, it will override the inherited section, but only within the scope of the new frame. See the 'render' tag for details on rendering frames.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.