Interface CustomPostHandler


public interface CustomPostHandler
Used for when we want to delegate POST handling to something other then the usual processForm method. For example, this can be for handling POST requests to scheduling resources with a content type of text/calendar, in which case we should perform specific scheduling logic instead of artbitrary operations which are usually implemented on POST requests
Author:
brad