All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.spincast.plugins.routing.IRouteHandlerMatchFactory Maven / Gradle / Ivy

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