Uses of Interface
com.caplin.keymaster.servlet.ResponseFormatter

Packages that use ResponseFormatter
com.caplin.keymaster.servlet Provides all the classes used when creating a token for a request. 
examples.news Provides a sample implementation of the ResponseFormatter interface. 
 

Uses of ResponseFormatter in com.caplin.keymaster.servlet
 

Subinterfaces of ResponseFormatter in com.caplin.keymaster.servlet
 interface AdvancedResponseFormatter
           This interface allows a user to specify a UserCredentialsProvider class that can be used to supply user credentials.
 

Classes in com.caplin.keymaster.servlet that implement ResponseFormatter
 class HTMLFormatter
           This ResponseFormatter is specially designed to link in with SL4B.
 class JavaScriptFormatter
           This ResponseFormatter is specially designed to link in with RTSL, RTML and WebSheet.
 class StreamLinkFormatter
           This class formats the response passed into it so that the response will be compatible with StreamLink (for Java/C++/Excel etc).
 

Uses of ResponseFormatter in examples.news
 

Classes in examples.news that implement ResponseFormatter
 class NewsFormatter
           This is a simple example of how you can implement your own ResponseFormatter to suit your own needs.
 



Please send bug reports and comments to Caplin support