FileDocCategorySizeDatePackage
NotesManager.javaAPI DocGlassfish v2 API2473Fri May 04 22:32:42 BST 2007org.apache.coyote

NotesManager

public interface NotesManager
Simple API used to implement notes support in Request/Response object.
author
Jeanfrancois Arcand

Fields Summary
Constructors Summary
Methods Summary
public EgetNote(int key)
Return the note associated with key,

public EremoveNote(int key)
Remove the note associated with the key token.

public voidsetNote(int key, E value)
Add a note.