|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutContext | |
---|---|
net.sourceforge.stripes.tag.layout | Provides lightweight tag classes for creating and using simple re-usable layouts similar in concept to Tiles or Sitemesh. |
Uses of LayoutContext in net.sourceforge.stripes.tag.layout |
---|
Methods in net.sourceforge.stripes.tag.layout that return LayoutContext | |
---|---|
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. |
Methods in net.sourceforge.stripes.tag.layout with parameters of type LayoutContext | |
---|---|
void |
LayoutContext.setNext(LayoutContext next)
Set the next layout context in the stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |