Package org.tinyjee.maven.dim.extensions

Contains bundled extensions that enhance the functionality of the macro.

See:
          Description

Interface Summary
JavaSourceLoader.Selector Defines a selector that can be used to access additional entities that relate to the loaded java class.
 

Class Summary
AbstractParameterTransformer Implements a base for bundled request parameter transformers.
DirectoryLoader DirectoryLoader is a 'source-class' compatible helper class that can scan and load files from the given source directories.
DirectoryLoader.AliasHandler Implements the "DirectoryLoader.PARAM_ALIAS" alias functionality.
GraphLoader Loads a graph using the JUNG or JGRAPH and renders it as PNG or SVG.
ImageLoader TODO: Describe Class
InlineCssParameterTransformer This extension adds an inline CSS definition to the current page.
InlineScriptParameterTransformer This extension adds an inline Script definition to the current page.
JavaDocTagsHandler Implements a handler that can process javadoc comments and replace tags with XHTML markup.
JavaSourceLoader JavaSourceLoader is a 'source-class' compatible helper class that loads a java class (at source level including JavaDoc) and makes the class details available to velocity templates.
JavaSourceLoader.AliasHandler Implements the "JavaSourceLoader.PARAM_ALIAS" alias functionality.
MessageBoxParameterTransformer The message box extension is implemented as a RequestParameterTransformer that is triggered when the parameter "message-box" is set with the macro call.
PropertiesLoader PropertiesLoader is a 'source-class' compatible helper class that can load a properties file and add or overwrite the request properties by the properties contained in the file.
PropertiesLoader.AliasHandler Implements the "PropertiesLoader.PARAM_ALIAS" alias functionality.
ScriptExecutorJSR223 Implements the JSR-223 bindings.
ScriptInvoker ScriptInvoker is a 'source-class' compatible helper class providing a runtime environment that allows to load and execute script code using the JSR-223 interface (scripting for java).
ScriptInvoker.AliasHandler Implements the "ScriptInvoker.PARAM_ALIAS" alias functionality.
SelectableMappedJavaEntitiesList Implements AbstractSelectableJavaEntitiesList to let it host output from JavaSourceLoader.
SvgLoader SvgLoader is a 'source-class' compatible helper class that can load and transform SVG content and include it either directly or rendered as PNG.
SvgLoader.AliasHandler Implements the "SvgLoader.PARAM_ALIAS" alias functionality.
TabbedPanelParameterTransformer This extension renders a tabbed panel from document sections (hierarchical headlines in Doxia).
TableLayoutParameterTransformer This extension re-arranges selected document sections (hierarchical headlines in Doxia) using a table of columns and rows.
XmlLoader XmlLoader is a 'source-class' compatible helper class that can load and transform XML/JSON content and provide XPath and DOM oriented access to the document elements when used in combination with a velocity template.
XmlLoader.AliasHandler Implements the "XmlLoader.PARAM_ALIAS" alias functionality.
 

Package org.tinyjee.maven.dim.extensions Description

Contains bundled extensions that enhance the functionality of the macro.