次のように、getRequestParameterMap を使用してデータを取得するクラスがあります。
FacesContext fc = FacesContext.getCurrentInstance();
String oidValue = fc.getExternalContext.getRequestParameterMap().get("oidValue");
また、いくつかの条件が含まれているため、いくつかの Junit テストを作成する必要があります。そのため、私が探しているのは値をモックする方法です。
getRequestParameterMap()