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

Packages that use Layout
org.apache.turbine.modules   
org.apache.turbine.modules.layouts   
 

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 object 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 FreeMarkerLayout
          Deprecated. you should use velocity
 class FreeMarkerSiteLayout
          Deprecated. you should use velocity
 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 velocity
 class VelocityOnlyLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityXslLayout
           
 class WebMacroOnlyLayout
          Deprecated. you should use velocity
 class WebMacroSiteLayout
          Deprecated. you should use velocity
 



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