public class IFrameOptions extends JsonBean
Constructor and Description |
---|
IFrameOptions() |
IFrameOptions(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCrossOriginInjection() |
Boolean |
getSameOriginInjection() |
void |
setCrossOriginInjection(Boolean crossOriginInjection) |
void |
setSameOriginInjection(Boolean sameOriginInjection) |
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
public IFrameOptions()
public IFrameOptions(org.json.JSONObject json)
public Boolean getCrossOriginInjection()
public void setCrossOriginInjection(Boolean crossOriginInjection)
public Boolean getSameOriginInjection()
public void setSameOriginInjection(Boolean sameOriginInjection)
Copyright © 2022. All rights reserved.