Uses of Class
org.apache.turbine.modules.Layout

Packages that use Layout
org.apache.turbine.modules Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view. 
org.apache.turbine.modules.layouts Layout class implementations. 
 

Uses of Layout in org.apache.turbine.modules
 

Methods in org.apache.turbine.modules that return Layout
 Layout LayoutLoader.getInstance(java.lang.String name)
          Pulls out an instance of the Layout by name.
 

Uses of Layout in org.apache.turbine.modules.layouts
 

Subclasses of Layout in org.apache.turbine.modules.layouts
 class DefaultLayout
          Deprecated. The use of ECS for the view is deprecated. Use a templating solution.
 class DirectResponseLayout
          This layout allows an action to manipulate the ServletOutputStream directly.
 class JspLayout
          This Layout module allows JSP templates to be used as layouts.
 class VelocityDirectLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityECSLayout
          Deprecated. you should use VelocityOnlyLayout
 class VelocityOnlyLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityXslLayout
          This Layout module allows Velocity XML templates to be used as layouts.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.