|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestParameterTransformer | |
---|---|
org.tinyjee.maven.dim | Contains the macro and any additionally defined mojos. |
org.tinyjee.maven.dim.extensions | Contains bundled extensions that enhance the functionality of the macro. |
org.tinyjee.maven.dim.spi | Contains the use- and implementable interfaces. |
org.tinyjee.maven.dim.utils | Contains the shared utility classes. |
Uses of RequestParameterTransformer in org.tinyjee.maven.dim |
---|
Classes in org.tinyjee.maven.dim that implement RequestParameterTransformer | |
---|---|
class |
MacroPresetParameterTransformer
Implements a parameter transformer that can be configured with MacroPresets coming from InitializeMacroMojo . |
Uses of RequestParameterTransformer in org.tinyjee.maven.dim.extensions |
---|
Classes in org.tinyjee.maven.dim.extensions that implement RequestParameterTransformer | |
---|---|
class |
AbstractParameterTransformer
Implements a base for bundled request parameter transformers. |
static class |
DirectoryLoader.AliasHandler
Implements the " DirectoryLoader.PARAM_ALIAS " alias functionality. |
class |
InlineCssParameterTransformer
This extension adds an inline CSS definition to the current page. |
class |
InlineScriptParameterTransformer
This extension adds an inline Script definition to the current page. |
static class |
JavaSourceLoader.AliasHandler
Implements the " JavaSourceLoader.PARAM_ALIAS " alias functionality. |
class |
MessageBoxParameterTransformer
The message box extension is implemented as a RequestParameterTransformer that is triggered when the parameter
"message-box " is set with the macro call. |
static class |
PropertiesLoader.AliasHandler
Implements the " PropertiesLoader.PARAM_ALIAS " alias functionality. |
static class |
ScriptInvoker.AliasHandler
Implements the " ScriptInvoker.PARAM_ALIAS " alias functionality. |
static class |
SvgLoader.AliasHandler
Implements the " SvgLoader.PARAM_ALIAS " alias functionality. |
class |
TabbedPanelParameterTransformer
This extension renders a tabbed panel from document sections (hierarchical headlines in Doxia). |
class |
TableLayoutParameterTransformer
This extension re-arranges selected document sections (hierarchical headlines in Doxia) using a table of columns and rows. |
static class |
XmlLoader.AliasHandler
Implements the " XmlLoader.PARAM_ALIAS " alias functionality. |
Uses of RequestParameterTransformer in org.tinyjee.maven.dim.spi |
---|
Fields in org.tinyjee.maven.dim.spi with type parameters of type RequestParameterTransformer | |
---|---|
static Iterable<RequestParameterTransformer> |
RequestParameterTransformer.TRANSFORMERS
Is an iterable over all transformers within the classpath. |
Uses of RequestParameterTransformer in org.tinyjee.maven.dim.utils |
---|
Classes in org.tinyjee.maven.dim.utils that implement RequestParameterTransformer | |
---|---|
class |
AbstractAliasHandler
Implements an handler that allows the definition of aliases for request parameters. |
static class |
InterfaceScanner.AliasHandler
Deprecated. Implements the " InterfaceScanner.LEGACY_PARAM_ALIAS " alias functionality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |