Package com.openfin.desktop.platform
Class IFrameOptions
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.platform.IFrameOptions
-
public class IFrameOptions extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description IFrameOptions()IFrameOptions(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetCrossOriginInjection()java.lang.BooleangetSameOriginInjection()voidsetCrossOriginInjection(java.lang.Boolean crossOriginInjection)voidsetSameOriginInjection(java.lang.Boolean sameOriginInjection)-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-
-
-
Method Detail
-
getCrossOriginInjection
public java.lang.Boolean getCrossOriginInjection()
-
setCrossOriginInjection
public void setCrossOriginInjection(java.lang.Boolean crossOriginInjection)
-
getSameOriginInjection
public java.lang.Boolean getSameOriginInjection()
-
setSameOriginInjection
public void setSameOriginInjection(java.lang.Boolean sameOriginInjection)
-
-