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

com.progressoft.brix.domino.api.server.request.RequestContext Maven / Gradle / Ivy

The newest version!
package com.progressoft.brix.domino.api.server.request;

import com.progressoft.brix.domino.api.shared.request.RequestBean;

public interface RequestContext {
    T getRequestBean();

    MultiMap headers();

    MultiMap parameters();

    String getRequestPath();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy