Stripes Tag Library
Tag layout-definition
Defines a reusable layout. This tag is designed to wrap the entire contents of a
JSP that is to be re-used to manage the layout of multiple pages. It can contain
HTML, JSP content, scriptlets etc. It may also contain stripes:layout-component
tags. The stripes:layout-component names a section of the layout that can be
supplied during rendering (it may be empty, or have default contents).
Layout definitions will also have access to, through PageContext,
any attributes/parameters supplied at rendering time. These can be referenced in the layout
definition using EL, for example as ${myCustomParameter}. This allows layouts not
only to templatize look and feel, but to potentially render differently based on
the values of parameters passed in at rendering time.
Tag Information |
Tag Class | net.sourceforge.stripes.tag.layout.LayoutDefinitionTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
No Attributes Defined. |
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.