public interface IRequestedURI
Modifier and Type | Interface and Description |
---|---|
static class |
IRequestedURI.RequestProcessType
Types of processing required for this requested URI.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the path component of this URI, starting with '/' and relative to the web application root.
|
String |
getQueryString()
Returns the query string component of this URI.
|
IRequestedURI.RequestProcessType |
getRequestProcessType()
Returns the type of process required for this request.
|
IRequestedURI.RequestProcessType getRequestProcessType()
String getPath()
String getQueryString()
null
if this URI does not have a query string.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.