Public Class Methods : SstHttpServlet

* requestMap
	"ACTION
		Answer a mapping from HTTP request command (<String>) to Smalltalk 
		method selector (<Symbol>).  This mapping is used when determining 
		how to invoke a servlet.  This should be redefined on a servlet class 
		basis as required.  

	RETURN VALUE
		<Dictionary of <String> -> <Symbol>>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]