org.kuali.rice.ken.util
Class NotificationConstants.XML_MESSAGE_CONSTANTS

java.lang.Object
  extended by org.kuali.rice.ken.util.NotificationConstants.XML_MESSAGE_CONSTANTS
Enclosing class:
NotificationConstants

public static final class NotificationConstants.XML_MESSAGE_CONSTANTS
extends Object

This inner class holds contants that are used for parsing and resolving of content inside of the XML message format that represents a notification request.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static String CONTENT_CLOSE
           
static String CONTENT_EVENT_OPEN
           
static String CONTENT_SIMPLE_OPEN
           
static String MESSAGE_CLOSE
           
static String MESSAGE_OPEN
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_OPEN

public static final String MESSAGE_OPEN
See Also:
Constant Field Values

MESSAGE_CLOSE

public static final String MESSAGE_CLOSE
See Also:
Constant Field Values

CONTENT_SIMPLE_OPEN

public static final String CONTENT_SIMPLE_OPEN
See Also:
Constant Field Values

CONTENT_EVENT_OPEN

public static final String CONTENT_EVENT_OPEN
See Also:
Constant Field Values

CONTENT_CLOSE

public static final String CONTENT_CLOSE
See Also:
Constant Field Values


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.