|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.modules.Assembler
public abstract class Assembler
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.
Constructor Summary | |
---|---|
Assembler()
|
Method Summary | |
---|---|
abstract java.lang.String |
getPrefix()
Abstract method to provide the prefix for module related classes and templates |
RunData |
getRunData(PipelineData pipelineData)
This can go once RunData is replaced... |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Assembler()
Method Detail |
---|
public final RunData getRunData(PipelineData pipelineData)
pipelineData
-
public abstract java.lang.String getPrefix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |