org.spincast.plugins.routing.IRouteHandlerMatchFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-plugins-routing Show documentation
Show all versions of spincast-plugins-routing Show documentation
The default Spincast Routing plugin
The newest version!
package org.spincast.plugins.routing;
import java.util.Map;
import org.spincast.core.exchange.IRequestContext;
import org.spincast.core.routing.IHandler;
import org.spincast.core.routing.IRoute;
import org.spincast.core.routing.IRouteHandlerMatch;
public interface IRouteHandlerMatchFactory> {
public IRouteHandlerMatch create(IRoute sourceRoute,
IHandler routeHandler,
Map params,
int position);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy