Uses of Class
rendsite.engine.RenderingContext

Packages that use RenderingContext
rendsite.engine   
rendsite.renderer   
 

Uses of RenderingContext in rendsite.engine
 

Methods in rendsite.engine with parameters of type RenderingContext
 void Engine.run(RendsiteConfiguration configuration, Processor processor, FileContext fcontext, PropertiesContext pcontext, RenderingContext rcontext, Node_Directory startDirectory)
          Run.
 

Constructors in rendsite.engine with parameters of type RenderingContext
Processor(FileContext fcontext, RenderingContext rcontext, PropertiesContext pcontext, RendsiteConfiguration configuration)
          Create the processor.
 

Uses of RenderingContext in rendsite.renderer
 

Fields in rendsite.renderer declared as RenderingContext
protected  RenderingContext Renderer.rcontext
          The rendering context.
 

Methods in rendsite.renderer with parameters of type RenderingContext
 Renderer RendererCatalog.getRenderer(java.lang.String name, RenderingContext rcontext, PropertiesGeneralContext pcontext)
          Get a renderer by name.
 

Constructors in rendsite.renderer with parameters of type RenderingContext
Renderer_Default(RenderingContext rcontext, PropertiesGeneralContext pcontext)
          Construct a renderer.
Renderer_Templatev1_MAIN(RenderingContext rcontext, PropertiesGeneralContext pcontext)
          Construct a renderer.
Renderer_Templatev1_SOURCE(RenderingContext rcontext, PropertiesGeneralContext pcontext)
          Construct a renderer.
Renderer_Templatev1(RenderingContext rcontext, PropertiesGeneralContext pcontext)
          Construct a renderer.
Renderer(RenderingContext rcontext, PropertiesGeneralContext pcontext)
          Construct a renderer.
 



rendsite.