Uses of Class
com.xceptance.xlt.api.htmlunit.LightWeightPage
Packages that use LightWeightPage
Package
Description
Provides abstract super classes for different types of actions.
Provides some standard validator implementations.
-
Uses of LightWeightPage in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions that return LightWeightPageModifier and TypeMethodDescriptionAbstractLightWeightPageAction.getLightWeightPage()Returns the light-weight page generated by this action.Methods in com.xceptance.xlt.api.actions with parameters of type LightWeightPageModifier and TypeMethodDescriptionvoidAbstractLightWeightPageAction.setLightWeightPage(LightWeightPage page) Sets the given light-weight page object to be the result of this action. -
Uses of LightWeightPage in com.xceptance.xlt.api.validators
Methods in com.xceptance.xlt.api.validators with parameters of type LightWeightPageModifier and TypeMethodDescriptionvoidContentLengthValidator.validate(LightWeightPage page) Validates the specified lightweight HTML page.voidHtmlEndTagValidator.validate(LightWeightPage page) Validates the specified lightweight HTML page.voidHttpResponseCodeValidator.validate(LightWeightPage page) Validates the specified lightweight HTML page.voidXHTMLValidator.validate(LightWeightPage page) Validates the specified lightweight HTML page.