public class RenderingContext extends Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public RenderingContext(File basedir, String document)
Constructor for RenderingContext.
public RenderingContext(File basedir, String document, String parserId)
Constructor for RenderingContext.
public String getOutputName()
Getter for the field outputName
.
String
object.public String getRelativePath()
Getter for the field relativePath
.
String
object.Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.