Searched refs:wmlStyleSheetLocation (Results 1 - 4 of 4) 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");
H A DWSPRedirectHandlerServlet.java118 String wmlStyleSheetLocation
127 doc = db.parse(new File(wmlStyleSheetLocation));
/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");
H A DWSPRedirectHandlerServlet.java118 String wmlStyleSheetLocation
127 doc = db.parse(new File(wmlStyleSheetLocation));

Completed in 43 milliseconds