public class SystemActionBehaviorHandler extends GenericTagHandler
AbstractTagHandler.NodeFilter| Constructor and Description |
|---|
SystemActionBehaviorHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
handleAmxEvent(Node node,
String attributeName,
Object newAttributeValue,
String eventName,
AMXEvent event)
Allows tag handlers to implement behaviors for when an AMX event has been generated for a node.
|
isRenderedAttributeSupportedinitializeNodeattributesAffected, getAttributeValueToSerialize, getOrderedStampKeys, handleAmxEvent, nodeRemoved, shouldSerializeAttribute, shouldSerializeNode, supportsProviderChangeEvents, validatepublic String handleAmxEvent(Node node, String attributeName, Object newAttributeValue, String eventName, AMXEvent event)
TagHandlerhandleAmxEvent in class TagHandlernode - the nodeattributeName - the attribute if a new value is being assigned or nullnewAttributeValue - the new value of the attribute if the attribute name is not nulleventName - the name of the eventevent - the event object