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

com.icthh.xm.commons.request.XmRequestContextHolder Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
package com.icthh.xm.commons.request;

/**
 * Single point to hold and access to request context objects.
 */
public interface XmRequestContextHolder {

    /**
     * Gets request context to read context values.
     *
     * @return the XmRequestContext instance
     */
    XmRequestContext getContext();

    /**
     * Gets extended request context with privileged operations to change context values.
     *
     * @return the XmPrivilegedRequestContext instance
     */
    XmPrivilegedRequestContext getPrivilegedContext();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy