|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Translator | |
---|---|
com.ehsbe.commons.action |
Uses of Translator in com.ehsbe.commons.action |
---|
Methods in com.ehsbe.commons.action with parameters of type Translator | |
---|---|
static void |
ActionFactory.load(StreamSource src,
Translator i18n,
String resPath,
HashMap<String,Action> actionMap,
HashMap<String,List<Object>> actionLists)
Read a action set from the given stream source. |
static String |
ActionFactory.parseAction(XMLStreamReader reader,
Translator i18n,
String resPath,
HashMap<String,Action> actionMap)
Parse an <action ... |
static String |
ActionFactory.parseComposite(XMLStreamReader reader,
Translator i18n,
String resPath,
HashMap<String,Action> actionMap)
Parse a <composite ... |
static String |
ActionFactory.parseList(XMLStreamReader reader,
Translator i18n,
String resPath,
HashMap<String,Action> actionMap,
HashMap<String,List<Object>> listMap)
Parse a <list ... |
static String |
ActionFactory.translate(String id,
String attr,
String val,
Translator i18n,
boolean selected)
Try to i18n the given value. |
Constructors in com.ehsbe.commons.action with parameters of type Translator | |
---|---|
ActionManager(StreamSource src,
Translator i18n,
String resPath)
Convinience constructor. |
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |