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.
 

Methods in org.apache.turbine.modules with parameters of type Layout
private  void LayoutLoader.addInstance(java.lang.String name, Layout layout)
          Adds an instance of an object into the hashtable.
 

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

Subclasses of Layout in org.apache.turbine.modules.layouts
 class DefaultLayout
          This is an example Layout module that is executed by default.
 class JspLayout
          This Layout module allows JSP templates to be used as layouts.
 class VelocityECSLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityOnlyLayout
          This Layout module allows Velocity templates to be used as layouts.
 class VelocityXslLayout
           
 class WebMacroOnlyLayout
          WebMacroSiteLayout Screen.
 class WebMacroSiteLayout
          This Layout module allows WebMacro templates to be used as layouts.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.