Searched refs:jspName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DWebCLIHelper.java51 private String jspName; field in class:WebCLIHelper
58 String jspName
61 this.jspName = jspName;
69 env.put(CLIConstants.WEB_ENABLED_URL, jspName);
156 return "<a href=\"" + jspName + "\">" +
195 .append(jspName)
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DWebCLIHelper.java51 private String jspName; field in class:WebCLIHelper
58 String jspName
61 this.jspName = jspName;
69 env.put(CLIConstants.WEB_ENABLED_URL, jspName);
156 return "<a href=\"" + jspName + "\">" +
195 .append(jspName)

Completed in 30 milliseconds