org.exoplatform.services.wsrp2.utils
Class Events

java.lang.Object
  extended by org.exoplatform.services.wsrp2.utils.Events
All Implemented Interfaces:
Serializable

public class Events
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _eventHandlingFailed
           
static String _newNavigationalContextScope
           
static Events eventHandlingFailed
           
static Events newNavigationalContextScope
           
 
Constructor Summary
protected Events(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static Events fromString(String value)
           
static Events fromValue(String value)
           
static Events getJsrEventFromWsrpEvent(javax.portlet.Event event)
           
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_eventHandlingFailed

public static final String _eventHandlingFailed
See Also:
Constant Field Values

_newNavigationalContextScope

public static final String _newNavigationalContextScope
See Also:
Constant Field Values

eventHandlingFailed

public static final Events eventHandlingFailed

newNavigationalContextScope

public static final Events newNavigationalContextScope
Constructor Detail

Events

protected Events(String value)
Method Detail

getValue

public String getValue()

fromValue

public static Events fromValue(String value)

fromString

public static Events fromString(String value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getJsrEventFromWsrpEvent

public static Events getJsrEventFromWsrpEvent(javax.portlet.Event event)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.