|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ notices overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.common.notices
Class NoticesUtil

java.lang.Objectcom.aendvari.common.notices.NoticesUtil
- public class NoticesUtil
- extends java.lang.Object
Provides various utility methods for the notice classes.
| Constructor Summary | |
NoticesUtil()
|
|
| Method Summary | |
static void |
noticesToModel(Notices notices,
NoticeTranslator translator,
com.aendvari.common.model.ModelNode modelNode,
java.lang.String path,
boolean recursive)
Extracts all the notices in their translated form into the given com.aendvari.common.model.ModelNode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
NoticesUtil
public NoticesUtil()
| Method Detail |
noticesToModel
public static void noticesToModel(Notices notices, NoticeTranslator translator, com.aendvari.common.model.ModelNode modelNode, java.lang.String path, boolean recursive)
Extracts all the notices in their translated form into the given com.aendvari.common.model.ModelNode.
The form in which the notices will placed is:
<notice>this is notice 1</notice> <notice>this is notice 2</notice> <notice>this is notice 3</notice>
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ notices overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.common.notices.NoticesUtil