Uses of Class
org.htmlunit.DefaultPageCreator.PageType
-
Packages that use DefaultPageCreator.PageType Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of DefaultPageCreator.PageType in org.htmlunit
Methods in org.htmlunit that return DefaultPageCreator.PageType Modifier and Type Method Description static DefaultPageCreator.PageType
DefaultPageCreator. determinePageType(java.lang.String contentType)
Determines the kind of page to create from the content type.static DefaultPageCreator.PageType
DefaultPageCreator. determinePageType(WebResponse webResponse)
Determines the kind of page to create from the content type.static DefaultPageCreator.PageType
DefaultPageCreator.PageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultPageCreator.PageType[]
DefaultPageCreator.PageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-