ERXMutableURL.setPath
Code IndexAdd Codota to your IDE (free)

Best code snippets using er.extensions.foundation.ERXMutableURL.setPath(Showing top 3 results out of 315)

origin: wocommunity/wonder

setProtocol(null);
if (!startsWithSlash && _path != null && _path.length() > 0) {
  setPath(_path.substring(1));
origin: wocommunity/wonder

mu.setPath(path + directActionName);
mu.setQueryParameters(queryParameters);
if (includeSessionID && context.session().storesIDsInURLs()) {
origin: wocommunity/wonder

chartUrl.setProtocol("http");
chartUrl.setHost("chart.apis.google.com");
chartUrl.setPath("/chart");
er.extensions.foundationERXMutableURLsetPath

Javadoc

Sets the path of this URL.

Popular methods of ERXMutableURL

  • <init>
    Constructs an ERXMutableURL with all of the properties of the given URL.
  • toExternalForm
    Returns a String form of this URL.
  • addQueryParameter
    Adds an additional query parameter to this URL.
  • addQueryParameters
    Appends the query parameters of this URL with the given k=v&k2=v2 format string.
  • setQueryParameter
    Sets the given query parameter to the given value.
  • setHost
    Sets the host of this URL.
  • setProtocol
    Sets the protocol of this URL (http, https, etc).
  • setQueryParameters
    Replaces the query parameters of this URL with the given k=v&k2=v2 format string.
  • appendPath
    Appends the given path to the end of the existing path.
  • clearQueryParameters
    Clears the query parameters of this URL.
  • containsQueryParameter
    Returns true if the given key is a query parameter key in this URL.
  • protocol
    Returns the protocol of this URL.
  • containsQueryParameter,
  • protocol,
  • queryParameter,
  • queryParameters,
  • queryParametersAsString,
  • removeQueryParameter,
  • setPort,
  • setRef,
  • setURL

Popular classes and methods

  • getSystemService (Context)
  • getContentResolver (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JCheckBox (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • IsNull (org.hamcrest.core)
    Is the value null?

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)