Uses of Class
com.xceptance.xlt.api.htmlunit.LightWeightPage
-
Packages that use LightWeightPage Package Description com.xceptance.xlt.api.actions Provides abstract super classes for different types of actions.com.xceptance.xlt.api.validators Provides some standard validator implementations. -
-
Uses of LightWeightPage in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions that return LightWeightPage Modifier and Type Method Description LightWeightPageAbstractLightWeightPageAction. getLightWeightPage()Returns the light-weight page generated by this action.Methods in com.xceptance.xlt.api.actions with parameters of type LightWeightPage Modifier and Type Method Description voidAbstractLightWeightPageAction. 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 LightWeightPage Modifier and Type Method Description voidContentLengthValidator. 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.
-