Class DefaultInvocationFinder

java.lang.Object
cloud.piranha.webapp.impl.DefaultInvocationFinder

public class DefaultInvocationFinder
extends java.lang.Object
The invocation finder tries to find a servlet invocation matching a request for a path based or name based dispatch.

Invocations returned by this finder take into account the various mappings, filters, welcome files and the default servlet.

Author:
Arjan Tijms