|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.util.Messages
public class Messages
Handles internal properties files.
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright notice. |
static java.lang.String |
DESTROYED_ACCESS_PERMISSION
Information message. |
static java.lang.String |
DESTROYED_CONNECTION_MANAGER
Information message. |
static java.lang.String |
INSTANTIATED_ACCESS_PERMISSION
Information message. |
static java.lang.String |
INSTANTIATED_CONNECTION_MANAGER
Information message. |
static java.lang.String |
INSTANTIATED_CONNECTION_POOL
Information message. |
static java.lang.String |
NO_PAJE_FACTORY_SET
Message key for when a Paje is requested from PajeServlet.createPaje(javax.servlet.http.HttpServletRequest) but no PajeFactory has been defined. |
static java.lang.String |
RELEASE
Release level. |
| Method Summary | |
|---|---|
static java.lang.String |
getString(java.lang.String messageKey)
Retrieves the specified message. |
static java.lang.String |
getString(java.lang.String messageKey,
java.lang.String[] arguments)
Retrieves the specified message and applies the specified arguments to return the formatted text. |
static java.lang.String |
makeMessageText(java.util.ResourceBundle bundle,
java.lang.String messageKey,
java.lang.String[] arguments)
Retrieves the specified message from the specified ResourceBundle and applies the specified arguments to return the formatted text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DESTROYED_ACCESS_PERMISSION
public static final java.lang.String DESTROYED_CONNECTION_MANAGER
public static final java.lang.String INSTANTIATED_ACCESS_PERMISSION
public static final java.lang.String INSTANTIATED_CONNECTION_MANAGER
public static final java.lang.String INSTANTIATED_CONNECTION_POOL
public static final java.lang.String NO_PAJE_FACTORY_SET
PajeServlet.createPaje(javax.servlet.http.HttpServletRequest) but no PajeFactory has been defined.
public static final java.lang.String COPYRIGHT
public static final java.lang.String RELEASE
| Method Detail |
|---|
public static java.lang.String getString(java.lang.String messageKey)
messageKey - the key from which the actual exception message will be
located.
public static java.lang.String getString(java.lang.String messageKey,
java.lang.String[] arguments)
messageKey - the key from which the actual exception message will be
located.arguments - any arguments to be passed to create the complete message.
public static java.lang.String makeMessageText(java.util.ResourceBundle bundle,
java.lang.String messageKey,
java.lang.String[] arguments)
bundle - the ResourceBundle within which the message key will be found.messageKey - the key from which the actual exception message will be
located.arguments - any arguments to be passed to create the complete message.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||