|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.coyote.NotesManagerImpl
public class NotesManagerImpl
Simple API to handle notes with Request/Response object.
| Constructor Summary | |
|---|---|
NotesManagerImpl()
|
|
| Method Summary | |
|---|---|
Object |
getNote(int key)
Return the note associated with key, |
Object |
removeNote(int key)
Remove the note associated with the key token. |
void |
setNote(int key,
Object value)
Add a note. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotesManagerImpl()
| Method Detail |
|---|
public void setNote(int key,
Object value)
setNote in interface NotesManager<Object>public Object getNote(int key)
getNote in interface NotesManager<Object>public Object removeNote(int key)
removeNote in interface NotesManager<Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||