| Package | Description |
|---|---|
| net.sourceforge.stripes.tag.layout |
Provides lightweight tag classes for creating and using simple re-usable layouts similar
in concept to Tiles or Sitemesh.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutContext |
LayoutContext.getFirst()
Get the first context in the list.
|
LayoutContext |
LayoutContext.getLast()
Get the last context in the list.
|
LayoutContext |
LayoutContext.getNext()
Get the next layout context from the stack.
|
LayoutContext |
LayoutContext.getPrevious()
Get the previous layout context from the stack.
|
static LayoutContext |
LayoutContext.lookup(PageContext pageContext)
Look up the current layout context in a JSP page context.
|
static LayoutContext |
LayoutContext.pop(PageContext pageContext)
Remove the current layout context from the stack of layout contexts.
|
static LayoutContext |
LayoutContext.push(LayoutRenderTag renderTag)
Create a new layout context for the given render tag and push it onto the stack of layout
contexts in a JSP page context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutContext.setNext(LayoutContext next)
Set the next layout context in the stack.
|
© Copyright 2005-2006, Stripes Development Team.