Uses of Interface
org.abstracthorizon.danube.mvc.View

Packages that use View
org.abstracthorizon.danube.freemarker   
org.abstracthorizon.danube.mvc   
org.abstracthorizon.danube.velocity   
 

Uses of View in org.abstracthorizon.danube.freemarker
 

Classes in org.abstracthorizon.danube.freemarker that implement View
 class FreeMarkerViewAdapter
          This is implementation of View that uses Velocity template engine.
 

Uses of View in org.abstracthorizon.danube.mvc
 

Fields in org.abstracthorizon.danube.mvc declared as View
protected  View MVCConnectionHandler.view
          View renderer
 

Methods in org.abstracthorizon.danube.mvc that return View
 View MVCConnectionHandler.getView()
          Returns view renderer
 

Methods in org.abstracthorizon.danube.mvc with parameters of type View
 void MVCConnectionHandler.setView(View view)
          Sets view renderer
 

Uses of View in org.abstracthorizon.danube.velocity
 

Classes in org.abstracthorizon.danube.velocity that implement View
 class VelocityViewAdapter
           This is implementation of View that uses Velocity template engine.
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.