static abs(Boolean, URLAction, URLParameter…) | Return an absolute URL with protocol and host from current request. |
static abs(Boolean, String, String…) | Return an absolute URL with protocol and host from current request. |
| static abs(URLAction, URLParameter…) | Return an absolute URL with protocol and host from the current request. |
| static abs(String, String…) | Return an absolute URL with protocol and host from current request. |
| static absImage(String, Object) | Similar to absStatic( String ) this method returns a static URL for a resource in the current site. |
| static absImage(String, String, String, Object) | Similar to absStatic( String, String, String ) this method returns a static URL for a resource in the current site. |
| static absStatic(String) | The method returns a static URL for a resource in the current site. |
| static absStatic(String, String, String) | Returns the absolute URL to the static location of the specified context. |
static absWebRoot() | Return an absolute web root URL with protocol and host same as the current request. |
| static continueURL() | Return a URL, which can be used in combination with an Interaction Continue Node, to continue the user interface flow. |
| static home() | Generates a hostname-only url if an alias is set, or an url to the Home-Show pipeline in the default format using the protocol of the incoming request. |
static http(Boolean, URLAction, URLParameter…) | Return an absolute URL with HTTP protocol. |
static http(Boolean, String, String…) | Return an absolute URL with HTTP protocol. |
| static http(URLAction, URLParameter…) | Return an absolute URL with HTTP protocol. |
| static http(String, String…) | Return an absolute URL with HTTP protocol. |
| static httpContinue() | Return a URL, which can be used in combination with an Interaction Continue Node, to continue the user interface flow. |
| static httpHome() | Generates a hostname-only url if an alias is set, or an url to the Home-Show pipeline in the default format using the HTTP protocol. |
| static httpImage(String, Object) | Similar to httpStatic( String ) this method returns a static URL for a resource in the current site. |
| static httpImage(String, String, Object) | Similar to httpStatic( String ) this method returns a static URL for a resource in the current site. |
| static httpImage(String, String, String, Object) | Similar to httpStatic( String, String, String ) this method returns a static URL for a resource in the current site. |
| static httpImage(String, String, String, String, Object) | Similar to httpStatic( String, String, String ) this method returns a static URL for a resource in the current site. |
| static httpStatic(String) | The method returns a static URL for a resource in the current site. |
| static httpStatic(String, String) | The method returns a static URL for a resource in the current site. |
| static httpStatic(String, String, String) | Returns the absolute URL to the static location of the specified context. |
| static httpStatic(String, String, String, String) | Returns the absolute URL to the static location of the specified context. |
static httpWebRoot() | Return an absolute web root URL with HTTP protocol and host information from current request. |
static https(Boolean, URLAction, URLParameter…) | Return an absolute URL with HTTPS protocol. |
static https(Boolean, String, String…) | Return an absolute URL with HTTPS protocol. |
| static https(URLAction, URLParameter…) | Return an absolute URL with HTTPS protocol. |
| static https(String, String…) | Return an absolute URL with HTTPS protocol. |
| static httpsContinue() | Return a URL, which can be used in combination with an Interaction Continue Node, to continue the user interface flow. |
| static httpsHome() | Generates a hostname-only url if an alias is set, or an url to the Home-Show pipeline in the default format using the HTTPS protocol. |
| static httpsImage(String, Object) | Similar to httpsStatic( String ) this method returns a static URL for a resource in the current site. |
| static httpsImage(String, String, Object) | Similar to httpsStatic( String ) this method returns a static URL for a resource in the current site. |
| static httpsImage(String, String, String, Object) | Similar to httpsStatic( String, String, String ) this method returns a static URL for a resource in the current site. |
| static httpsImage(String, String, String, String, Object) | Similar to httpsStatic( String, String, String ) this method returns a static URL for a resource in the current site. |
| static httpsStatic(String) | The method returns a static URL for a resource in the current site. |
| static httpsStatic(String, String) | The method returns a static URL for a resource in the current site. |
| static httpsStatic(String, String, String) | Returns the absolute URL to the static location of the specified context. |
| static httpsStatic(String, String, String, String) | Returns the absolute URL to the static location of the specified context. |
static httpsWebRoot() | Return an absolute web root URL with HTTPS protocol and host and domain information from the current request. |
| static imageURL(String, Object) | Similar to staticURL( String ) this method returns a static URL for a resource in the current site. |
| static imageURL(String, String, String, Object) | Similar to staticURL( String, String, String ) this method returns a static URL for a resource in the current site. |
| static sessionRedirect(String, URL) | This method is used to create a URL that redirects to a location in the current site with another host name. |
| static sessionRedirectHttpOnly(String, URL) | This method is used to create a URL that redirects to a location in the current site with another host name. |
| static staticURL(String) | The method returns a static URL for a resource in the current site. |
| static staticURL(String, String, String) | Returns the relative URL to the static location of the specified context. |
static url(Boolean, URLAction, URLParameter…) | Return a relative URL. |
static url(Boolean, String, String…) | Return a relative URL. |
| static url(URLAction, URLParameter…) | Return a relative URL. |
| static url(String, String…) | Return a relative URL. |
static webRoot() | Return a relative web root URL. |