Package de.espirit.firstspirit.generate
package de.espirit.firstspirit.generate
-
ClassDescriptionA content processor can alter or transform the produced content during the generation process.
During generation the usage of a content processor instance comprises three steps: The methodContentProcessor.init(de.espirit.firstspirit.access.GenerationContext,java.io.OutputStream)
is called. A writer is requested where the content is directed to (ContentProcessor.getWriter()
). The end of the content stream is signaled by a call toContentProcessor.finish()
.Callback interface to produce file and path names used for storage in the file system.With a path lookup you couldlookup
predefined paths for nodes.Replacement for the FirstSpirit v4 interfaceUrlCreator
.Factory to transform a legacyUrlCreator
implementation into a newUrlCreator
instance.The different flavours an url can be created in.Specification container for url creator.Factory producing URLs formedia
andcontent producers
.Context to be given to theUrlFactory
.