Groovy Documentation

services
Class PageModel

java.lang.Object
  services.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

id

String id


isDir

boolean isDir


isDirNoIndex

boolean isDirNoIndex


isHtml

boolean isHtml


isPlainText

boolean isPlainText


mimeType

String mimeType


newpageURI

String newpageURI


pageExists

boolean pageExists


pageFile

File pageFile


pageFileDir

File pageFileDir


pagePath

String pagePath


pagePathDir

String pagePathDir


printURI

String printURI


printing

boolean printing


searchEnabled

boolean searchEnabled


slashURI

String slashURI


wiki

Wiki wiki


yamFile

YamFile yamFile


 
Constructor Detail

PageModel

PageModel()


 
Method Detail

toMap

Map toMap()
Returns a map of this model.


 

Groovy Documentation