Home > Contents > Index >
ICS.pageURL
Returns the URL of a page, not the whole thread.
This method has two variants:
- pageURL (Variant 1) : Returns the URL of the current page as a string.
- pageURL (Variant 2) : Returns the URL of the specified page and the parameters you passed to it as a string.
ICS.pageURL
Returns the URL of the current execution instance (page), not the whole thread.
Syntax
public String pageURL()Returns
The URL of the current page as a string.
ICS.pageURL
Returns the URL of the specified page, not the whole thread.
Syntax
public String pageURL(String pname, FTValList arguments)Parameters
pname
- The name of the page.
arguments
- The arguments that were passed to the page in the following format:
arg1=val1&arg2=val2
. This parameter may be empty but may not be null.
Returns
The URL of the current page as a string.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.