Interface IRequestedURI


  • public interface IRequestedURI
    Represents a requested URI for the portal.
    Since:
    8.0.0
    Version:
    $Revision$ $Date$
    • Method Detail

      • getRequestProcessType

        IRequestedURI.RequestProcessType getRequestProcessType()
        Returns the type of process required for this request.
        Returns:
        the type of process required for this request.
        Since:
        8.0.0
      • getPath

        java.lang.String getPath()
        Returns the path component of this URI, starting with '/' and relative to the web application root.
        Returns:
        the path.
        Since:
        10.0.0
      • getQueryString

        java.lang.String getQueryString()
        Returns the query string component of this URI.
        Returns:
        the query string, or null if this URI does not have a query string.
        Since:
        10.0.0