|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventConverter
Convert events from and into strings
| Field Summary | |
|---|---|
static String |
ROLE
|
| Method Summary | |
|---|---|
Event |
decode(String value)
Decode an event This is used to "activate" events using a link |
String |
encode(Event event)
Encode an event. |
void |
finish()
This notifies the converter that an event processing phase ends |
boolean |
isMarshallEvents()
Returns true if events are not to be returned as request parameters |
void |
start()
This notifies the converter that a new event processing phase starts |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
String encode(Event event)
event - The event to encode
Event decode(String value)
value - The string representation created using encode(Event)
void start()
void finish()
boolean isMarshallEvents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||