message
Class MessageConfig
java.lang.Object
message.MessageConfig
- public class MessageConfig
- extends java.lang.Object
Access to messaging configuration: message.PortletMessaging.properties
You can define classes to use for the MessageStore ("message.store"), and
SessionIDRetriever ("session.id.retriever").
Method Summary |
static boolean |
debug()
|
protected static java.lang.String |
getConfigProperty(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static java.lang.String DEBUG
MESSAGE_STORE
public static java.lang.String MESSAGE_STORE
SESSION_ID_RETRIEVER
public static java.lang.String SESSION_ID_RETRIEVER
default_properties
public static java.util.HashMap default_properties
props
protected static java.util.Properties props
MessageConfig
public MessageConfig()
getConfigProperty
protected static java.lang.String getConfigProperty(java.lang.String name)
debug
public static boolean debug()