|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.siterenderer.SiteRenderingContext
public class SiteRenderingContext
SiteRenderingContext class.
Constructor Summary | |
---|---|
SiteRenderingContext()
|
Method Summary | |
---|---|
void |
addModuleDirectory(java.io.File file,
java.lang.String moduleParserId)
addModuleDirectory. |
void |
addSiteDirectory(java.io.File file)
addSiteDirectory. |
DecorationModel |
getDecoration()
Getter for the field decoration . |
java.lang.String |
getDefaultWindowTitle()
Getter for the field defaultWindowTitle . |
java.lang.String |
getInputEncoding()
Getter for the field inputEncoding . |
java.util.Locale |
getLocale()
Getter for the field locale . |
java.util.Map |
getModuleExcludes()
Getter for the field moduleExcludes . |
java.util.List |
getModules()
Getter for the field modules . |
java.lang.String |
getOutputEncoding()
Getter for the field outputEncoding . |
java.util.List |
getSiteDirectories()
Getter for the field siteDirectories . |
java.io.File |
getSkinJarFile()
Getter for the field skinJarFile . |
java.lang.ClassLoader |
getTemplateClassLoader()
Getter for the field templateClassLoader . |
java.lang.String |
getTemplateName()
Getter for the field templateName . |
java.util.Map |
getTemplateProperties()
Getter for the field templateProperties . |
boolean |
isUsingDefaultTemplate()
isUsingDefaultTemplate. |
boolean |
isValidate()
If input documents should be validated before parsing. |
void |
setDecoration(DecorationModel decoration)
Setter for the field decoration . |
void |
setDefaultWindowTitle(java.lang.String defaultWindowTitle)
Setter for the field defaultWindowTitle . |
void |
setInputEncoding(java.lang.String inputEncoding)
Setter for the field inputEncoding . |
void |
setLocale(java.util.Locale locale)
Setter for the field locale . |
void |
setModuleExcludes(java.util.Map moduleExcludes)
Setter for the field moduleExcludes . |
void |
setOutputEncoding(java.lang.String outputEncoding)
Setter for the field outputEncoding . |
void |
setSkinJarFile(java.io.File skinJarFile)
Setter for the field skinJarFile . |
void |
setTemplateClassLoader(java.lang.ClassLoader templateClassLoader)
Setter for the field templateClassLoader . |
void |
setTemplateName(java.lang.String templateName)
Setter for the field templateName . |
void |
setTemplateProperties(java.util.Map templateProperties)
Setter for the field templateProperties . |
void |
setUsingDefaultTemplate(boolean usingDefaultTemplate)
Setter for the field usingDefaultTemplate . |
void |
setValidate(boolean validate)
Switch on/off validation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SiteRenderingContext()
Method Detail |
---|
public boolean isValidate()
public void setValidate(boolean validate)
validate
- true to switch on validation.public java.lang.String getTemplateName()
Getter for the field templateName
.
String
object.public java.lang.ClassLoader getTemplateClassLoader()
Getter for the field templateClassLoader
.
ClassLoader
object.public void setTemplateClassLoader(java.lang.ClassLoader templateClassLoader)
Setter for the field templateClassLoader
.
templateClassLoader
- a ClassLoader
object.public java.util.Map getTemplateProperties()
Getter for the field templateProperties
.
Map
object.public void setTemplateProperties(java.util.Map templateProperties)
Setter for the field templateProperties
.
templateProperties
- a Map
object.public java.util.Locale getLocale()
Getter for the field locale
.
Locale
object.public void setLocale(java.util.Locale locale)
Setter for the field locale
.
locale
- a Locale
object.public DecorationModel getDecoration()
Getter for the field decoration
.
DecorationModel
object.public void setDecoration(DecorationModel decoration)
Setter for the field decoration
.
decoration
- a DecorationModel
object.public void setDefaultWindowTitle(java.lang.String defaultWindowTitle)
Setter for the field defaultWindowTitle
.
defaultWindowTitle
- a String
object.public java.lang.String getDefaultWindowTitle()
Getter for the field defaultWindowTitle
.
String
object.public java.io.File getSkinJarFile()
Getter for the field skinJarFile
.
File
object.public void setSkinJarFile(java.io.File skinJarFile)
Setter for the field skinJarFile
.
skinJarFile
- a File
object.public void setTemplateName(java.lang.String templateName)
Setter for the field templateName
.
templateName
- a String
object.public void setUsingDefaultTemplate(boolean usingDefaultTemplate)
Setter for the field usingDefaultTemplate
.
usingDefaultTemplate
- a boolean.public boolean isUsingDefaultTemplate()
isUsingDefaultTemplate.
public void addSiteDirectory(java.io.File file)
addSiteDirectory.
file
- a File
object.public void addModuleDirectory(java.io.File file, java.lang.String moduleParserId)
addModuleDirectory.
file
- a File
object.moduleParserId
- a String
object.public java.util.List getSiteDirectories()
Getter for the field siteDirectories
.
List
object.public java.util.List getModules()
Getter for the field modules
.
List
object.public java.util.Map getModuleExcludes()
Getter for the field moduleExcludes
.
Map
object.public void setModuleExcludes(java.util.Map moduleExcludes)
Setter for the field moduleExcludes
.
moduleExcludes
- a Map
object.public java.lang.String getInputEncoding()
Getter for the field inputEncoding
.
String
object.public void setInputEncoding(java.lang.String inputEncoding)
Setter for the field inputEncoding
.
inputEncoding
- a String
object.public java.lang.String getOutputEncoding()
Getter for the field outputEncoding
.
String
object.public void setOutputEncoding(java.lang.String outputEncoding)
Setter for the field outputEncoding
.
outputEncoding
- a String
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |