getContentInfo static method

ContentInfo getContentInfo(
  1. WebFController controller
)

Gets detailed content information from a WebFController

Implementation

static ContentInfo getContentInfo(WebFController controller) {
  return getContentInfoFromDocument(controller.view.document);
}