org.apache.turbine.modules
Class Assembler
java.lang.Object
org.apache.turbine.modules.Assembler
- Direct Known Subclasses:
- Action, Layout, Navigation, Page, ScheduledJob, Screen
public abstract class Assembler
- extends Object
This is an interface that defines what an Assembler is. All the
current modules extend off of this class. It is currently empty and
future use is yet to be determined.
- Version:
- $Id: Assembler.java 717934 2008-11-15 21:48:47Z tv $
- Author:
- Dave Bryson, Peter Courcoux
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Assembler
public Assembler()
getRunData
public final RunData getRunData(PipelineData pipelineData)
- This can go once RunData is replaced...
- Parameters:
pipelineData
-
- Returns:
- RunData
getPrefix
public abstract String getPrefix()
- Abstract method to provide the prefix for module related classes and templates
- Returns:
- the prefix
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.