NotesManagerpublic interface NotesManager Simple API used to implement notes support in Request/Response object. |
Methods Summary |
---|
public E | getNote(int key)Return the note associated with key,
| public E | removeNote(int key)Remove the note associated with the key token.
| public void | setNote(int key, E value)Add a note.
|
|