Klasse PathDecoder

java.lang.Object
org.xbib.net.path.PathDecoder

public class PathDecoder extends Object
  • Konstruktordetails

    • PathDecoder

      public PathDecoder(String pathAndQuery, Charset charset)
    • PathDecoder

      public PathDecoder(String pathAndQuery, String queryString, Charset charset)
  • Methodendetails

    • parse

      public void parse(String queryString)
    • path

      public String path()
    • query

      public String query()
    • getParameter

      public org.xbib.net.Parameter getParameter()