|
||||||||||
| 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. |
Map<String,BookContext.BookFile> |
getFiles()
Return the files of this BookContext. |
BookIndex |
getIndex()
Return the index of this BookContext. |
String |
getInputEncoding()
Getter for the field inputEncoding. |
Locale |
getLocale()
Getter for the field locale. |
File |
getOutputDirectory()
Return the outputDirectory of this BookContext. |
String |
getOutputEncoding()
Getter for the field outputEncoding. |
void |
setBook(BookModel book)
Set the BookModel of this BookContext. |
void |
setFiles(Map<String,BookContext.BookFile> files)
Set the files of this BookContext. |
void |
setIndex(BookIndex index)
Set the index of this BookContext. |
void |
setInputEncoding(String inputEncoding)
Setter for the field inputEncoding. |
void |
setLocale(Locale locale)
Setter for the field locale. |
void |
setOutputDirectory(File outputDirectory)
Set the outputDirectory of this BookContext. |
void |
setOutputEncoding(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 Map<String,BookContext.BookFile> getFiles()
public void setFiles(Map<String,BookContext.BookFile> files)
files - the Map of files.public File getOutputDirectory()
public void setOutputDirectory(File outputDirectory)
outputDirectory - the output directory.public BookIndex getIndex()
public void setIndex(BookIndex index)
index - the index to set.public Locale getLocale()
Getter for the field locale.
public void setLocale(Locale locale)
Setter for the field locale.
locale - the locale to setpublic String getInputEncoding()
Getter for the field inputEncoding.
public void setInputEncoding(String inputEncoding)
Setter for the field inputEncoding.
inputEncoding - the inputEncoding to setpublic String getOutputEncoding()
Getter for the field outputEncoding.
public void setOutputEncoding(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 | |||||||||