message
Class MessageConfig

java.lang.Object
  extended bymessage.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").


Field Summary
static java.lang.String DEBUG
           
static java.util.HashMap default_properties
           
static java.lang.String MESSAGE_STORE
           
protected static java.util.Properties props
           
static java.lang.String SESSION_ID_RETRIEVER
           
 
Constructor Summary
MessageConfig()
           
 
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
 

Field Detail

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
Constructor Detail

MessageConfig

public MessageConfig()
Method Detail

getConfigProperty

protected static java.lang.String getConfigProperty(java.lang.String name)

debug

public static boolean debug()