org.apache.maven.doxia.module.xhtml.decoration.render
Class RenderingContext
java.lang.Object
org.apache.maven.doxia.module.xhtml.decoration.render.RenderingContext
public class RenderingContext
- extends Object
- Since:
- 1.0
- Version:
- $Id: RenderingContext.java 587277 2007-10-22 22:23:04Z olamy $
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderingContext
public RenderingContext(File basedir,
String document)
RenderingContext
public RenderingContext(File basedir,
String document,
String parserId)
RenderingContext
public RenderingContext(File basedir,
String document,
String parserId,
String extension)
getBasedir
public File getBasedir()
getInputName
public String getInputName()
getOutputName
public String getOutputName()
getParserId
public String getParserId()
getRelativePath
public String getRelativePath()
setAttribute
public void setAttribute(String key,
String value)
getAttribute
public String getAttribute(String key)
getExtension
public String getExtension()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.