Uses of Package
org.tinyjee.maven.dim.extensions

Packages that use org.tinyjee.maven.dim.extensions
org.tinyjee.maven.dim.extensions Contains bundled extensions that enhance the functionality of the macro. 
org.tinyjee.maven.dim.utils Contains the shared utility classes. 
 

Classes in org.tinyjee.maven.dim.extensions used by org.tinyjee.maven.dim.extensions
AbstractParameterTransformer
          Implements a base for bundled request parameter transformers.
SelectableMappedJavaEntitiesList
          Implements AbstractSelectableJavaEntitiesList to let it host output from JavaSourceLoader.
 

Classes in org.tinyjee.maven.dim.extensions used by org.tinyjee.maven.dim.utils
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.
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.