|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSource | |
---|---|
org.tinyjee.maven.dim.sources | Contains the source loading & template execution logic. |
org.tinyjee.maven.dim.spi | Contains the use- and implementable interfaces. |
Uses of AbstractSource in org.tinyjee.maven.dim.sources |
---|
Subclasses of AbstractSource in org.tinyjee.maven.dim.sources | |
---|---|
class |
AbstractBufferedSource
Base class for source implementations that buffer (generated) content in memory. |
class |
SourceClassAdapter
Adapts a source class to the source interface. |
class |
TemplateSource
Wraps a source content that contains a velocity template and executes it on using the Source interfaces. |
class |
UrlSource
Wraps the logic of translating a source URL to the Source interface. |
Uses of AbstractSource in org.tinyjee.maven.dim.spi |
---|
Subclasses of AbstractSource in org.tinyjee.maven.dim.spi | |
---|---|
class |
FixedContentSource
Implements a Source that returns fixed content. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |