A C E F G H I L M N O P R S T

A

addInputMapping(String, String, MessageBoxKey) - Method in interface message.MessageCentre
Set a portlet message key => message box mapping.
addInputMapping(MessageBoxKey, MessageBoxKey) - Method in interface message.MessageCentre
 
addInputMapping(String, String, MessageBoxKey) - Method in class message.MessageCentreImpl
Set a portlet message key => message box mapping.
addInputMapping(MessageBoxKey, MessageBoxKey) - Method in class message.MessageCentreImpl
 
addOutputMapping(String, String, MessageBoxKey) - Method in interface message.MessageCentre
Add a portlet message key => message box mapping.
addOutputMapping(MessageBoxKey, MessageBoxKey) - Method in interface message.MessageCentre
 
addOutputMapping(String, String, MessageBoxKey) - Method in class message.MessageCentreImpl
Add a portlet message key => message box mapping.
addOutputMapping(MessageBoxKey, MessageBoxKey) - Method in class message.MessageCentreImpl
 

C

clearPrefs(PortletPreferences) - Static method in class message.MessageHelper
 
compareTo(Object) - Method in class message.MessageBoxKey
 

E

equals(Object) - Method in class message.MessageBoxKey
 

F

findInputSource(String, String) - Method in interface message.MessageCentre
Get the key of the source message box for this portletID+name combination.
findInputSource(MessageBoxKey) - Method in interface message.MessageCentre
 
findInputSource(String, String) - Method in class message.MessageCentreImpl
Get the key of the source message box for this portletID+name combination.
findInputSource(MessageBoxKey) - Method in class message.MessageCentreImpl
 
findOutputTargets(String, String) - Method in interface message.MessageCentre
This will always return a Set which contains at least a key for a message box corresponding to the provided portletID+name (it always outputs to itself as well as any other registered mappings)
findOutputTargets(MessageBoxKey) - Method in interface message.MessageCentre
 
findOutputTargets(String, String) - Method in class message.MessageCentreImpl
This will always return a Set which contains at least a key for a message box corresponding to the provided portletID+name (it always outputs to itself as well as any other registered mappings)
findOutputTargets(MessageBoxKey) - Method in class message.MessageCentreImpl
 
formString() - Method in class message.MessageBoxKey
 

G

get(String, String) - Method in interface message.MessageCentre
Get message for this portletID+name combination.
get(MessageBoxKey) - Method in interface message.MessageCentre
Get message from this message box.
get(String, String) - Method in class message.MessageCentreImpl
Get message for this portletID+name combination.
get(MessageBoxKey) - Method in class message.MessageCentreImpl
Get message from this message box.
get(String) - Method in class message.MessageHelper
Get message.
getAllInputKeys() - Method in interface message.MessageCentre
 
getAllInputKeys() - Method in class message.MessageCentreImpl
 
getAllOutputKeys() - Method in interface message.MessageCentre
 
getAllOutputKeys() - Method in class message.MessageCentreImpl
 
getAsString(String) - Method in class message.MessageHelper
Get message as String.
getBoxes() - Method in interface message.MessageCentre
 
getBoxes() - Method in class message.MessageCentreImpl
 
getInputKeys(String) - Method in interface message.MessageCentre
 
getInputKeys(String) - Method in class message.MessageCentreImpl
 
getKeysWithNamespace(Collection, String) - Method in class message.MessageCentreImpl
 
getLoadedPrefs(PortletSession) - Static method in class message.MessageHelper
 
getMessageCentre(PortletSession) - Static method in class message.MessageHelper
 
getName() - Method in class message.MessageBoxKey
 
getNamespace() - Method in class message.MessageBoxKey
 
getOutputKeys(String) - Method in interface message.MessageCentre
 
getOutputKeys(String) - Method in class message.MessageCentreImpl
 
getPortletID(PortletSession) - Static method in class message.MessageHelper
Utility: get (and set, if not yet present) a unique ID for this portlet instance, stored in the session.
getPublicBoxKeys() - Method in interface message.MessageCentre
 
getPublicBoxKeys() - Method in class message.MessageCentreImpl
 

H

hashCode() - Method in class message.MessageBoxKey
 

I

INPUT - Static variable in interface message.MessageConstants
 
inputKeyMap - Variable in class message.MessageCentreImpl
 
isLocal() - Method in class message.MessageBoxKey
 

L

