Package com.openfin.desktop.platform
Class IFrameOptions
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.platform.IFrameOptions
public class IFrameOptions extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IFrameOptions()
IFrameOptions(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description java.lang.Boolean
getCrossOriginInjection()
java.lang.Boolean
getSameOriginInjection()
void
setCrossOriginInjection(java.lang.Boolean crossOriginInjection)
void
setSameOriginInjection(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
-
Constructor Details
-
IFrameOptions
public IFrameOptions() -
IFrameOptions
public IFrameOptions(org.json.JSONObject json)
-
-
Method Details
-
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)
-