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

org.analogweb.MutableRequestContext Maven / Gradle / Ivy

The newest version!
package org.analogweb;

/**
 * @author snowgooseyk
 */
public interface MutableRequestContext extends RequestContext {

    void setRequestMethod(String method);

    void setRequestPath(RequestPath path);

    RequestContext unwrap();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy