org.apache.chemistry.opencmis.server.shared
Interface CallContextHandler

All Known Implementing Classes:
BasicAuthCallContextHandler

public interface CallContextHandler

Call Context handler interface.


Method Summary
 Map<String,String> getCallContextMap(javax.servlet.http.HttpServletRequest request)
          Returns key-value pairs that will be added to the CallContext.
 

Method Detail

getCallContextMap

Map<String,String> getCallContextMap(javax.servlet.http.HttpServletRequest request)
Returns key-value pairs that will be added to the CallContext.



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.