![JAR search and dependency download from the Maven repository](/logo.png)
org.basex.query.func.request.RequestPath Maven / Gradle / Ivy
package org.basex.query.func.request;
import org.basex.query.*;
import org.basex.query.func.*;
import org.basex.query.value.item.*;
import org.basex.util.*;
/**
* Function implementation.
*
* @author BaseX Team, BSD License
* @author Christian Gruen
*/
public final class RequestPath extends ApiFunc {
@Override
public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {
return Str.get(request(qc).getRequestURI());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy