Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.aendvari.common.notices.NoticeTranslator

Uses of NoticeTranslator in com.aendvari.common.notices
 

Classes in com.aendvari.common.notices that implement NoticeTranslator
 class FormattedNoticeTranslator
          Provides the ability to translate formatted notices into plain text.
 class ResourceNoticeTranslator
          Provides the ability to translate formatted notices into plain text.
 

Methods in com.aendvari.common.notices with parameters of type NoticeTranslator
static void NoticesUtil.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.