public class Frame extends Object
| Constructor and Description |
|---|
Frame() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Frame unique identifier.
|
String |
getLoaderId()
Identifier of the loader associated with this frame.
|
String |
getMimeType()
Frame document's mimeType as determined by the browser.
|
String |
getName()
Frame's name as specified in the tag.
|
String |
getParentId()
Parent frame identifier.
|
String |
getSecurityOrigin()
Frame document's security origin.
|
String |
getUnreachableUrl()
If the frame failed to load, this contains the URL that could not be loaded.
|
String |
getUrl()
Frame document's URL without fragment.
|
String |
getUrlFragment()
Frame document's URL fragment including the '#'.
|
void |
setId(String id)
Frame unique identifier.
|
void |
setLoaderId(String loaderId)
Identifier of the loader associated with this frame.
|
void |
setMimeType(String mimeType)
Frame document's mimeType as determined by the browser.
|
void |
setName(String name)
Frame's name as specified in the tag.
|
void |
setParentId(String parentId)
Parent frame identifier.
|
void |
setSecurityOrigin(String securityOrigin)
Frame document's security origin.
|
void |
setUnreachableUrl(String unreachableUrl)
If the frame failed to load, this contains the URL that could not be loaded.
|
void |
setUrl(String url)
Frame document's URL without fragment.
|
void |
setUrlFragment(String urlFragment)
Frame document's URL fragment including the '#'.
|
public String getId()
public void setId(String id)
public String getParentId()
public void setParentId(String parentId)
public String getLoaderId()
public void setLoaderId(String loaderId)
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getUrlFragment()
public void setUrlFragment(String urlFragment)
public String getSecurityOrigin()
public void setSecurityOrigin(String securityOrigin)
public String getMimeType()
public void setMimeType(String mimeType)
public String getUnreachableUrl()
public void setUnreachableUrl(String unreachableUrl)
Copyright © 2020. All rights reserved.