|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
org.apache.ode.utils.msg.MessageBundle
org.apache.ode.bpel.common.Messages
public class Messages
Human-readable messages for the common classes.
Field Summary |
---|
Fields inherited from class java.util.ResourceBundle |
---|
parent |
Constructor Summary | |
---|---|
Messages()
|
Method Summary | |
---|---|
java.lang.String |
msgISODateParseErr(java.lang.String filterKey,
java.lang.String restriction)
The restriction for filter "{0}" must follow the ISO-8601 date or date/time standard (yyyyMMddhhmmss); "{1}" does not follow this form. |
java.lang.String |
msgUnrecognizedFilterKey(java.lang.String filterKey,
java.util.Collection<java.lang.String> filterKeys)
The filter "{0}" is not recognized; try one of {1}. |
Methods inherited from class org.apache.ode.utils.msg.MessageBundle |
---|
format, format, getKeys, getMessages, getMessages, handleGetObject, todo |
Methods inherited from class java.util.ResourceBundle |
---|
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Messages()
Method Detail |
---|
public java.lang.String msgUnrecognizedFilterKey(java.lang.String filterKey, java.util.Collection<java.lang.String> filterKeys)
public java.lang.String msgISODateParseErr(java.lang.String filterKey, java.lang.String restriction)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |