Uses of Enum
org.htmlunit.DefaultPageCreator.PageType
Packages that use DefaultPageCreator.PageType
-
Uses of DefaultPageCreator.PageType in org.htmlunit
Subclasses with type arguments of type DefaultPageCreator.PageType in org.htmlunitModifier and TypeClassDescriptionstatic enumThe different supported page types.Methods in org.htmlunit that return DefaultPageCreator.PageTypeModifier and TypeMethodDescriptionstatic DefaultPageCreator.PageTypeDefaultPageCreator.determinePageType(String contentType) Determines the kind of page to create from the content type.static DefaultPageCreator.PageTypeDefaultPageCreator.determinePageType(WebResponse webResponse) Determines the kind of page to create from the content type.static DefaultPageCreator.PageTypeReturns 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.