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. 
org.apache.turbine.services.assemblerbroker.util.java Factories for the java class based view (all template views). 
org.apache.turbine.services.assemblerbroker.util.python Factory for the python / jython based view. 
 

Uses of Layout in org.apache.turbine.modules
 

Methods in org.apache.turbine.modules that return Layout
 Layout LayoutLoader.getAssembler(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 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 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.
 

Uses of Layout in org.apache.turbine.services.assemblerbroker.util.java
 

Methods in org.apache.turbine.services.assemblerbroker.util.java that return Layout
 Layout JavaLayoutFactory.getAssembler(String name)
          Get an Assembler.
 

Methods in org.apache.turbine.services.assemblerbroker.util.java that return types with arguments of type Layout
 Loader<Layout> JavaLayoutFactory.getLoader()
          Get the loader for this type of assembler
 

Uses of Layout in org.apache.turbine.services.assemblerbroker.util.python
 

Methods in org.apache.turbine.services.assemblerbroker.util.python that return Layout
 Layout PythonLayoutFactory.getAssembler(String name)
          Get an Assembler.
 

Methods in org.apache.turbine.services.assemblerbroker.util.python that return types with arguments of type Layout
 Loader<Layout> PythonLayoutFactory.getLoader()
          Get the loader for this type of assembler
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.