org.apache.maven.doxia.module.xhtml.decoration.render
Class RenderingContext

java.lang.Object
  extended by 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

Constructor Summary
RenderingContext(File basedir, String document)
           
RenderingContext(File basedir, String document, String parserId)
           
RenderingContext(File basedir, String document, String parserId, String extension)
           
 
Method Summary
 String getAttribute(String key)
           
 File getBasedir()
           
 String getExtension()
           
 String getInputName()
           
 String getOutputName()
           
 String getParserId()
           
 String getRelativePath()
           
 void setAttribute(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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-2011 Apache Software Foundation. All Rights Reserved.