getContentInfo static method
Gets detailed content information from a WebFController
Implementation
static ContentInfo getContentInfo(WebFController controller) {
return getContentInfoFromDocument(controller.view.document);
}
Gets detailed content information from a WebFController
static ContentInfo getContentInfo(WebFController controller) {
return getContentInfoFromDocument(controller.view.document);
}