public interface ExportContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExportContext.IndentMode
Indent mode
|
| Modifier and Type | Field and Description |
|---|---|
static ExportContext.IndentMode |
INDENT_MODE_LEVEL |
static ExportContext.IndentMode |
INDENT_MODE_NONE |
static ExportContext.IndentMode |
INDENT_MODE_STRUCTURE |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletContext |
getApplication()
Returns the web application's servlet context.
|
ExportContext.IndentMode |
getIndentMode() |
java.util.Locale |
getLocale() |
javax.servlet.http.HttpServletRequest |
getRequest()
Returns the current HTTP request.
|
TableBean<?> |
getTableBean() |
ExportToolkit |
getToolkit() |
boolean |
isGroupPageResult()
Checks if the table currently being rendered is a group result page.
|
boolean |
isStructure() |
void |
release()
Releases the export context.
|
void |
reset() |
static final ExportContext.IndentMode INDENT_MODE_NONE
static final ExportContext.IndentMode INDENT_MODE_STRUCTURE
static final ExportContext.IndentMode INDENT_MODE_LEVEL
javax.servlet.ServletContext getApplication()
ExportContext.IndentMode getIndentMode()
java.util.Locale getLocale()
javax.servlet.http.HttpServletRequest getRequest()
ExportToolkit getToolkit()
tookit which contains utility methods
for performing default stuff.boolean isGroupPageResult()
boolean isStructure()
void release()
throws java.io.IOException
NOTE: Do not call this method unless you know what you're doing!
java.io.IOExceptionvoid reset()
Copyright ? Technia AB. All Rights Reserved.