|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.sink.render.RenderingContext
public class RenderingContext
The rendering context of a document.
| Constructor Summary | |
|---|---|
RenderingContext(File basedir,
String document)
Constructor for RenderingContext. |
|
RenderingContext(File basedir,
String document,
String parserId)
Constructor for RenderingContext. |
|
RenderingContext(File basedir,
String document,
String parserId,
String extension)
Constructor for RenderingContext. |
|
| Method Summary | |
|---|---|
String |
getAttribute(String key)
getAttribute. |
File |
getBasedir()
Getter for the field basedir. |
String |
getExtension()
Getter for the field extension. |
String |
getInputName()
Getter for the field inputName. |
String |
getOutputName()
Getter for the field outputName. |
String |
getParserId()
Getter for the field parserId. |
String |
getRelativePath()
Getter for the field relativePath. |
void |
setAttribute(String key,
String value)
setAttribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderingContext(File basedir,
String document)
Constructor for RenderingContext.
basedir - a File object.document - a String object.
public RenderingContext(File basedir,
String document,
String parserId)
Constructor for RenderingContext.
basedir - a File object.document - a String object.parserId - a String object.
public RenderingContext(File basedir,
String document,
String parserId,
String extension)
Constructor for RenderingContext.
basedir - a File object.document - a String object.parserId - a String object.extension - a String object.| Method Detail |
|---|
public File getBasedir()
Getter for the field basedir.
File object.public String getInputName()
Getter for the field inputName.
String object.public String getOutputName()
Getter for the field outputName.
String object.public String getParserId()
Getter for the field parserId.
String object.public String getRelativePath()
Getter for the field relativePath.
String object.
public void setAttribute(String key,
String value)
setAttribute.
key - a String object.value - a String object.public String getAttribute(String key)
getAttribute.
key - a String object.
String object.public String getExtension()
Getter for the field extension.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||