org.apache.myfaces.extensions.cdi.message.api.payload
Class InternalMessage

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.message.api.payload.AbstractMessagePayload
      extended by org.apache.myfaces.extensions.cdi.message.api.payload.InternalMessage
All Implemented Interfaces:
Serializable, MessagePayload

public final class InternalMessage
extends AbstractMessagePayload

marker to indicate that a message shouldn't be displayed e.g. to the user

Author:
Gerhard Petracek
See Also:
Serialized Form

Field Summary
static InternalMessage PAYLOAD
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.extensions.cdi.message.api.payload.AbstractMessagePayload
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAYLOAD

public static final InternalMessage PAYLOAD


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.