Uses of Class
org.nuiton.i18n.plugin.AbstractI18nMojo

Packages that use AbstractI18nMojo
org.nuiton.i18n.plugin   
org.nuiton.i18n.plugin.bundle   
org.nuiton.i18n.plugin.parser   
org.nuiton.i18n.plugin.parser.impl   
 

Uses of AbstractI18nMojo in org.nuiton.i18n.plugin
 

Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin
 class GenerateMojo
          Merge new generated i18n bundles with older existing ones.
 class GetterMojo
          Recupere les différents fichiers des parsers en un fichier de proprietes.
 

Uses of AbstractI18nMojo in org.nuiton.i18n.plugin.bundle
 

Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin.bundle
 class AbstractI18nBundleMojo
          Created: 26 déc.
 class AbstractMakeI18nBundleMojo
          Common mojo to all final bundle maker.
 class BundleMojo
          Generate an aggregate i18n bundle for all dependencies of the project.
 class CollectI18nArtifactsMojo
          Detects any i18n artifacts in the dependencies of the project and store their references in a file.
 class TapestryBundleMojo
          Generates a unique bundle for a tapestry application.
 

Uses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser
 

Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser
 class AbstractI18nParserMojo
          Abstract implementation for parsing goal.
 

Uses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser.impl
 

Subclasses of AbstractI18nMojo in org.nuiton.i18n.plugin.parser.impl
 class AbstractParserXmlMojo
          Abstract xml parser mojo.
 class ParserGWTJavaMojo
          To detect from GWT java files new I18n keys, says content of patterns : @Key("XXX") @LocalizableResource.Key("XXX") @com.google.gwt.i18n.client.LocalizableResource.Key("XXX") Note: this goal must always be invoked before the process-resources phase, otherwise all files will be considered as uptodate.
 class ParserJavaMojo
          To parse java files to detect new i18n keys.
 class ParserJspMojo
          Find i18n keys from jsp files.
 class ParserTapestryMojo
          To parse Tapestry templates to detect new I18n keys, says content of patterns : ${message:XXX} and ${format:XXX=...}.
 class ParserValidationMojo
          Find i18n keys from xworks xml validation files.
 class ParserXmlUserMojo
          To obtain i18n keys from xml files using the userRulesFiles (and an optional coreRuleFile if any serves your purpose).
 



Copyright © 2007-2011 CodeLutin. All Rights Reserved.