このhttpから文字列「ケーブル」を取得する方法に興味があります。
http://122.211.222.137:8080/test/RackProfile.jsf?id=1122#Cables
IDを取得するためにこれを使用します。
this.id = Integer.parseInt(FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("id"));
しかし、「#」の後の文字列を取得する方法がわかりません。何か案は?