public class ControllerMappingResolver
extends Object
This class resolves a specific method that handles a specific request as a
controller. The method needs to be annotated with the IcsVariable annotation
and need to accept one argument of type ICS.
The name of the method can be freely chosen. The method needs to have public
visibility.