| Class | Description |
|---|---|
| AbstractParserXmlMojo |
Abstract xml parser mojo.
|
| AbstractParserXmlMojo.XmlFileParser | |
| 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. |
| ParserGWTJavaMojo.GWTJavaProcessor |
To Extract i18n keys from GWT java files.
|
| ParserJavaMojo |
To parse java files to detect new i18n keys.
|
| ParserJavaMojo.JavaFileParser | |
| ParserJspMojo | Deprecated
since 2.5, hard to maintain jsp as valid xml docs.
|
| ParserJspMojo.JspFileProcessor |
To transform jsp files to valid xml files.
|
| ParserJspMojo.JspFileProcessor.JspAttributeWithTagFilter |
To remove in attributes any sub tags inside it (used for example in
struts) from jsp files.
|
| ParserStruts2Mojo |
To parse struts2 jsp and obtain all keys.
|
| ParserStruts2Mojo.Struts2JspFileParser | |
| ParserTapestryMojo | Deprecated
since 2.5, Not very usefull, since not very efficient, will be removed soon.
|
| ParserTapestryMojo.TapestryFileProcessor |
To Extract i18n keys from tapestry template files.
|
| ParserValidationMojo |
Find i18n keys from xworks xml validation files.
|
| ParserXmlUserMojo |
To obtain i18n keys from xml files using the
userRulesFiles (and
an optional coreRuleFile if any serves your purpose). |
| ProcessorHelper |
Helper of processor api.
|
| ProcessorHelper.AbstractParserProcessor |
Abstract processor to be used with some smooth logic...
|
Copyright © 2007-2012 CodeLutin. All Rights Reserved.