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

Quick Search    Search Deep
A C F G L N R S T V

A

addNotice(String, String, Notice) - Method in class com.aendvari.common.notices.Notices
Add a Notice object with the specified name at the given path.
addNotice(String, Notice) - Method in class com.aendvari.common.notices.Notices
Add a Notice object at the given path.

C

com.aendvari.common.notices - package com.aendvari.common.notices
 

F

FormattedNoticeTranslator - class com.aendvari.common.notices.FormattedNoticeTranslator.
Provides the ability to translate formatted notices into plain text.
FormattedNoticeTranslator(Locale) - Constructor for class com.aendvari.common.notices.FormattedNoticeTranslator
Constructs a FormattedNoticeTranslator.
FormattedNoticeTranslator() - Constructor for class com.aendvari.common.notices.FormattedNoticeTranslator
Constructs a FormattedNoticeTranslator.

G

getNotice() - Method in class com.aendvari.common.notices.Notice
Gets the text for this notice.
getNotices(String, boolean) - Method in class com.aendvari.common.notices.Notices
Retrieve a Collection of Notice objects found at the given path.
getNotices(String) - Method in class com.aendvari.common.notices.Notices
Retrieve a Collection of Notice objects found at the given path.
getNotices(Collection, Collection, boolean) - Method in class com.aendvari.common.notices.Notices
Retrieve a Collection of Notice objects found at the given path.
getValues() - Method in class com.aendvari.common.notices.Notice
Gets the replacement values for this notice.

L

locale - Variable in class com.aendvari.common.notices.FormattedNoticeTranslator
The Locale to use for translation.

N

Notice - class com.aendvari.common.notices.Notice.
Represents a single notice sent from various places.
Notice(String) - Constructor for class com.aendvari.common.notices.Notice
Constructs a notice with no replacement values.
Notice(String, Object) - Constructor for class com.aendvari.common.notices.Notice
Constructs a notice with the specified replacement values.
Notice(String, Object, Object) - Constructor for class com.aendvari.common.notices.Notice
Constructs a notice with the specified replacement values.
Notice(String, Object, Object, Object) - Constructor for class com.aendvari.common.notices.Notice
Constructs a notice with the specified replacement values.
Notice(String, Object, Object, Object, Object) - Constructor for class com.aendvari.common.notices.Notice
Constructs a notice with the specified replacement values.
NoticeTranslator - interface com.aendvari.common.notices.NoticeTranslator.
Defines an interface for the translation of Notice objects into text.
Notices - class com.aendvari.common.notices.Notices.
Provides a container for a hierarchy of notices.
Notices() - Constructor for class com.aendvari.common.notices.Notices
Constructs a Notices instance.
NoticesUtil - class com.aendvari.common.notices.NoticesUtil.
Provides various utility methods for the notice classes.
NoticesUtil() - Constructor for class com.aendvari.common.notices.NoticesUtil
 
notice - Variable in class com.aendvari.common.notices.Notice
The raw notice text.
notices - Variable in class com.aendvari.common.notices.Notices
The OSM for holding all notices.
noticesToModel(Notices, NoticeTranslator, ModelNode, String, boolean) - Static method in class com.aendvari.common.notices.NoticesUtil
Extracts all the notices in their translated form into the given com.aendvari.common.model.ModelNode.

R

ResourceNoticeTranslator - class com.aendvari.common.notices.ResourceNoticeTranslator.
Provides the ability to translate formatted notices into plain text.
ResourceNoticeTranslator(String) - Constructor for class com.aendvari.common.notices.ResourceNoticeTranslator
Constructs a ResourceNoticeTranslator with a default locale.
ResourceNoticeTranslator(String, Locale) - Constructor for class com.aendvari.common.notices.ResourceNoticeTranslator
Constructs a ResourceNoticeTranslator with the given resource.
removeNotices(String, boolean) - Method in class com.aendvari.common.notices.Notices
Removes all Notice objects found at the given path.
removeNotices(String) - Method in class com.aendvari.common.notices.Notices
Removes all Notice objects found at the given path.
removeNotices(Collection, boolean) - Method in class com.aendvari.common.notices.Notices
Removes all Notice objects found at the given path.
resourceBundle - Variable in class com.aendvari.common.notices.ResourceNoticeTranslator
The resource bundle to use for parsing notices.

S

setValues(Object, Object, Object, Object) - Method in class com.aendvari.common.notices.Notice
Sets the replacement values for this notice.

T

translate(Notice) - Method in class com.aendvari.common.notices.FormattedNoticeTranslator
Translates a single notice.
translate(Collection) - Method in class com.aendvari.common.notices.FormattedNoticeTranslator
Translates a Collection of notices.
translate(Notice[]) - Method in class com.aendvari.common.notices.FormattedNoticeTranslator
Translates an array of notices.
translate(Notice) - Method in interface com.aendvari.common.notices.NoticeTranslator
Translates a single notice.
translate(Collection) - Method in interface com.aendvari.common.notices.NoticeTranslator
Translates a Collection of notices.
translate(Notice[]) - Method in interface com.aendvari.common.notices.NoticeTranslator
Translates an array of notices.
translate(Notice) - Method in class com.aendvari.common.notices.ResourceNoticeTranslator
Translates a single notice.
translate(Collection) - Method in class com.aendvari.common.notices.ResourceNoticeTranslator
Translates a Collection of notices.
translate(Notice[]) - Method in class com.aendvari.common.notices.ResourceNoticeTranslator
Translates an array of notices.

V

values - Variable in class com.aendvari.common.notices.Notice
The replacement values for this notice.

A C F G L N R S T V