Uses of Class
com.xceptance.xlt.api.actions.AbstractWebAction
Packages that use AbstractWebAction
Package
Description
Provides abstract super classes for different types of actions.
Provides the base classes for Java test cases which were created by the Script Developer while exporting script test cases.
-
Uses of AbstractWebAction in com.xceptance.xlt.api.actions
Subclasses of AbstractWebAction in com.xceptance.xlt.api.actionsModifier and TypeClassDescriptionclassAbstractHtmlPageAction is the base class for all HTML-based actions.classAbstractLightWeightPageAction is the base class for all HTML/XML-based actions which do simple page processing only.classAbstractXmlPageAction is the base class for all actions that load an arbitrary XML snippet.Methods in com.xceptance.xlt.api.actions that return AbstractWebActionModifier and TypeMethodDescriptionAbstractWebAction.getPreviousAction()Returns the action that was passed as the previous action to the constructor.Constructors in com.xceptance.xlt.api.actions with parameters of type AbstractWebActionModifierConstructorDescriptionprotectedAbstractHtmlPageAction(AbstractWebAction previousAction, String timerName) Creates a new AbstractHtmlPageAction object and gives it the passed timer name.protectedAbstractLightWeightPageAction(AbstractWebAction previousAction, String timerName) Creates a new AbstractLightWeightPageAction object and gives it the passed timer name.protectedAbstractWebAction(AbstractWebAction previousAction, String timerName) Creates a new AbstractWebAction object and gives it the passed timer name.protectedAbstractXmlPageAction(AbstractWebAction previousAction, String timerName) Creates a new AbstractXmlPageAction object and gives it the passed timer name. -
Uses of AbstractWebAction in com.xceptance.xlt.api.engine.scripting
Subclasses of AbstractWebAction in com.xceptance.xlt.api.engine.scriptingModifier and TypeClassDescriptionclassBase class of HTML page actions supporting script commands.Constructors in com.xceptance.xlt.api.engine.scripting with parameters of type AbstractWebActionModifierConstructorDescriptionAbstractHtmlUnitScriptAction(AbstractWebAction previousAction) Constructor.AbstractHtmlUnitScriptAction(AbstractWebAction prevAction, String timerName) Constructor.