|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.mock.web.portlet.MockEvent
public class MockEvent
Mock implementation of the Event
interface.
MockEventRequest
Constructor Summary | |
---|---|
MockEvent(QName name)
Create a new MockEvent with the given name. |
|
MockEvent(QName name,
Serializable value)
Create a new MockEvent with the given name and value. |
|
MockEvent(String name)
Create a new MockEvent with the given name. |
|
MockEvent(String name,
Serializable value)
Create a new MockEvent with the given name and value. |
Method Summary | |
---|---|
String |
getName()
|
QName |
getQName()
|
Serializable |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockEvent(QName name)
name
- the name of the eventpublic MockEvent(QName name, Serializable value)
name
- the name of the eventvalue
- the associated payload of the eventpublic MockEvent(String name)
name
- the name of the eventpublic MockEvent(String name, Serializable value)
name
- the name of the eventvalue
- the associated payload of the eventMethod Detail |
---|
public QName getQName()
getQName
in interface Event
public String getName()
getName
in interface Event
public Serializable getValue()
getValue
in interface Event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |