|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectservices.PageModel
class PageModel
A holder for the analysis of page requests. Used to create a page model map.
Property Summary | |
---|---|
String |
id
|
boolean |
isDir
|
boolean |
isDirNoIndex
|
boolean |
isHtml
|
boolean |
isPlainText
|
String |
mimeType
|
String |
newpageURI
|
boolean |
pageExists
|
File |
pageFile
|
File |
pageFileDir
|
String |
pagePath
|
String |
pagePathDir
|
String |
printURI
|
boolean |
printing
|
boolean |
searchEnabled
|
String |
slashURI
|
Wiki |
wiki
|
YamFile |
yamFile
|
Constructor Summary | |
PageModel()
|
Method Summary | |
---|---|
Map
|
toMap()
Returns a map of this model. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
String id
boolean isDir
boolean isDirNoIndex
boolean isHtml
boolean isPlainText
String mimeType
String newpageURI
boolean pageExists
File pageFile
File pageFileDir
String pagePath
String pagePathDir
String printURI
boolean printing
boolean searchEnabled
String slashURI
Wiki wiki
YamFile yamFile
Constructor Detail |
---|
PageModel()
Method Detail |
---|
Map toMap()
Groovy Documentation