|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.doxia.book.context.BookContext
public class BookContext
Context to render a book.
| Nested Class Summary | |
|---|---|
static class |
BookContext.BookFile
Represents a BookFile. |
| Constructor Summary | |
|---|---|
BookContext()
|
|
| Method Summary | |
|---|---|
BookModel |
getBook()
Return the BookModel of this BookContext. |
java.util.Map |
getFiles()
Return the files of this BookContext. |
BookIndex |
getIndex()
Return the index of this BookContext. |
java.lang.String |
getInputEncoding()
Getter for the field inputEncoding. |
java.util.Locale |
getLocale()
Getter for the field locale. |
java.io.File |
getOutputDirectory()
Return the outputDirectory of this BookContext. |
java.lang.String |
getOutputEncoding()
Getter for the field outputEncoding. |
void |
setBook(BookModel book)
Set the BookModel of this BookContext. |
void |
setFiles(java.util.Map files)
Set the files of this BookContext. |
void |
setIndex(BookIndex index)
Set the index of this BookContext. |
void |
setInputEncoding(java.lang.String inputEncoding)
Setter for the field inputEncoding. |
void |
setLocale(java.util.Locale locale)
Setter for the field locale. |
void |
setOutputDirectory(java.io.File outputDirectory)
Set the outputDirectory of this BookContext. |
void |
setOutputEncoding(java.lang.String outputEncoding)
Setter for the field outputEncoding. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookContext()
| Method Detail |
|---|
public BookModel getBook()
public void setBook(BookModel book)
book - the BookModel.public java.util.Map getFiles()
public void setFiles(java.util.Map files)
files - the Map of files.public java.io.File getOutputDirectory()
public void setOutputDirectory(java.io.File outputDirectory)
outputDirectory - the output directory.public BookIndex getIndex()
public void setIndex(BookIndex index)
index - the index to set.public java.util.Locale getLocale()
Getter for the field locale.
public void setLocale(java.util.Locale locale)
Setter for the field locale.
locale - the locale to setpublic java.lang.String getInputEncoding()
Getter for the field inputEncoding.
public void setInputEncoding(java.lang.String inputEncoding)
Setter for the field inputEncoding.
inputEncoding - the inputEncoding to setpublic java.lang.String getOutputEncoding()
Getter for the field outputEncoding.
public void setOutputEncoding(java.lang.String outputEncoding)
Setter for the field outputEncoding.
outputEncoding - the outputEncoding to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||