Class GetUrl

All Implemented Interfaces:
Composable, MultiPhased

public class GetUrl extends SinglePhaseAction
GetUrl is a subclass of SinglePhaseAction which loads a web page.
Author:
Kimberly
  • Constructor Details

    • GetUrl

      public GetUrl(String url)
      Create an action to get current page's url.
      Parameters:
      url - the url of page
  • Method Details