| java.lang.Object uk.org.ponder.rsf.renderer.MessageTargetter
MessageTargetter | public class MessageTargetter (Code) | | |
Inner Class :public static class BestTarget | |
targetMessages | public static MessageTargetMap targetMessages(Map branchmap, View view, TargettedMessageList messages, String globalmessagetarget)(Code) | | For each message, find the MOST SPECIFIC message-for component in the tree
claiming to accept it. Search starts at the very root of the tree, with the
most generic target of all with simply the ID "message-for:*".
Parameters: branchmap - A map of UIBranchContainers to XMLLumps, as prepared by pass 1 ofthe renderer. Parameters: view - The view being rendered - used for its component ID map. Parameters: messages - The list of messages to be distributed to message targetcomponents. Parameters: globalmessagetarget - The fullID of the "submitting control" for the previous view. Thiswill form the SECOND LEVEL fallback after all targets in theGLOBAL ROOT have been searched. This should almost always be set. |
|
|