Package com.iizix.web

Interface ICommonServletInterface

All Known Implementing Classes:
PushNotificationHandler

public interface ICommonServletInterface
Common Servlet interface used to intercept GET/POST/... requests. The typical usage of this interface is to intercept any kind of web request, but not to be used as a Servlet for a particular "request path" or URI.
Author:
Christopher Mindus