Uses of Interface
rendsite.engine.PropertiesGeneralContext

Packages that use PropertiesGeneralContext
rendsite.engine   
rendsite.renderer   
 

Uses of PropertiesGeneralContext in rendsite.engine
 

Classes in rendsite.engine that implement PropertiesGeneralContext
 class PropertiesContext
          Context for the stored properties.
 

Uses of PropertiesGeneralContext in rendsite.renderer
 

Fields in rendsite.renderer declared as PropertiesGeneralContext
protected  PropertiesGeneralContext Renderer.pcontext
          The general properties context.
 

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

Constructors in rendsite.renderer with parameters of type PropertiesGeneralContext
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.