org.barracudamvc.core.comp.renderer
Interface RendererFactory


public interface RendererFactory

This interface defines the methods needed to implement a RendererFactory. The job of the factory is to return an instance of the Renderer.


Method Summary
 Renderer getInstance()
           
 

Method Detail

getInstance

public Renderer getInstance()


Copyright © 2004 BarracudaMVC.org All Rights Reserved.