|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectservices.YamService
class YamService
This service encapsulates logic relating to YamFiles (and other files in Wiki areas) and their interdependencies.
Property Summary | |
---|---|
static Map |
conf
Config |
static def |
scope
Scoping |
boolean |
transactional
Non-transactional |
String |
yamSyntax
The YAM syntax summary. |
Constructor Summary | |
YamService()
|
Method Summary | |
---|---|
YamFile
|
generate(String path, boolean doIncludes, Map thisPage)
Generate HTML for YAM file. |
YamFile
|
generate(YamFile yam, boolean doIncludes, Map thisPage)
Generate HTML for YAM file. |
YamFile
|
generate(YamFile yam, boolean doIncludes, String contextPath)
Generate HTML for YAM file. |
void
|
queueRegenerations(Set dirtyList, Map thisPage)
Queue the regeneration of a set of YamFiles. |
String
|
syntax()
Return the YAM syntax summary. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
static Map conf
static def scope
boolean transactional
String yamSyntax
Constructor Detail |
---|
YamService()
Method Detail |
---|
YamFile generate(String path, boolean doIncludes, Map thisPage)
YamFile generate(YamFile yam, boolean doIncludes, Map thisPage)
YamFile generate(YamFile yam, boolean doIncludes, String contextPath)
void queueRegenerations(Set dirtyList, Map thisPage)
String syntax()
Groovy Documentation