loadPrefs(PortletRequest, String) - Static method in class message.MessageHelper
Loads portlet preferences for message mappings into the session, if this has not already been done (checked using loadedPrefs).
loadedPrefs(PortletSession, String) - Static method in class message.MessageHelper
 
local - Variable in class message.MessageBoxKey
 

M

MSG - Static variable in class message.MessageUtils
 
MSG_LOADED - Static variable in interface message.MessageConstants
 
MSG_PORTLET_ID - Static variable in interface message.MessageConstants
 
MSG_SESSION_KEY - Static variable in interface message.MessageConstants
 
MessageBoxKey - class message.MessageBoxKey.
This is the identifier for a message box.
MessageBoxKey(String) - Constructor for class message.MessageBoxKey
 
MessageBoxKey(String, String) - Constructor for class message.MessageBoxKey
 
MessageBoxKey(String, String, boolean) - Constructor for class message.MessageBoxKey
 
MessageCentre - interface message.MessageCentre.
Storage and retrieval of portlet message mappings, and the messages.
MessageCentreImpl - class message.MessageCentreImpl.
Storage and retrieval of portlet message mappings, and the messages.
MessageCentreImpl() - Constructor for class message.MessageCentreImpl
 
MessageConstants - interface message.MessageConstants.
 
MessageHelper - class message.MessageHelper.
This is intended as the main interface between portlet code and the messaging system.
MessageHelper(PortletSession, String) - Constructor for class message.MessageHelper
 
MessageUtils - class message.MessageUtils.
Some functions for use with the dynamic mapping form.
MessageUtils() - Constructor for class message.MessageUtils
 
message - package message
 
msgBoxes - Variable in class message.MessageCentreImpl
 
msgCentre - Variable in class message.MessageHelper
 

N

NS_LOCAL - Static variable in interface message.MessageConstants
 
name - Variable in class message.MessageBoxKey
 
namespace - Variable in class message.MessageBoxKey
 

O

OUTPUT - Static variable in interface message.MessageConstants
 
outputKeyMap - Variable in class message.MessageCentreImpl
 

P

PREF_IN_PREFIX - Static variable in interface message.MessageConstants
 
PREF_NAME - Static variable in interface message.MessageConstants
 
PREF_OUT_PREFIX - Static variable in interface message.MessageConstants
 
PREF_PUBLISHNAME - Static variable in interface message.MessageConstants
 
PREF_PUBLISHNS - Static variable in interface message.MessageConstants
 
PREF_SOURCENAME - Static variable in interface message.MessageConstants
 
PREF_SOURCENS - Static variable in interface message.MessageConstants
 
parseFormString(String) - Static method in class message.MessageBoxKey
 
portletID - Variable in class message.MessageHelper
 
prepareMappingForm(PortletRequest, String) - Static method in class message.MessageUtils
To be called in doEdit.
processMappingForm(ActionRequest, ActionResponse, String) - Static method in class message.MessageUtils
To be called in processAction when the edit_mappings.jsp form has been submitted.

R

removeAllOutputMappings(MessageBoxKey) - Method in interface message.MessageCentre
 
removeAllOutputMappings(MessageBoxKey) - Method in class message.MessageCentreImpl
 
removeInputMapping(String, String) - Method in interface message.MessageCentre
Remove a message key => message box mapping.
removeInputMapping(String, String) - Method in class message.MessageCentreImpl
Remove a message key => message box mapping.

S

savePrefs(PortletRequest, String) - Static method in class message.MessageHelper
 
send(String, String, Object) - Method in interface message.MessageCentre
Send message to this portletID+name combination.
send(Set, Object) - Method in interface message.MessageCentre
Send message to these message boxes.
send(String, String, Object) - Method in class message.MessageCentreImpl
Send message to this portletID+name combination.
send(Set, Object) - Method in class message.MessageCentreImpl
Send message to these message boxes.
send(String, Object) - Method in class message.MessageHelper
Send message.
setLoadedPrefs(PortletSession, String, boolean) - Static method in class message.MessageHelper
Sets a marker for whether or not the message mappings in the specified portlet's preferences have been loaded into the session.
setLocalNamespace(String) - Method in class message.MessageBoxKey
 
setName(String) - Method in class message.MessageBoxKey
 
setNamespace(String) - Method in class message.MessageBoxKey
 

T

toString() - Method in class message.MessageBoxKey
 

A C E F G H I L M N O P R S T