Uses of Interface
org.apache.turbine.modules.Layout
-
Packages that use Layout Package Description 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.layouts
Classes in org.apache.turbine.modules.layouts that implement Layout Modifier and Type Class Description classDirectResponseLayoutThis layout allows an action to manipulate the ServletOutputStream directly.classJspLayoutThis Layout module allows JSP templates to be used as layouts.classVelocityCachedLayoutThis Layout module is Turbine 2.3.3 VelocityDirectLayout (same package) with methods added forPipelineData.classVelocityDirectLayoutThis Layout module allows Velocity templates to be used as layouts.classVelocityLayoutThis Layout module allows Velocity templates to be used as layouts.classVelocityOnlyLayoutThis Layout module allows Velocity templates to be used as layouts.classVelocityXslLayoutThis 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 Modifier and Type Method Description LayoutJavaLayoutFactory. getAssembler(String name)Get an Assembler.Methods in org.apache.turbine.services.assemblerbroker.util.java that return types with arguments of type Layout Modifier and Type Method Description Loader<Layout>JavaLayoutFactory. getLoader()Get the loader for this type of assemblerClass<Layout>JavaLayoutFactory. getManagedClass()Get the class of this assembler -
Uses of Layout in org.apache.turbine.services.assemblerbroker.util.python
Methods in org.apache.turbine.services.assemblerbroker.util.python that return Layout Modifier and Type Method Description LayoutPythonLayoutFactory. getAssembler(String name)Get an Assembler.Methods in org.apache.turbine.services.assemblerbroker.util.python that return types with arguments of type Layout Modifier and Type Method Description Loader<Layout>PythonLayoutFactory. getLoader()Get the loader for this type of assemblerClass<Layout>PythonLayoutFactory. getManagedClass()Get the class of this assembler
-