JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
I
K
L
N
O
U
V
Y
D
DefaultHtmlPageDecider
- Class in
org.baswell.layouts
By default a request will be a candidate for a layout unless one the following conditions is met:
DefaultHtmlPageDecider()
- Constructor for class org.baswell.layouts.
DefaultHtmlPageDecider
destroy()
- Method in class org.baswell.layouts.
LayoutsFilter
doFilter(ServletRequest, ServletResponse, FilterChain)
- Method in class org.baswell.layouts.
LayoutsFilter
I
init(FilterConfig)
- Method in class org.baswell.layouts.
LayoutsFilter
isAjaxRequest(HttpServletRequest)
- Method in class org.baswell.layouts.
DefaultHtmlPageDecider
isCandidateForLayout(HttpServletRequest)
- Method in class org.baswell.layouts.
DefaultHtmlPageDecider
isCandidateForLayout(HttpServletRequest)
- Method in interface org.baswell.layouts.
UseLayoutDecider
isHtmlRequest(HttpServletRequest)
- Method in class org.baswell.layouts.
DefaultHtmlPageDecider
K
knownNonHtmlFile(String)
- Static method in class org.baswell.layouts.
DefaultHtmlPageDecider
L
LAYOUT
- Static variable in class org.baswell.layouts.
Layouts
To override the default layout for the current request do:
Layouts
- Class in
org.baswell.layouts
Layouts()
- Constructor for class org.baswell.layouts.
Layouts
LayoutsFilter
- Class in
org.baswell.layouts
The
LayoutsFilter
must be in the processing chain for all requests you want rendered with a layout.
LayoutsFilter()
- Constructor for class org.baswell.layouts.
LayoutsFilter
N
NO_LAYOUT
- Static variable in class org.baswell.layouts.
Layouts
To disable any layout for the current request do:
O
org.baswell.layouts
- package org.baswell.layouts
U
UseLayoutDecider
- Interface in
org.baswell.layouts
A way to tell Layouts if an HTTP request is a candidate for a layout.
V
VIEW
- Static variable in class org.baswell.layouts.
Layouts
The view can be rendered in a layout in one of two ways:
View
- Class in
org.baswell.layouts
The content of the view.
View(byte[], ServletResponse)
- Constructor for class org.baswell.layouts.
View
Y
yield(PageContext)
- Method in class org.baswell.layouts.
View
Yield the entire content of the view.
yield(String, PageContext)
- Method in class org.baswell.layouts.
View
Yield the content of the outermost tag
.
yieldBody(PageContext)
- Method in class org.baswell.layouts.
View
Yield the content of the tag.
yieldHead(PageContext)
- Method in class org.baswell.layouts.
View
Yield the content of the tag.
D
I
K
L
N
O
U
V
Y
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes