Searched defs:wmlStyleSheetLocation (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java116 = "com.sun.identity.liberty.interaction.wmlStyleSheetLocation";
148 private String wmlStyleSheetLocation = null; field in class:InteractionConfig
286 return wmlStyleSheetLocation;
328 sb.append(":wmlStyleSheetLocation="
329 + wmlStyleSheetLocation);
615 wmlStyleSheetLocation
617 if (wmlStyleSheetLocation == null) {
619 + "wmlStyleSheetLocation is null");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java116 = "com.sun.identity.liberty.interaction.wmlStyleSheetLocation";
148 private String wmlStyleSheetLocation = null; field in class:InteractionConfig
286 return wmlStyleSheetLocation;
328 sb.append(":wmlStyleSheetLocation="
329 + wmlStyleSheetLocation);
615 wmlStyleSheetLocation
617 if (wmlStyleSheetLocation == null) {
619 + "wmlStyleSheetLocation is null");

Completed in 21 milliseconds